Git repo for my dotfiles, easy setup on new devices.
zsh coming soon.
git clone https://github.com/sirimykland/dotfiles.git .dotfiles/
cd .dotfiles/
# all files:
./makesymlinks.sh
# or single file
ln -s .filename dotfiles/.filename
use .bash_local
for local configurations or aliases
the file is listed in .gitignore