- zshrc Used to modify ZSH and to support custom themes from OhMyZSH. Following OhMyZsh plugins are used:
- bazel
- brew
- chucknorris
- command-not-found
- copyfile
- copypath
- fig
- flutter
- fzf
- git
- golang
- history
- mercurial
- thefuck
- vscode
- zsh-interactive-cd
- bullet-train used to augment OhMyZSH theme Bullet Train
- trash which can be installed with [Homebrew]("brew install trash"), then
alias rm='trash'
to tell your system that you want to usetrash
instead ofrm
. Don't worry, you can always use\rm
if you want to use the nativerm
. - z is hugely useful as it creates a local database to record most frequently accessed directories when using
cd
.