My set of config files to make new setup fast.
Clone the repository locally.
mkdir ~/Codes/
git clone https://github.com/boorboor/dotfiles ~/Codes/dotfilesMake link to activate.
mkdir -p ~/.config/
ln -s ~/Codes/dotfiles/dotfiles/nvim ~/.config/Install plugins separately, currently using the Lazy for auto setup.
mkdir -p ~/.local/share/nvim/site/pack/main/start/
cd !$
git clone https://github.com/<OWNER>/<NAME>Make link to activate.
mkdir -p ~/.config/
ln -s ~/Codes/dotfiles/dotfiles/.tmux.conf ~/.tmux.confInstall Tmux plugins, clone plugin manager
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpmHit prefix + I to fetch plugins and source it. You should now be able to use the plugins.