Skip to content

Instantly share code, notes, and snippets.

@utx0
Last active March 21, 2019 08:04

Revisions

  1. Luke Hamilton revised this gist Mar 21, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup.sh
    Original 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
    rake install
    ./bootstrap.sh
  2. Luke Hamilton revised this gist Mar 19, 2019. 1 changed file with 0 additions and 6 deletions.
    6 changes: 0 additions & 6 deletions setup.sh
    Original 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

    # Delete keystore
    rm -rf ~/.keystore

    # del git confit
    rm ~/.gitconfig

    # cd
    cd ~/.dotfiles

  3. Luke Hamilton revised this gist Mar 18, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions setup.sh
    Original 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

  4. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup.sh
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@ cd ~/.keystore
    ./decrypt.sh

    # Run Keystore script
    ./stuff/install.sh
    ./store/install.sh

    # ssh-agent
    eval "$(ssh-agent -s)"
  5. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions setup.sh
    Original 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

  6. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup.sh
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@ cd ~/.keystore
    ./decrypt.sh

    # Run Keystore script
    ./out/stuff/install.sh
    ./stuff/install.sh

    # clone dotfiles
    git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles
  7. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup.sh
    Original 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_new
    git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles

    # Delete keystore
    rm -rf ~/.keystore
  8. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion setup.sh
    Original 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

    # Run installer
    # cd
    cd ~/.dotfiles

    # Run installer
    rake install
  9. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions setup.sh
    Original 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
    cd ~/.dotfiles
    rake install
  10. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions setup.sh
    Original 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
    git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles_new

    # Delete keystore
    # rm -rf ~/.keystore
    rm -rf ~/.keystore

    # Run installer
    #cd ~/.dotfiles
  11. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup.sh
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@ cd ~/.keystore
    ./decrypt.sh

    # Run Keystore script
    $HOME/.keystore/out/stuff/install.sh
    ./out/stuff/install.sh

    # clone dotfiles
    # git clone git@github.com:lukekhamilton/dotfiles.git ~/.dotfiles
  12. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion setup.sh
    Original 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
    $HOME/.keystore/decrypt.sh
    ./decrypt.sh

    # Run Keystore script
    $HOME/.keystore/out/stuff/install.sh
  13. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions setup.sh
    Original 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
    # rm -rf ~/.keystore

    # Run installer
    cd ~/.dotfiles
    rake install
    #cd ~/.dotfiles
    #rake install
  14. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 16 additions and 3 deletions.
    19 changes: 16 additions & 3 deletions setup.sh
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,20 @@
    #!/bin/bash

    # wget the public vault
    # git clone https
    git clone https://github.com/lukekhamilton/KeyStore.git ~/.keystore

    # Dedecrypt public vault
    # decrypt
    $HOME/.keystore/decrypt.sh

    # Run public vault setup
    # 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
  15. Luke Hamilton revised this gist Mar 17, 2019. 2 changed files with 7 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions install_dotfiles.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +0,0 @@
    #!/bin/bash

    echo "changed again"
    7 changes: 7 additions & 0 deletions setup.sh
    Original 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
  16. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions install_dotfiles.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,3 @@
    #!/bin/bash

    echo "thinking about this problem..."

    echo "what changes?"
    echo "changed again"
  17. Luke Hamilton revised this gist Mar 17, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion install_dotfiles.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    #!/bin/bash

    echo "thinking about this problem..."
    echo "thinking about this problem..."

    echo "what changes?"
  18. Luke Hamilton created this gist Mar 17, 2019.
    3 changes: 3 additions & 0 deletions install_dotfiles.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    #!/bin/bash

    echo "thinking about this problem..."