Skip to content

Instantly share code, notes, and snippets.

@utx0
Last active March 21, 2019 08:04
Show Gist options
  • 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
# decrypt
$HOME/.keystore/decrypt.sh
# Run Keystore script
$HOME/.keystore/out/stuff/install.sh
# clone dotfiles
# git clone [email protected]:lukekhamilton/dotfiles.git ~/.dotfiles
# Delete keystore
rm -rf ~/.keystore
# Run installer
cd ~/.dotfiles
rake install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment