Created
February 11, 2019 16:34
-
-
Save ianatha/c8596adfc89c26952f72126a94e8b62a to your computer and use it in GitHub Desktop.
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
/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 | |
defaults write ~/Library/Preferences/com.apple.controlstrip MiniCustomized '(com.apple.system.brightness, com.apple.system.volume, com.apple.system.mute, com.apple.system.screen-lock)' | |
killall ControlStrip | |
# Enable FDE | |
sudo fdesetup enable -user `whoami` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment