Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Install Oh My ZSH!
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Enable plugins in .zshrc
, like:
plugins=(
aws
dotenv
git
osx
ruby
rvm
)
Install iTerm2
brew cask install iterm2
Create new profile "Dropdown" with the following configuration.
- Window > Columns: 128, Rows: 32
- Window > Style: Top of Screen
- Window > Screen: Main Screen
- Window > Space: All Spaces
- Window > "Force this profile to always open in a window…"
- Window > Style: Top of Screen
- Keys > Hotkey Window: check
- Keys Configure Hotkey Window > Hotkey: ctrl + cmd + `
Install Powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
Set theme in .zshrc
, like:
ZSH_THEME="powerlevel10k/powerlevel10k"
Run configuration wizard:
p10k configure