Download and install fzf
for commands fuzzy finder
- Github repo link for fzf
- you will find the downloads and other things in the github original repo
- Add it to your bashrc or zshrc file
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
- Forgit only works if you have already installed the fzf
- forgit
- directly add the following commands to your bash/zsh file.(make sure you have curl installed)
# for bash / zsh
source <(curl -s https://raw.githubusercontent.com/wfxr/forgit/master/forgit.plugin.zsh)