fix symlinks

This commit is contained in:
pg 2022-12-15 13:09:24 +01:00
parent 784cdc4b06
commit ee42e95395
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
ln .tmux.conf ~/.tmux.conf ln .tmux.conf ~/.tmux.conf
tmux source ~/.tmux.conf tmux source ~/.tmux.conf
ln -s nvim/ ~/.config/nvim ln -s ~/.pgr-linux-defaults/nvim/ ~/.config/nvim
``` ```
Then press prefix + I to Install the Tmux Plugins Then press prefix + I to Install the Tmux Plugins