/shell_goodies

Some config files for the shells I use

Primary LanguagePython

shell_goodies

Some config files for the shells I use

On a new machine setup

make symbolic

  • ln -s /home/joshua/git/shell_goodies/zsh/.zshrc /home/joshua/.zshrc

  • ln -s /home/joshua/git/shell_goodies/git/.gitconfig /home/joshua/.gitconfig

source .zshrc

make zsh default shell

  • chsh -s $(which zsh)

Finally restart machine