Skip to content

Instantly share code, notes, and snippets.

@4lun
Created October 8, 2018 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4lun/4ee6d3ce9269c9dd7bf6d1e7090ef0d5 to your computer and use it in GitHub Desktop.
Save 4lun/4ee6d3ce9269c9dd7bf6d1e7090ef0d5 to your computer and use it in GitHub Desktop.
/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