Skip to content

Instantly share code, notes, and snippets.

Created May 11, 2015 11:31
Show Gist options
  • Save anonymous/b23d0c7dc91bbb068890 to your computer and use it in GitHub Desktop.
Save anonymous/b23d0c7dc91bbb068890 to your computer and use it in GitHub Desktop.
Install Zsh and dotfiles
sudo apt-get update
sudo apt-get install zsh curl wget tmux
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
#change sudo vi /etc/passwd #change shell to /bin/zsh
mkdir ~/tmp -p
cd ~/tmp
wget https://github.com/clvv/fasd/tarball/1.0.1
cd clvv-fasd-4822024
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment