Skip to content

varrant/environment

 
 

Repository files navigation

README

Setting up a new Mac

  1. Install Xcode (download directly from developer site)

  2. Enable password-less sudo

  3. Install 1password

    • Import license from Google Drive
    • Connect to iCloud
  4. Install Fliqlo and hot corner bottom left corner to screen saver

  5. Create ssh key

    • ssh-keygen -t rsa -b 4096
    • Add public key to Github
  6. Create Github Personal Access Token and export value as HOMEBREW_GIHUB_API_TOKEN in ~/.bash_profile

    • Uncheck all scopes
  7. Install homebrew

    • Check homebrew website for latest installation bootstrap instructions
    • brew install bash vim rbenv pyenv nodenv
  8. Install scripts

    git clone git@github.com:michael-yx-wu/branch-maid.git
    git clone git@github.com:michael-yx-wu/dockerclean.git
    git clone git@github.com:michael-yx-wu/git-issues.git
    
  9. Set up environment

    git clone git@github.com:michael-yx-wu/environment.git
    cd environment
    ./environment.rb -i
    ./environment.rb -s
    
  10. Install iTerm2

    • Install shell integration
    • load preferences from this repository
  11. Install BetterTouchTool

    • Import license from Google Drive
    • Import btt.prefs
  12. Set hostname

Setting up Palantir Mac

  1. Register new public key with sites as necessary

  2. Install Dash

  3. Create Github Enterprise Personal Access Token and export value as GHE_TOKEN in ~/.bash_profile

    • Check the repo scope

About

Personal dotfile management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 44.7%
  • Shell 33.5%
  • Vim Script 21.8%