From 95bd71a5679966d449fe30880b2579a428c740ed Mon Sep 17 00:00:00 2001 From: herz Date: Thu, 9 May 2024 17:15:29 +0200 Subject: [PATCH] Fix Readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fcd482..a3c7aae 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Run this in TMUX: - Debian / Ubuntu ```bash 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 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)" mv ~/.zshrc ~/.zshrc_pre_pgr_defaults 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 chmod +x /usr/local/bin/oh-my-posh