Last active
August 29, 2015 14:05
-
-
Save diego-aslz/a5ed653dd98f6d6d257a to your computer and use it in GitHub Desktop.
Unila dotfiles installation
This file contains 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
#!/bin/bash | |
if [[ `whoami` == "root" ]]; then | |
echo "Você está logado como root. Por favor, execute este comando com seu próprio usuário." | |
exit 1 | |
fi | |
sudo apt-get install git -y | |
git clone [email protected]:dsis/dotfiles.git ~/.dotfiles && cd ~/.dotfiles && script/bootstrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment