This set up is to combine tmux and NvChad (a well-known neovim config set up) to improve dev work flow using terminal.
ensure gcc is installed.
The following dependencies (mostly github repoes) need to be installed manually:
git clone https://github.com/ybray412/dotfiles.git ~/apps/dotfilescp -r ~/apps/dotfiles/nvim ~/.config/cp ~/apps/dotfiles/.tmux.conf ~/git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpmThen launch Tmux, press CTRL-s r, followed by CTRL-s I.- (Optional)
(sudo) apt update && (sudo) apt install npm - Launch nvim
:MasonInstallAll, this command may need to be run more than once
If installation runs into problems, run the following to delete all installed files:
rm -rf ~/.config/nvim ~/.local/state/nvim ~/.local/share/nvim