Created
May 27, 2019 13:35
-
-
Save SvenJuergens/65f2bc087e8f59f727e136dfd33cf77f to your computer and use it in GitHub Desktop.
New brew based Install
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
| sudo chown -R $(whoami) /usr/local/lib | |
| sudo chown -R $(whoami) /usr/local/opt | |
| sudo chown -R $(whoami) /usr/local/share | |
| brew tap caskroom/cask | |
| brew tap drud/ddev | |
| brew cleanup | |
| // https://beyondgrep.com/why-ack/ | |
| brew install zsh git wget ddev z ack | |
| # install oh my zsh | |
| sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
| // brew cask install iterm2 | |
| // brew cask install phpstorm | |
| // brew cask install the-unarchiver | |
| // brew cask install google-chrome | |
| // brew cask install google-chrome-canary | |
| // brew cask install postman | |
| // brew cask install docker | |
| // brew cask install sublime-text | |
| // brew cask install vlc | |
| // brew cask install dropbox | |
| // brew cask install kap | |
| // brew cask install slack | |
| // brew cask install spectacle | |
| // brew cask install keepassxc | |
| // brew cask install veracrypt | |
| // brew cask install path-finder | |
| // brew cask install handbrake | |
| // brew cask install xnconvert | |
| // brew cask install screaming-frog-seo-spider | |
| // brew cask install LibreOffice | |
| // brew cask install jumpcut | |
| // brew cask install sketch | |
| // brew cask install cakebrew | |
| //https://github.com/sindresorhus/quick-look-plugins | |
| //brew cask install qlcolorcode qlmarkdown quicklook-json qlimagesize webpquicklook qlvideo | |
| // as oneLiner | |
| brew cask install iterm2 phpstorm the-unarchiver google-chrome google-chrome-canary postman docker cakebrew sublime-text vlc dropbox sketch LibreOffice screaming-frog-seo-spider kap slack spectacle qlcolorcode qlmarkdown quicklook-json qlimagesize webpquicklook qlvideo keepassxc veracrypt path-finder handbrake xnconvert jumpcut | |
| // - https://dev.to/nickytonline/my-mac-setup-2m05 | |
| Fira Code font for my shell and my favourite editor. Run the following only once as it's used for installing any font, brew tap caskroom/fonts. Once that is installed, you can install Fira Code by running brew cask install font-fira-code. | |
| // | |
| .gitconfig | |
| git config --global user.email "[email protected]" | |
| git config --global user.name "username" | |
| //https://dev.to/equiman/iterm2--oh-my-zsh--powerlevel9k-best-terminal-combination-for-geeks-58l5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment