Skip to content

Instantly share code, notes, and snippets.

@zufrieden
Last active October 12, 2019 19:58
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 zufrieden/a20d0e233db854200532eda2eaf26609 to your computer and use it in GitHub Desktop.
Save zufrieden/a20d0e233db854200532eda2eaf26609 to your computer and use it in GitHub Desktop.
Up and running OSX
## Install Homebrew
`$./ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
## Add Cask
`brew tap caskroom/cask`
## Install softs
`brew cask install choosy` ou https://github.com/johnste/finicky
`brew cask install google-chrome`
`brew cask install beaker-browser`
`brew cask install homebrew/cask-versions/firefox-developer-edition`
`brew cask install hazel`
`brew cask install firefox`
`brew cask install dropbox`
`brew cask install atom`
`brew cask install doxie`
`brew cask install authy`
`brew cask install alfred`
`brew cask install docker`
`brew cask install transmit`
`brew cask install vlc`
`brew install fish`
`brew cask install sequel-pro`
`brew install tig`
`brew cask install sitesucker`
`brew cask install telegram`
`brew cask install Transmission`
`brew install hugo`
`brew install yarn`
`brew install node`
## Install oh my zsh
`sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"`
## Remap capslock
1. Open System Preferences → Keyboard.
2. Click the Modifier Keys button in the bottom right-hand corner.
3. Click the drop down box next to the hardware key that you'd like to remap, and select Escape.
4. Click OK and close System Preferences.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment