Go to file
pg c2cd718433 disable 🐭 in nvim 2022-12-28 14:09:05 +01:00
.tmux/plugins init 2022-12-15 12:57:48 +01:00
nvim disable 🐭 in nvim 2022-12-28 14:09:05 +01:00
nvim_plugins moved Tmux Plugins 🚛 2022-12-23 15:13:11 +01:00
.tmux.conf init 2022-12-15 12:57:48 +01:00
README.md moved Tmux Plugins 🚛 2022-12-23 15:13:11 +01:00

README.md

#pgr-terminal-defaults

Run this in TMUX:

  • Debian / Ubuntu
sudo apt install tmux -y
wget https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.deb
sudo dpkg -i nvim-linux64.deb
git clone https://ipam.twl-kom.de/gitea/pg/pgr-linux-defaults.git .pgr-linux-defaults
cd .pgr-linux-defaults
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
ln ~/.pgr-linux-defaults/.tmux.conf ~/.tmux.conf
ln -s ~/.pgr-linux-defaults/.tmux ~/.tmux
tmux source ~/.tmux.conf
ln  -s ~/.pgr-linux-defaults/nvim/ ~/.config/nvim
mkdir ~/.local/share/nvim
ln -s ~/.pgr-linux-defaults/nvim_plugins/ ~/.local/share/nvim/plugged

TMUX:

press prefix + I to install the Plugins

press prefix + U to upgrade the Plugins

NeoVIM:

:PlugInstall to install the Plugins

:PlugUpdate to update the Plugins