-
-
Save davidjguru/64e4afd42e55a4287421230b9fe6ae3c to your computer and use it in GitHub Desktop.
Stuff I use to install if I setup a new mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 protected]" -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