Skip to content

Instantly share code, notes, and snippets.

View Lazytangent's full-sized avatar

Peter Mai Lazytangent

View GitHub Profile
@Lazytangent
Lazytangent / MacConfig.md
Created February 17, 2021 22:40
Some Mac Configuration

Some setup/config for Mac

# Set up a Screenshots folder
cd # Go home
mkdir Screenshots
defaults write com.apple.screencapture location /Users/<username>/Screenshots
killall SystemUIServer # Reset system settings to read new default

If pyenv install <version> doesn't work and errors out because you're on MacOS 11, try this.

$ brew install zlib bzip2
$ export LDFLAGS="-L/usr/local/opt/zlib/lib"
$ export CPPFLAGS="-I/usr/local/opt/zlib/include"
  1. Open Xcode
  2. Go to Preferences > Locations