Compare commits
2 Commits
d29806f123
...
34e79bcb77
Author | SHA1 | Date | |
---|---|---|---|
34e79bcb77 | |||
593ab719e8 |
@ -67,7 +67,7 @@ git clone https://gitea.exu.li/realstickman/configs.git &>/dev/null
|
|||||||
# NOTE Arguments get passed automatically now
|
# NOTE Arguments get passed automatically now
|
||||||
if ! cmp --silent "$scriptloc" "$HOME/configs/arch-config/scripts/arch-config.sh"; then
|
if ! cmp --silent "$scriptloc" "$HOME/configs/arch-config/scripts/arch-config.sh"; then
|
||||||
echo Removed old config file and launched new one.
|
echo Removed old config file and launched new one.
|
||||||
rm "$HOME/scripts/arch-config.sh" && cp "$HOME/configs/arch-config/scripts/arch-config.sh" "$HOME/scripts/" && bash ~/scripts/arch-config.sh "$@"
|
rm "$scriptloc" && cp "$HOME/configs/arch-config/scripts/arch-config.sh" "$HOME/scripts/" && bash ~/scripts/arch-config.sh "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if no seltheme file exists, ask to select a theme
|
# if no seltheme file exists, ask to select a theme
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
acpilight
|
acpilight
|
||||||
age
|
age
|
||||||
alsa-utils
|
alsa-utils
|
||||||
|
amd-ucode
|
||||||
arandr
|
arandr
|
||||||
bandwhich
|
bandwhich
|
||||||
base-devel
|
base-devel
|
||||||
@ -49,10 +50,13 @@ hunspell-en_us
|
|||||||
hyphen
|
hyphen
|
||||||
hyphen-de
|
hyphen-de
|
||||||
hyphen-en
|
hyphen-en
|
||||||
|
intel-media-driver
|
||||||
|
intel-ucode
|
||||||
jre-openjdk
|
jre-openjdk
|
||||||
kcm-wacomtablet
|
kcm-wacomtablet
|
||||||
kdeconnect
|
kdeconnect
|
||||||
kitty
|
kitty
|
||||||
|
lib32-mesa
|
||||||
libaacs
|
libaacs
|
||||||
libbluray
|
libbluray
|
||||||
libcdio
|
libcdio
|
||||||
@ -63,8 +67,13 @@ libnotify
|
|||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
libreoffice-fresh-de
|
libreoffice-fresh-de
|
||||||
libsecret
|
libsecret
|
||||||
|
libva-intel-driver
|
||||||
|
libva-mesa-driver
|
||||||
|
libva-utils
|
||||||
lsp-plugins-lv2
|
lsp-plugins-lv2
|
||||||
man-db
|
man-db
|
||||||
|
mesa
|
||||||
|
mesa-vdpau
|
||||||
mythes-de
|
mythes-de
|
||||||
mythes-en
|
mythes-en
|
||||||
nemo
|
nemo
|
||||||
@ -120,7 +129,10 @@ unace
|
|||||||
unrar
|
unrar
|
||||||
unzip
|
unzip
|
||||||
util-linux
|
util-linux
|
||||||
|
vdpauinfo
|
||||||
vnstat
|
vnstat
|
||||||
|
vulkan-intel
|
||||||
|
vulkan-radeon
|
||||||
webkit2gtk
|
webkit2gtk
|
||||||
wget
|
wget
|
||||||
whois
|
whois
|
||||||
|
Loading…
Reference in New Issue
Block a user