- Install homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install chezmoi
chezmoi init --apply darricheng
brew bundle install --file=~/.config/brew/Brewfile
- Iterm2 -> Preferences -> General -> Preferences Load preferences from a custom folder or URL ->
~/.config/iterm2
, Profiles -> Shell -> Command ->/opt/homebrew/bin/fish
- Install tmux plugins:
<prefix> I
broot --install
- (Optional) Install ohmyzsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Vimium config
# Insert your preferred key mappings here.
unmap K
unmap J
unmap gt
unmap gT
# search through tabs with f, freeing t for opening links
map f Vomnibar.activateTabSelection
map t LinkHints.activateMode
map T LinkHints.activateModeToOpenInNewTab
map F LinkHints.activateModeToOpenInNewForegroundTab