Fix Readme
This commit is contained in:
parent
b264ebf1d9
commit
95bd71a567
|
|
@ -4,7 +4,7 @@ Run this in TMUX:
|
||||||
- Debian / Ubuntu
|
- Debian / Ubuntu
|
||||||
```bash
|
```bash
|
||||||
sudo apt install git curl tmux gcc g++ unzip zsh -y
|
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
|
git clone git@git.deniedgaming.de:herz/pgr-linux-defaults.git .pgr-linux-defaults
|
||||||
cd .pgr-linux-defaults
|
cd .pgr-linux-defaults
|
||||||
|
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
|
@ -16,6 +16,7 @@ mkdir ~/.config
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
mv ~/.zshrc ~/.zshrc_pre_pgr_defaults
|
mv ~/.zshrc ~/.zshrc_pre_pgr_defaults
|
||||||
ln ~/.pgr-linux-defaults/.zshrc ~/.zshrc
|
ln ~/.pgr-linux-defaults/.zshrc ~/.zshrc
|
||||||
|
touch ~/.pgr-linux-defaults/.zshrc_manual
|
||||||
|
|
||||||
sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
|
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
|
sudo chmod +x /usr/local/bin/oh-my-posh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue