From 04e857cc6edef1a340bd3b5e9d599fcf86ef88f0 Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Sat, 18 Oct 2025 13:20:57 +0200 Subject: [PATCH] Remove falsy env command --- setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index b4b5248..921433f 100644 --- a/setup.sh +++ b/setup.sh @@ -10,7 +10,7 @@ sudo pacman -Syu --noconfirm\ vlc \ brave-bin -paru -S --noconfirm \ +paru -Syu --noconfirm \ teamspeak \ protonup-qt \ brave-bin \ @@ -18,8 +18,6 @@ paru -S --noconfirm \ 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 - git clone https://github.com/DerTyp7/.dotfiles.git ~/.config/.dotfiles mv * ~/.config/.dotfiles ~/.config rm -rf ~/.config/.dotfiles