Created
October 8, 2018 15:59
-
-
Save 4lun/4ee6d3ce9269c9dd7bf6d1e7090ef0d5 to your computer and use it in GitHub Desktop.
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
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install nvm && echo -e "\ | |
NVM_DIR=\"$HOME/.nvm\"\n. \"/usr/local/opt/nvm/nvm.sh\" | |
" >> ~/.bash_profile && source ~/.bash_profile && | |
nvm install v8 --default && | |
brew cask install iterm2 chromium visual-studio-code 1password authy alfred | |
sudo rm -rf Downloads/ | |
ln -s ~/Desktop Downloads | |
echo -e " | |
Other tasks: | |
- Setup keys for SSH | |
- Enable FileVault | |
- Clear dock of default icons | |
- Install ClipMenu, bind key to 'CMD + §' | |
- Install Moom (App Store), bind key to 'SHIFT + ENTER' and enable "Move \& Zoom" for arrow keys | |
- System Preferenes > Keyboard > Shortcuts: | |
- Full Keyboard Access = All controls | |
- Spotlight = Disable shortcuts | |
- Alfred: | |
- Bind to 'CMD + Space' | |
- Dark theme and disable hat icon | |
" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment