jburns24 / shell_goodies

Some config files for the shells I use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Some config files for the shells I use


Languages

Language:Python 57.3%Language:PowerShell 23.2%Language:Shell 14.3%Language:Ruby 4.8%Language:Perl 0.4%