Skip to content

Pinjasaur/dotfiles

Repository files navigation

dotfiles

there's no place like $HOME

Setup

As per https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/.

Don't forget to update any submodules: git submodule update --init --recursive.

Create a .gitconfig.local to put your Git credentials (and any other settings):

[user]
  name = Paul Esch-Laurent
  email = p@uly.io

Customizations

Create a .bash.local for setting up any shell-specic settings (aliases, functions, exports, etc.).

There are also local configs for Vim (.vimrc.local) and tmux (.tmux.conf.local) where you can place custom local settings.

Noteworthy

PuTTY

May need to change settings to get 256 colors.

  • PuTTY: Connection > Data > Terminal-type xterm-256color

acknowledgements

Tooling and configuration inspired by:

License

MIT.