Sort programms
This commit is contained in:
parent
295b15664a
commit
1df6a5f4bf
@ -235,7 +235,7 @@ done
|
||||
|
||||
#uninstalling unused packages
|
||||
echo Uninstalling unused packages
|
||||
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 vlc code baka-mplayer tmux guvcview kdenlive xfce4-notifyd chromium freetype2
|
||||
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 vlc code baka-mplayer tmux guvcview kdenlive xfce4-notifyd chromium freetype2 psensor transmission-qt
|
||||
echo Uninstalled unused packages
|
||||
|
||||
#update stuff
|
||||
@ -245,9 +245,24 @@ echo Updated packages
|
||||
|
||||
#pacman programs
|
||||
echo Installing default pacman programs
|
||||
yay -S --needed arandr libreoffice-fresh-de termite wget picom stress obs-studio python-pip hunspell hunspell-de hyphen hyphen-de fish psensor transmission-qt smartmontools thunderbird ffmpeg jre-openjdk thunar gtk-engine-murrine iperf3 celluloid nload languagetool dmenu rofi nextcloud-client devtools arcolinux-slim arcolinux-slimlock-themes-git vnstat wireguard-tools cronie bandwhich libnotify notification-daemon dunst breeze rsync restic
|
||||
sudo pacman -S --needed arandr libreoffice-fresh-de termite wget picom stress obs-studio python-pip hunspell hunspell-de hunspell-en_GB hyphen hyphen-de hyphen-en fish smartmontools thunderbird ffmpeg jre-openjdk thunar gtk-engine-murrine celluloid languagetool rofi nextcloud-client vnstat wireguard-tools cronie libnotify notification-daemon dunst rsync restic piper
|
||||
# REVIEW replace transmission-qt with gtk version
|
||||
sudo pacman -S --needed transmission-gtk
|
||||
# REVIEW maybe find theme with less dependencies
|
||||
sudo pacman -S --needed breeze
|
||||
echo Installed official programs
|
||||
|
||||
# REVIEW Determine usefulness
|
||||
# iperf3
|
||||
# nload
|
||||
# bandwhich
|
||||
# dmenu
|
||||
# devtools
|
||||
|
||||
# REVIEW arcolinux specific stuff
|
||||
# arcolinux-slim
|
||||
# arcolinux-slimlock-themes-git
|
||||
|
||||
# REVIEW Patched neofetch version to remove Color codes
|
||||
git clone https://github.com/RealStickman/neofetch
|
||||
cd neofetch
|
||||
@ -257,12 +272,20 @@ rm -rf neofetch
|
||||
|
||||
#AUR
|
||||
echo Installing default AUR programs
|
||||
yay -S --needed ttf-ms-fonts ttf-tahoma ttf-vista-fonts cpu-x polybar nutty woeusb nohang-git lightdm-webkit-theme-aether debtap rig gimp-plugin-registry piper tmpmail-git lightdm-webkit2-theme-glorious
|
||||
yay -S --needed ttf-ms-fonts ttf-vista-fonts polybar nohang-git lightdm-webkit-theme-aether rig tmpmail-git lightdm-webkit2-theme-glorious
|
||||
yay -S --needed freetype2-cleartype
|
||||
yay -S --needed bitwarden
|
||||
#yay -S --needed --noconfirm pcloud-drive
|
||||
echo Installed AUR programs
|
||||
|
||||
# REVIEW Determine usefulness
|
||||
# ttf-tahoma
|
||||
# cpu-x
|
||||
# nutty
|
||||
# woeusb
|
||||
# debtap
|
||||
# gimp-plugin-registry
|
||||
|
||||
#install wine
|
||||
echo Installing wine
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user