Last active
January 14, 2020 13:33
-
-
Save wildeyes/b7874f7de80ca13826e90474087e4cad to your computer and use it in GitHub Desktop.
Install base macOS system.
This file contains hidden or 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
| # Homebrew | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| # Software | |
| brew cask install apptivate | |
| brew cask install spectacle | |
| brew cask install hyperswitch | |
| brew cask install iterm | |
| brew cask install iterm2 | |
| brew install mackup | |
| brew cask install visual-studio-code | |
| brew cask install webstorm | |
| brew cask install slack | |
| brew cask install google-chrome | |
| brew cask install spotify | |
| brew cask install telegram | |
| brew cask install docker | |
| brew install docker | |
| brew cask install whatsapp | |
| brew install tldr howdoi | |
| brew install trash | |
| brew cask install sublime-text | |
| brew install fzf bat | |
| # TODO settings | |
| # TODO keyboard: dnd, spotlight, automatically switch to a documents input source, modifier key capslock -> control, | |
| # TODO trackpad: touch to click, three fingers | |
| # TODO brew cask install *MY PROGRAMS* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment