Skip to content

Instantly share code, notes, and snippets.

@AbeEstrada
Last active December 6, 2016 06:40
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 AbeEstrada/846612e2c3972acc987b74641c60bf91 to your computer and use it in GitHub Desktop.
Save AbeEstrada/846612e2c3972acc987b74641c60bf91 to your computer and use it in GitHub Desktop.
macOS
xcode-select --install
brew install bash
echo /usr/local/bin/bash >> /etc/shells
chsh -s /usr/local/bin/bash
brew install awscli git ssh-copy-id wget
chflags nohidden ~/Library/
touch ~/.hushlogin
defaults write com.apple.finder CreateDesktop -bool false
killall Finder
mkdir ~/Pictures/Screenshots/
defaults write com.apple.screencapture location ~/Pictures/Screenshots/
killall SystemUIServer
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment