Go to file
herz b264ebf1d9 moved nvm to extra file 2024-05-09 11:52:06 +02:00
.tmux/plugins init 2022-12-15 12:57:48 +01:00
.gitignore moved nvm to extra file 2024-05-09 11:52:06 +02:00
.tmux.conf Added Mouse Support and resurrect to TMUX 2023-04-05 07:41:40 +02:00
.zshrc moved nvm to extra file 2024-05-09 11:52:06 +02:00
.zshrc_docker_wsl add_wsl_docker_zshrc 2024-03-27 10:56:41 +01:00
README.md add oh-my-zsh install 2024-03-28 12:11:39 +01:00

README.md

#pgr-terminal-defaults

Run this in TMUX:

  • Debian / Ubuntu
sudo apt install git curl tmux gcc g++ unzip zsh -y
git clone https://gitlab.deniedgaming.de/-/ide/project/herz/pgr-linux-defaults.git .pgr-linux-defaults
cd .pgr-linux-defaults

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
mkdir ~/.config

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
mv ~/.zshrc ~/.zshrc_pre_pgr_defaults
ln ~/.pgr-linux-defaults/.zshrc ~/.zshrc

sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
sudo chmod +x /usr/local/bin/oh-my-posh
mkdir ~/.poshthemes
wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip -O ~/.poshthemes/themes.zip
unzip ~/.poshthemes/themes.zip -d ~/.poshthemes
chmod u+rw ~/.poshthemes/*.omp.*
rm ~/.poshthemes/themes.zip

chsh -s $(which zsh)
exec zsh

TMUX:

press prefix + I to install the Plugins

press prefix + U to upgrade the Plugins