Last active
April 8, 2018 02:54
-
-
Save tshirtman/7620476 to your computer and use it in GitHub Desktop.
setup dev environment on a new server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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