Skip to content

Instantly share code, notes, and snippets.

@utx0
Last active March 21, 2019 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save utx0/2899ce6201d366e94fdec32d9b0a6a3a to your computer and use it in GitHub Desktop.
Save utx0/2899ce6201d366e94fdec32d9b0a6a3a to your computer and use it in GitHub Desktop.
Install my dotfiles please
#!/bin/bash
# git clone https
git clone https://github.com/lukekhamilton/KeyStore.git ~/.keystore
# cd
cd ~/.keystore
# decrypt
./decrypt.sh
# Run Keystore script
./store/install.sh
# ssh-agent
eval "$(ssh-agent -s)"
ssh-add -K ~/.ssh/id_rsa
# clone dotfiles
git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles
# cd
cd ~/.dotfiles
# Run installer
./bootstrap.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment