mirror of
https://github.com/DerTyp7/.dotfiles.git
synced 2025-10-28 20:42:16 +01:00
Do not run setup script with sudo
This commit is contained in:
@@ -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:
|
1. To set up my dotfiles on your system, you can use the following command:
|
||||||
|
|
||||||
```bash
|
```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:
|
2. Follow these guides:
|
||||||
|
|||||||
2
setup.sh
2
setup.sh
@@ -15,7 +15,7 @@ paru -S --noconfirm \
|
|||||||
protonup-qt \
|
protonup-qt \
|
||||||
brave-bin \
|
brave-bin \
|
||||||
prismlauncher \
|
prismlauncher \
|
||||||
bottles\
|
bottles \
|
||||||
signal-desktop
|
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
|
sudo sed -i -e '$a\' -e '# Increase Nvidia\'s shader cache size to 12GB' -e '__GL_SHADER_DISK_CACHE_SIZE=12000000000' /etc/environment
|
||||||
|
|||||||
Reference in New Issue
Block a user