Skip to content

Instantly share code, notes, and snippets.

@nmhnmh
Last active October 15, 2019 08:27
Show Gist options
  • Save nmhnmh/3d71e3c39f245970bb7dd287034e74ef to your computer and use it in GitHub Desktop.
Save nmhnmh/3d71e3c39f245970bb7dd287034e74ef to your computer and use it in GitHub Desktop.
Bootstrap or reconfigure your macOS to make it development-ready.
#!/usr/bin/env bash
# Setup Homebrew
# Setup macOS: hidden files, keyboard press and hold etc
# Make hidden files visible in Finder.app
defaults write com.apple.finder AppleShowAllFiles yes
# When press and hold a key, send repeat key strokes
defaults write -g ApplePressAndHoldEnabled -bool false
# Setup Node.js and NVM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment