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
-
generate ssh key https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
-
Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
brew install git
-
brew install zsh
(or use built-in zsh) -
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
-
brew install z
(for jump z functionality) -
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)
- 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)
- 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)