Some config files for the shells I use
-
generate ssh key https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
-
sudo apt-get install git
-
sudo apt-get install zsh
-
sudo apt-get install curl
-
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
-
clone jump z
sudo git clone [email protected]:rupa/z.git
then move ~/z to /usr/bin -
clone this repository
-
ln -s /home/joshua/git/shell_goodies/zsh/.zshrc /home/joshua/.zshrc
-
ln -s /home/joshua/git/shell_goodies/git/.gitconfig /home/joshua/.gitconfig
chsh -s $(which zsh)