Skip to content

Instantly share code, notes, and snippets.

@tomraithel
Last active April 11, 2024 14:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tomraithel/9128381f4f22e4acd0fd57ae42859e34 to your computer and use it in GitHub Desktop.
Save tomraithel/9128381f4f22e4acd0fd57ae42859e34 to your computer and use it in GitHub Desktop.
Stuff I use to install if I setup a new mac
- Change the root password!
- System Settings > Security
- General: Set Password required to "instant"
- FileVault: activate
- System Setting > Keyboard
- Set all key speeds to "fast"
- Mark checkbox to use "fn" keys without option key
- Generate SSH-Key: ssh-keygen -t rsa -C "email@provider.com" -b 2048
- Change desktop background :)
- Install PHPstorm + Java
- Install Atom Editor
- Install Alfred as replacement for spotlight (https://www.alfredapp.com/)
- Dash https://kapeli.com/dash
- Shuttle http://fitztrev.github.io/shuttle/
- KeepingYouAwake https://github.com/newmarcel/KeepingYouAwake
- Homebrew
- brew install git -> echo "export PATH=/usr/local/bin:$PATH" >> ~/.bash_profile
- brew install node
- VirtualBox
- Vagrant (Read this: https://extranet.aoe.com/confluence/display/knowledge/Working+with+Vagrant)
- ShiftIt (Window Manager)
- Vagrant Manager - http://vagrantmanager.com/
- MonoSnap (Screenshots) - Install from Appstore
- NPM (https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md)
- Ruby Version Manager: \curl -sSL https://get.rvm.io | bash
- NVM https://github.com/nvm-sh/nvm
- Shell-Replacement:
- Oh My Zsh (https://github.com/robbyrussell/oh-my-zsh)
- Install theme "agnoster" - requires solarized
- Solarized for osx terminal: https://github.com/tomislav/osx-terminal.app-colors-solarized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment