mirror of
https://github.com/DerTyp7/.dotfiles.git
synced 2025-10-29 04:52:09 +01:00
Remove falsy env command
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -10,7 +10,7 @@ sudo pacman -Syu --noconfirm\
|
|||||||
vlc \
|
vlc \
|
||||||
brave-bin
|
brave-bin
|
||||||
|
|
||||||
paru -S --noconfirm \
|
paru -Syu --noconfirm \
|
||||||
teamspeak \
|
teamspeak \
|
||||||
protonup-qt \
|
protonup-qt \
|
||||||
brave-bin \
|
brave-bin \
|
||||||
@@ -18,8 +18,6 @@ paru -S --noconfirm \
|
|||||||
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
|
|
||||||
|
|
||||||
git clone https://github.com/DerTyp7/.dotfiles.git ~/.config/.dotfiles
|
git clone https://github.com/DerTyp7/.dotfiles.git ~/.config/.dotfiles
|
||||||
mv * ~/.config/.dotfiles ~/.config
|
mv * ~/.config/.dotfiles ~/.config
|
||||||
rm -rf ~/.config/.dotfiles
|
rm -rf ~/.config/.dotfiles
|
||||||
|
|||||||
Reference in New Issue
Block a user