scripts

scripts i made for me
git clone https://s.sonu.ch/~rei/scripts.git
Log | Files | Refs | README

commit 893bf2fdb206f2f0d28ecbab0d2c56c189c7494d
parent 122e450d74fc5f60c92377b2bb0c0d95ca8ad199
Author: rei <rei@sonu.ch>
Date:   Wed,  6 Oct 2021 17:54:42 +0300

changes on artix_config.sh

Diffstat:
Martix.sh | 4++--
Martix_config.sh | 5+++--
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/artix.sh b/artix.sh @@ -5,7 +5,7 @@ echo "installing necessary packages" pacman -S artix-archlinux-support cups cups-openrc gutenprint neovim man man-pages neofetch git base-devel wireguard-tools wireguard-openrc pulseaudio -echo "editing /etc/pacman.conf:" +echo "editing /etc/pacman.conf" sed -i "/\[lib32\]/,/Include/"'s/^#//' /etc/pacman.conf @@ -15,7 +15,7 @@ pacman -Syu # xorg, xfce echo "installing x packages" -pacman -S xorg lxdm lxdm-openrc xfce4 xfce4-weather-plugin xfce4-pulseaudio-plugin xfce4-screenshooter pavucontrol transmission-gtk librewolf mpv sxiv zathura zathura-pdf-mupdf +pacman -S xorg lxdm lxdm-openrc xfce4 xfce4-weather-plugin xfce4-pulseaudio-plugin xfce4-screenshooter pavucontrol transmission-gtk librewolf mpv viewnior zathura zathura-pdf-mupdf qt5ct # wine, gamemode, radeon drivers, 32-bit libraries. pacman -S --needed cabextract dosbox giflib gnutls gst-plugins-base-libs lib32-giflib lib32-gnutls lib32-gst-plugins-base-libs lib32-libcurl-gnutls lib32-libgcrypt lib32-libjpeg-turbo lib32-libpng lib32-libva lib32-libxslt lib32-mpg123 lib32-openal lib32-opencl-icd-loader lib32-sdl2 lib32-vkd3d lib32-vulkan-icd-loader lib32-vulkan-radeon libcurl-gnutls libgcrypt libjpeg-turbo libpng libva libxslt mono mpg123 openal opencl-icd-loader vkd3d vulkan-icd-loader vulkan-radeon gamemode lib32-gamemode wine-staging winetricks wine-mono steam-native-runtime diff --git a/artix_config.sh b/artix_config.sh @@ -16,8 +16,9 @@ git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -sic # aur packages echo "installing aur packages" -yay -S dxvk-bin menulibre freezer-bin ttf-ms-fonts +yay -S dxvk-bin menulibre freezer-bin ttf-ms-fonts gruvbox-dark-gtk gruvbox-icon-theme aritim-dark-kde-git # soulseekqt (I don't wanna compile soulseek from AUR) +echo "installing SoulseekQt appimage" wget https://www.slsknet.org/SoulseekQt/Linux/SoulseekQt-2018-1-30-64bit-appimage.tgz -tar xpvf SoulseekQt-2018-1-30-64bit-appimage.tgz +tar xpvf SoulseekQt-2018-1-30-64bit-appimage.tgz && rm SoulseekQt-2018-1-30-64bit-appimage.tgz