fix symlinks ✨
This commit is contained in:
parent
784cdc4b06
commit
ee42e95395
|
|
@ -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
|
||||
ln .tmux.conf ~/.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
|
||||
|
|
|
|||
Loading…
Reference in New Issue