Last active
July 1, 2018 09:41
-
-
Save lishine/e186822b618ce9fc0936c62d491956f1 to your computer and use it in GitHub Desktop.
Mac installation
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
defaults write com.apple.dock autohide-time-modifier -float 0.15;killall Dock | |
defaults write com.apple.Dock autohide-delay -float 0 && killall Dock | |
defaults write com.apple.dock largesize -float 78.000000; killall Dock | |
defaults write com.apple.Finder AppleShowAllFiles true && killall Finder | |
xcode-select --install | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
curl -L https://get.oh-my.fish | fish | |
sudo bash -c "echo /usr/local/bin/fish >> /etc/shells" | |
chsh -s /usr/local/bin/fish | |
defaults write com.apple.Dock showhidden -bool TRUE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment