#!/bin/bash

echo Added echos
This commit is contained in:
RealStickman 2020-02-29 14:16:05 +00:00
parent 09e88169af
commit d55bb4828b

View File

@ -3,16 +3,20 @@
#change to home (does not show in terminal) #change to home (does not show in terminal)
cd $HOME cd $HOME
trizen -S libreoffice-fresh-de keepass steam steam-native-runtime lutris wireguard-arch wireguard-tools gnome-boxes ttf-ms-fonts ttf-tahoma ttf-vista-fonts discord bettergram cpu-x polybar youtube-dl debtap obs-studio audacity python-pip tk pyglet picard hunspell hunspell-de hyphen hyphen-de fish psensor stress transmission-gtk gimp krita blender trizen -S libreoffice-fresh-de keepass steam steam-native-runtime lutris wireguard-arch wireguard-tools gnome-boxes ttf-ms-fonts ttf-tahoma ttf-vista-fonts discord bettergram cpu-x polybar youtube-dl debtap obs-studio audacity python-pip tk picard hunspell hunspell-de hyphen hyphen-de fish psensor stress transmission-gtk gimp krita blender
echo Installed packages
#update stuff #update stuff
trizen -Syyu trizen -Syyu
echo Updated packages
#install if nvidia drivers are used #install if nvidia drivers are used
#sudo pacman -S nvidia nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader #sudo pacman -S nvidia nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader
sudo pip3 install ffmpeg-normalize sudo pip3 install ffmpeg-normalize
sudo python3 -m pip install mutagen sudo python3 -m pip install mutagen
sudo pip install pyglet
echo Installed python modules
#trizen -S ttf-dejavu ttf-liberation noto-fonts #trizen -S ttf-dejavu ttf-liberation noto-fonts
# sudo ln -s /etc/fonts/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d # sudo ln -s /etc/fonts/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d
@ -20,18 +24,21 @@ sudo python3 -m pip install mutagen
# sudo ln -s /etc/fonts/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d # sudo ln -s /etc/fonts/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d
#pcloud #pcloud
https://www.pcloud.com/how-to-install-pcloud-drive-linux.html?download=electron-64 wget https://p-ams1.pcloud.com/cBZetST9hZtTO10SZZZm5zha7Z2ZZaERZkZVcA5VZAkZJFZL5ZqZlJZ5XZX0Z2JZpFZ6JZ9XZG5Z5kZg5Z1EnhkZC0y6XrVckg0fVXUvkxtywbSPBEH7/pcloud
cp ~/Downloads/pcloud ~/
chmod +x ~/pcloud chmod +x ~/pcloud
~/pcloud ~/pcloud
echo Finished downloading pcloud
#Changes to home folder automatically now, no need to be extra careful anymore. #Changes to home folder automatically now, no need to be extra careful anymore.
git clone https://gitlab.com/RealStickman/arcolinux-config git clone https://gitlab.com/RealStickman/arcolinux-config
cp ~/arcolinux-config/.bashrc ~/ cp ~/arcolinux-config/.bashrc ~/
chmod +x ~/arcolinux-config/.config/scripts/download-arcolinux-config.sh chmod +x ~/arcolinux-config/.config/scripts/download-arcolinux-config.sh
echo Finished downloading config
#cleanup #cleanup
rm -rf ~/arcolinux-setup rm -rf ~/arcolinux-setup
echo Removed old setup files
#downloading config #downloading config
echo Setting up config
~/arcolinux-config/.config/scripts/download-arcolinux-config.sh ~/arcolinux-config/.config/scripts/download-arcolinux-config.sh