dot files managed via stow, for easy installation
- install stow
sudo pacman -S stow
brew install stow
- link the files by running
stow .
from inside the directory
to install all the plugin use: Vundle.vim by:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
- open tmux and
prefix
+I
- install neovim
- open neovim and
space
thenl
for the lazyvim window thenS
to sync all the plugins