2020-02-21 14:58:26 +01:00
|
|
|
#!/bin/bash
|
2020-02-28 22:33:35 +01:00
|
|
|
|
2020-02-28 22:39:50 +01:00
|
|
|
#change to home (does not show in terminal)
|
2020-02-28 22:28:53 +01:00
|
|
|
cd $HOME
|
2020-02-28 22:33:35 +01:00
|
|
|
|
2020-03-19 09:18:01 +01:00
|
|
|
#uninstall
|
2020-05-09 21:29:29 +02:00
|
|
|
sudo pacman -Rns evolution catfish geany vim keepass gnome-boxes sublime-text-dev atom adwaita-icon-theme arcolinux-i3wm-git arcolinux-tweak-tool-git arcolinux-welcome-app-git clonezilla evolution-data-server numix-circle-arc-icons-git numix-circle-icon-theme-git numix-gtk-theme-git numix-icon-theme-git oh-my-zsh-git pamac-aur qbittorrent vivaldi
|
2020-03-19 09:18:01 +01:00
|
|
|
|
2020-03-02 13:31:03 +01:00
|
|
|
#update stuff
|
|
|
|
trizen -Syyu
|
|
|
|
echo Updated packages
|
|
|
|
|
2020-05-07 08:43:48 +02:00
|
|
|
#echo Installing missing programs
|
|
|
|
#trizen -S --needed libreoffice-fresh-de steam steam-native-runtime i3-gaps lutris virt-manager ttf-ms-fonts ttf-tahoma ttf-vista-fonts discord bettergram cpu-x polybar youtube-dl blender krita termite neofetch arandr firefox variety wget sublime-text-dev picom handbrake nutty bitwarden woeusb nohang-git pcloud-drive lightdm-webkit-theme-aether gimp stress debtap obs-studio audacity python-pip tk picard hunspell hunspell-de hyphen hyphen-de fish psensor transmission-gtk rig smartmontools thunderbird code gimp-plugin-registry
|
|
|
|
|
|
|
|
echo Installing official programs
|
2020-05-09 14:13:13 +02:00
|
|
|
sudo pacman -S --needed xfce4 arandr qemu libreoffice-fresh-de steam steam-native-runtime i3-gaps lutris virt-manager discord youtube-dl blender krita termite neofetch firefox wget picom handbrake gimp stress obs-studio audacity python-pip hunspell hunspell-de hyphen hyphen-de fish psensor transmission-qt smartmontools thunderbird ffmpeg jre-openjdk thunar code gtk-engine-murrine
|
2020-05-07 08:43:48 +02:00
|
|
|
|
|
|
|
#AUR
|
|
|
|
echo Installing AUR programs
|
|
|
|
yay -S --needed ttf-ms-fonts ttf-tahoma ttf-vista-fonts bettergram cpu-x polybar nutty bitwarden woeusb nohang-git lightdm-webkit-theme-aether debtap rig gimp-plugin-registry
|
|
|
|
yay -S --needed pcloud-drive
|
2020-03-01 10:38:40 +01:00
|
|
|
|
2020-02-29 16:00:06 +01:00
|
|
|
#install wine
|
2020-04-19 16:38:00 +02:00
|
|
|
pacman -S --needed wine-staging giflib lib32-giflib libpng lib32-libpng libldap lib32-libldap gnutls lib32-gnutls mpg123 lib32-mpg123 openal lib32-openal v4l-utils lib32-v4l-utils libpulse lib32-libpulse libgpg-error lib32-libgpg-error alsa-plugins lib32-alsa-plugins alsa-lib lib32-alsa-lib libjpeg-turbo lib32-libjpeg-turbo sqlite lib32-sqlite libxcomposite lib32-libxcomposite libxinerama lib32-libgcrypt libgcrypt lib32-libxinerama ncurses lib32-ncurses opencl-icd-loader lib32-opencl-icd-loader libxslt lib32-libxslt libva lib32-libva gtk3 lib32-gtk3 gst-plugins-base-libs lib32-gst-plugins-base-libs vulkan-icd-loader lib32-vulkan-icd-loader
|
2020-02-29 15:16:05 +01:00
|
|
|
echo Installed packages
|
2020-02-29 13:18:14 +01:00
|
|
|
|
2020-03-01 10:48:06 +01:00
|
|
|
#pull mangohud
|
|
|
|
git clone --recurse-submodules https://github.com/flightlessmango/MangoHud.git
|
|
|
|
./MangoHud/build.sh install
|
2020-02-27 19:05:53 +01:00
|
|
|
#install if nvidia drivers are used
|
|
|
|
#sudo pacman -S nvidia nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader
|
|
|
|
|
2020-02-19 21:53:49 +01:00
|
|
|
sudo pip3 install ffmpeg-normalize
|
2020-02-25 11:48:39 +01:00
|
|
|
sudo python3 -m pip install mutagen
|
2020-02-29 15:16:05 +01:00
|
|
|
sudo pip install pyglet
|
|
|
|
echo Installed python modules
|
2020-02-25 11:48:39 +01:00
|
|
|
|
2020-02-28 22:40:18 +01:00
|
|
|
#Changes to home folder automatically now, no need to be extra careful anymore.
|
2020-04-18 23:25:41 +02:00
|
|
|
git clone https://gitlab.com/RealStickman-arcolinux/config
|
2020-04-16 08:51:26 +02:00
|
|
|
echo Finished downloading config
|
2020-02-29 13:18:14 +01:00
|
|
|
|
|
|
|
#cleanup
|
2020-04-18 23:25:41 +02:00
|
|
|
rm -rf ~/setup
|
2020-02-29 15:16:05 +01:00
|
|
|
echo Removed old setup files
|
2020-02-29 13:18:14 +01:00
|
|
|
|
|
|
|
#downloading config
|
2020-04-16 08:51:26 +02:00
|
|
|
echo Setting config
|
2020-04-18 23:25:41 +02:00
|
|
|
bash ~/config/install.sh
|