docs: remove outdated install script instructions

This commit is contained in:
2025-06-16 11:48:42 +02:00
parent 37f0cf7b4f
commit b97854ba29

View File

@ -7,12 +7,6 @@ git clone https://git.simonis.lol/csimonis/dotfiles.git ~/dotfiles
cd ~/dotfiles
# Install Script uses apt so if your not root get fucked idiot
if [ "$(id -u)" -ne 0 ]; then
alias apt='sudo apt'
fi
# Installs system dependencies and does some other stuff
./install
# Creates Symlinks and installs zsh themes and plugins