Last active
March 21, 2019 08:04
Revisions
-
Luke Hamilton revised this gist
Mar 21, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -23,4 +23,4 @@ git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles cd ~/.dotfiles # Run installer ./bootstrap.sh -
Luke Hamilton revised this gist
Mar 19, 2019 . 1 changed file with 0 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -19,12 +19,6 @@ ssh-add -K ~/.ssh/id_rsa # clone dotfiles git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles # cd cd ~/.dotfiles -
Luke Hamilton revised this gist
Mar 18, 2019 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,9 @@ git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles # Delete keystore rm -rf ~/.keystore # del git confit rm ~/.gitconfig # cd cd ~/.dotfiles -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cd ~/.keystore ./decrypt.sh # Run Keystore script ./store/install.sh # ssh-agent eval "$(ssh-agent -s)" -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,10 @@ cd ~/.keystore # Run Keystore script ./stuff/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 -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cd ~/.keystore ./decrypt.sh # Run Keystore script ./stuff/install.sh # clone dotfiles git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cd ~/.keystore ./out/stuff/install.sh # clone dotfiles git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles # Delete keystore rm -rf ~/.keystore -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -18,6 +18,8 @@ git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles_new # Delete keystore rm -rf ~/.keystore # cd cd ~/.dotfiles # Run installer rake install -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -19,5 +19,5 @@ git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles_new rm -rf ~/.keystore # Run installer cd ~/.dotfiles rake install -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -13,10 +13,10 @@ cd ~/.keystore ./out/stuff/install.sh # clone dotfiles git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles_new # Delete keystore rm -rf ~/.keystore # Run installer #cd ~/.dotfiles -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cd ~/.keystore ./decrypt.sh # Run Keystore script ./out/stuff/install.sh # clone dotfiles # git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -3,8 +3,11 @@ # git clone https git clone https://github.com/lukekhamilton/KeyStore.git ~/.keystore # cd cd ~/.keystore # decrypt ./decrypt.sh # Run Keystore script $HOME/.keystore/out/stuff/install.sh -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -13,8 +13,8 @@ $HOME/.keystore/out/stuff/install.sh # git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles # Delete keystore # rm -rf ~/.keystore # Run installer #cd ~/.dotfiles #rake install -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 16 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,20 @@ #!/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 git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles # Delete keystore rm -rf ~/.keystore # Run installer cd ~/.dotfiles rake install -
Luke Hamilton revised this gist
Mar 17, 2019 . 2 changed files with 7 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +0,0 @@ This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ #!/bin/bash # wget the public vault # Dedecrypt public vault # Run public vault setup -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,3 @@ #!/bin/bash echo "changed again" -
Luke Hamilton revised this gist
Mar 17, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ #!/bin/bash echo "thinking about this problem..." echo "what changes?" -
Luke Hamilton created this gist
Mar 17, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ #!/bin/bash echo "thinking about this problem..."