Last active
October 12, 2017 15:10
-
-
Save kylecarbs/f42e8b24cbd056e2dbb243f888a38175 to your computer and use it in GitHub Desktop.
setup
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 git | |
git clone https://github.com/ammario/dotfiles | |
cd dotfiles | |
cp .bash_prompt ~/ | |
cp .fonts ~/ -R | |
cp .vim* ~/ -R | |
cp .config ~/ -R | |
cp .git-prompt.sh ~/ | |
cp .bashrc ~/ | |
cd installers | |
sh install_desktop.sh | |
sh install_go1.9.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment