Skip to content

Instantly share code, notes, and snippets.

@zebde
Last active March 13, 2019 11:21
Show Gist options
  • Save zebde/7d9b113fce2ce7610eebc79d0ca14bb7 to your computer and use it in GitHub Desktop.
Save zebde/7d9b113fce2ce7610eebc79d0ca14bb7 to your computer and use it in GitHub Desktop.
# Set a blazingly fast keyboard repeat rate
defaults write NSGlobalDomain KeyRepeat -int 1
# Set a shorter Delay until key repeat
defaults write NSGlobalDomain InitialKeyRepeat -int 10
# Show the ~/Library folder
chflags nohidden ~/Library
# Store screenshots in subfolder on desktop
mkdir ~/Desktop/Screenshots
defaults write com.apple.screencapture location ~/Desktop/Screenshots
# Install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile
# Install brew stuff
brew cask install \
google-chrome \
atom \
iterm2 \
docker \
qlcolorcode \
qlstephen \
qlmarkdown \
quicklook-json \
qlprettypatch \
quicklook-csv \
webpquicklook \
suspicious-package \
zsh-syntax-highlighting \
microsoft-teams \
bitbar \
1password \
webstorm \
brew install zsh zsh-completions zsh-autosuggestions zsh-syntax-highlighting fortune tree fzf ack git vim git htop yarn
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
git config --global credential.helper osxkeychain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment