Skip to content

Instantly share code, notes, and snippets.

@mjmeintjes
Forked from anonymous/Codeanywhere setup
Last active November 5, 2019 13:36
Show Gist options
  • Save mjmeintjes/6000b6edd2d2bae627fa to your computer and use it in GitHub Desktop.
Save mjmeintjes/6000b6edd2d2bae627fa to your computer and use it in GitHub Desktop.
sudo apt-get -y update
sudo apt-get -y install zsh curl wget tmux vcsh git
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
git clone git@bitbucket.org:mjmeintjes/dotfiles.git $HOME/.dotfiles
cd $HOME
.dotfiles/install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment