Last active
August 11, 2021 19:29
-
-
Save aaronzirbes/6a848fa2d562b74552cc14bc1e05caa6 to your computer and use it in GitHub Desktop.
Steps I use to setup a new MacBook
This file contains 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 characters
# 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