Add something, idk
This commit is contained in:
parent
1df6a5f4bf
commit
73562ad421
@ -245,7 +245,7 @@ echo Updated packages
|
|||||||
|
|
||||||
#pacman programs
|
#pacman programs
|
||||||
echo Installing default pacman programs
|
echo Installing default pacman programs
|
||||||
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
|
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 lightdm-gtk-greeter unzip
|
||||||
# REVIEW replace transmission-qt with gtk version
|
# REVIEW replace transmission-qt with gtk version
|
||||||
sudo pacman -S --needed transmission-gtk
|
sudo pacman -S --needed transmission-gtk
|
||||||
# REVIEW maybe find theme with less dependencies
|
# REVIEW maybe find theme with less dependencies
|
||||||
@ -265,9 +265,9 @@ echo Installed official programs
|
|||||||
|
|
||||||
# REVIEW Patched neofetch version to remove Color codes
|
# REVIEW Patched neofetch version to remove Color codes
|
||||||
git clone https://github.com/RealStickman/neofetch
|
git clone https://github.com/RealStickman/neofetch
|
||||||
cd neofetch
|
cd neofetch || echo Failed to find the directory
|
||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
cd .. || echo wtf
|
||||||
rm -rf neofetch
|
rm -rf neofetch
|
||||||
|
|
||||||
#AUR
|
#AUR
|
||||||
|
Loading…
Reference in New Issue
Block a user