Skip to content

Instantly share code, notes, and snippets.

@lishine
Last active July 1, 2018 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lishine/e186822b618ce9fc0936c62d491956f1 to your computer and use it in GitHub Desktop.
Save lishine/e186822b618ce9fc0936c62d491956f1 to your computer and use it in GitHub Desktop.
Mac installation
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