zsh + oh-my-zsh
-
Git
brew install git
-
Clone repo in home directory, then run:
install.zsh
Important: Install plugins and themes to dotfiles/custom/
!
Next, reload your profile by typeing .
at the command prompt.
Run:
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
-
Always show hidden files:
defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder
-
Disable Screen Capture’s …
- Drop shadow:
defaults write com.apple.screencapture disable-shadow -bool true
- Thumbnail preview:
defaults write com.apple.screencapture show-thumbnail -bool false
- Drop shadow:
-
zsh-nvm is managed by zsh (don’t use Brew for nvm!). Once installed:
nvm upgrade
,nvm revert
,nvm install --lts
(latest “Long-Term Support” release),nvm uninstall <version>