/dotfiles

Primary LanguageShellGNU General Public License v3.0GPL-3.0

dotfiles

install

Add to the bottom of your ~/.bashrc:

if [ -f ~/dotfiles/.bashrc ]; then
  . ~/dotfiles/.bashrc
fi

Install symlinks by running install.sh.