Last active
December 8, 2017 08:47
-
-
Save mathiasose/9128c8ce51b24e9a8975 to your computer and use it in GitHub Desktop.
The bare necessities
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 install curl vim git tree tmux -y | |
| wget https://gist.githubusercontent.com/mathiasose/f11a441a2d38b54fd454a9add2b6f411/raw/.profile --output-document ~/.profile | |
| wget https://gist.githubusercontent.com/mathiasose/8974768/raw/.bashrc --output-document ~/.bashrc | |
| wget https://gist.githubusercontent.com/mathiasose/0dcac3cb1dcb1d93e193c2e7b698460a/raw/.zshrc --output-document ~/.zshrc | |
| wget https://gist.githubusercontent.com/mathiasose/8974766/raw/.vimrc --output-document ~/.vimrc | |
| wget https://gist.githubusercontent.com/mathiasose/69dbe8e48b6868923cd7a2cc7e9d0a86/raw/.gitconfig --output-document ~/.gitconfig | |
| wget https://gist.githubusercontent.com/mathiasose/4402bec0c164e608a6cd566e36497bff/raw/.gitignore_global --output-document ~/.gitignore_global | |
| source ~/.profile | |
| echo "Don't forget to set up SSH keys" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment