brewinvaz / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZSH Plugins

  • Install zsh plugins
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Tools Setup

fzf and bat (for syntax highlighting)

  • Install fzf for fuzzy search capabilities
brew install fzf
  • Install bat for syntax highlighting in fzf results
brew install bat
  • Add open with nvim alias to .zshrc
alias fzfnv='nvim  $(fzf -m --preview="bat --color=always {}")'

About

License:GNU General Public License v3.0


Languages

Language:Lua 93.6%Language:Shell 6.4%