Last active
February 6, 2019 20:09
-
-
Save ianatha/cbcacffadd23848bae621422b8dcd5ef 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 cask install google-chrome slack | |
brew install dockutil | |
dockutil --add "/Applications/Google Chrome.app" --position beginning | |
dockutil --add "/Applications/Slack.app" --after "Google Chrome" | |
open "/Applications/Google Chrome.app" | |
open "/Applications/Slack.app" | |
dockutil --remove "Siri" --remove "Launchpad" --remove "Contacts" --remove "Reminders" --remove "Notes" --remove "Maps" --remove "Photos" --remove "Messages" --remove "Safari" | |
dockutil --remove "FaceTime" --remove "Pages" --remove "Numbers" --remove "Keynote" --remove "iTunes" --remove "iBooks" | |
brew install git bash | |
brew cask install viscosity | |
echo ".envrc | |
npm-debug.log | |
.DS_Store | |
Thumbs.db | |
.idea/ | |
*~ | |
log/ | |
*.log" > ~/.gitignore_global | |
git config --global core.excludesfile ~/.gitignore_global |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment