Last active
March 21, 2019 08:04
-
-
Save utx0/2899ce6201d366e94fdec32d9b0a6a3a to your computer and use it in GitHub Desktop.
Install my dotfiles please
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 | |
# 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 [email protected]: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