Skip to content

Instantly share code, notes, and snippets.

@aaronzirbes
Last active August 11, 2021 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronzirbes/6a848fa2d562b74552cc14bc1e05caa6 to your computer and use it in GitHub Desktop.
Save aaronzirbes/6a848fa2d562b74552cc14bc1e05caa6 to your computer and use it in GitHub Desktop.
Steps I use to setup a new MacBook
# New MacBook Setup
This is how I setup a new MacBook
* brew install
* https://brew.sh/
* List: https://github.com/aaronzirbes/dot-files/blob/master/homebrew-list.txt
* `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
* brew cask install
* https://caskroom.github.io/
* SDKman
* http://sdkman.io/
* `curl -s "https://get.sdkman.io" | bash`
* vim-files
* https://github.com/aaronzirbes/vim-files
* `bash -c "$(curl -fsSkL raw.github.com/aaronzirbes/vim-files/master/go)"`
* dot-files
* https://github.com/aaronzirbes/dot-files
* `bash -c "$(curl -fsSkL raw.github.com/aaronzirbes/dot-files/master/go)"`
Import iTerm settings
Setup Chrome Profiles
Fix Caps Lock Key:
https://pqrs.org/osx/karabiner/complex_modifications/#caps_lock-list-group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment