Skip to content

Instantly share code, notes, and snippets.

@tshirtman
Last active April 8, 2018 02:54
Show Gist options
  • Select an option

  • Save tshirtman/7620476 to your computer and use it in GitHub Desktop.

Select an option

Save tshirtman/7620476 to your computer and use it in GitHub Desktop.
setup dev environment on a new server
sudo apt-get update
sudo apt-get install vim fish byobu git-core
git clone git@github.com:tshirtman/git.git gitconfig
git clone git@github.com:tshirtman/.vim.git
git clone git@github.com:tshirtman/fishconfig.git
git clone git@github.com:tshirtman/.i3.git
git clone git@github.com:tshirtman/.mutt
git clone git@github.com:tshirtman/xmodmap.git
cd ~/gitconfig && ./init.sh
cd ~/.vim && ./init.sh
cd ~/fishconfig/ && ./init.sh && chsh
cd ~/xmodmap/ && ./init.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment