Skip to content

Instantly share code, notes, and snippets.

@diego-aslz
Last active August 29, 2015 14:05
Show Gist options
  • Save diego-aslz/a5ed653dd98f6d6d257a to your computer and use it in GitHub Desktop.
Save diego-aslz/a5ed653dd98f6d6d257a to your computer and use it in GitHub Desktop.
Unila dotfiles installation
#!/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