My configuration files.
$ git clone https://github.com/themattman/dotfiles.git && cd dotfiles && source bootstrap.sh
Add aliases and functions customized for each machine's environment. For me, this usually means aliasing the cd
builtin to help the user navigate the machine's filesystem or aliasing common ssh
hostnames. These customizations usually aren't shared across machines and must be created on a case-by-case basis.
$ touch ~/.machine
$ $EDITOR ~/.machine # assumes $EDITOR is set to your preferred editor
https://github.com/bamos/dotfiles