diff --git a/README.md b/README.md index 5acd72a..b694462 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ My personal configuration files for various applications and tools running on Ca 1. To set up my dotfiles on your system, you can use the following command: ```bash -curl -sL https://raw.githubusercontent.com/DerTyp7/.dotfiles/refs/heads/master/setup.sh | sudo bash +curl -sL https://raw.githubusercontent.com/DerTyp7/.dotfiles/refs/heads/master/setup.sh | bash ``` 2. Follow these guides: diff --git a/setup.sh b/setup.sh index 161f6a3..b4b5248 100644 --- a/setup.sh +++ b/setup.sh @@ -15,7 +15,7 @@ paru -S --noconfirm \ protonup-qt \ brave-bin \ prismlauncher \ - bottles\ + bottles \ signal-desktop sudo sed -i -e '$a\' -e '# Increase Nvidia\'s shader cache size to 12GB' -e '__GL_SHADER_DISK_CACHE_SIZE=12000000000' /etc/environment