- neovim Editor and IDE
- nvim config in separate repo bushblade/nvim
- bob Neovim installer and version manager
- Ghostty Terminal emulator
- Wezterm Terminal emulator
- Alacritty Terminal emulator
kitty Terminal emulatorkitty vim navigator Movebetween Vim splits and kitty panes
- fzf
- Tmux
- fish
- nnn-nerd Patched version of nnn file manager with icons
- Yazi Another terminal file manager!
- starship Prompt
- eza
- bat
- fd
- tldr
- ripgrep
- stow
- lazygit
... and a nice patched nerd font! - Victor Mono
chsh -s /bin/fishgit clone git@github.com:bushblade/dotfiles.gitcd dotfiles
stow */nvm install latest
nvm use latestNote: With using nvm to install NodeJS then globally installed npm packages don't need or use sudo to install as they are installed in users home directory.
install plugins for nnn
curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | shAdd the following to ~/.profile
# previews in nnn
export NNN_FIFO=/tmp/nnn.fifo
export NNN_PLUG='p:preview-tui;g:getplugs;o:organize;'Activate the plugin in nnn after launching nnn by hitting ;p
Update plugins with ;g