Add and remove packages
This commit is contained in:
parent
dfdd619642
commit
cb77f80d36
2 changed files with 12 additions and 5 deletions
14
install.sh
14
install.sh
|
@ -93,7 +93,7 @@ packages=(
|
||||||
pandoc
|
pandoc
|
||||||
mdcat
|
mdcat
|
||||||
asciidoctor
|
asciidoctor
|
||||||
zathura # Lightweight document viewer
|
foliate # eBook Viewer
|
||||||
# Spellchecking
|
# Spellchecking
|
||||||
hunspell
|
hunspell
|
||||||
hunspell-de
|
hunspell-de
|
||||||
|
@ -112,6 +112,10 @@ packages=(
|
||||||
ansible-core
|
ansible-core
|
||||||
ansible
|
ansible
|
||||||
ansible-lint
|
ansible-lint
|
||||||
|
nodejs
|
||||||
|
docker
|
||||||
|
docker-compose
|
||||||
|
npm
|
||||||
# Desktop tools
|
# Desktop tools
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
dconf-editor
|
dconf-editor
|
||||||
|
@ -142,8 +146,6 @@ packages=(
|
||||||
lollypop # Music player
|
lollypop # Music player
|
||||||
#xournalpp # Handwriting tool
|
#xournalpp # Handwriting tool
|
||||||
#signal-desktop # Secure mobile messenger
|
#signal-desktop # Secure mobile messenger
|
||||||
# Fonts & themes
|
|
||||||
qgnomeplatform-qt5
|
|
||||||
# Fallback font with huge coverage and colored emojis
|
# Fallback font with huge coverage and colored emojis
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-extra
|
noto-fonts-extra
|
||||||
|
@ -219,8 +221,6 @@ optdeps=(
|
||||||
elfutils # stripping
|
elfutils # stripping
|
||||||
sbsigntools # efi signing
|
sbsigntools # efi signing
|
||||||
tpm2-tools # tpm2-tss
|
tpm2-tools # tpm2-tss
|
||||||
# zathura: PDF support
|
|
||||||
zathura-pdf-mupdf
|
|
||||||
# libva: intel drivers
|
# libva: intel drivers
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
# gnome-shell-extension-appindicator: GTK3 apps
|
# gnome-shell-extension-appindicator: GTK3 apps
|
||||||
|
@ -237,6 +237,8 @@ optdeps=(
|
||||||
malcontent
|
malcontent
|
||||||
# nextcloud-client: integration with Nautilus
|
# nextcloud-client: integration with Nautilus
|
||||||
python-nautilus
|
python-nautilus
|
||||||
|
# ansible: crypto functions
|
||||||
|
python-passlib
|
||||||
)
|
)
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed "${packages[@]}"
|
pacman -Syu --noconfirm --needed "${packages[@]}"
|
||||||
|
@ -430,6 +432,8 @@ aur_packages=(
|
||||||
# AUR helper
|
# AUR helper
|
||||||
aurutils
|
aurutils
|
||||||
networkmanager-iwd
|
networkmanager-iwd
|
||||||
|
# bluetooth gui client
|
||||||
|
overskride-bin
|
||||||
# iwd GUI
|
# iwd GUI
|
||||||
iwgtk
|
iwgtk
|
||||||
# Login settings
|
# Login settings
|
||||||
|
|
|
@ -11,3 +11,6 @@ flatpak install --noninteractive com.belmoussaoui.ReadItLater
|
||||||
flatpak install --noninteractive dev.geopjr.Tuba
|
flatpak install --noninteractive dev.geopjr.Tuba
|
||||||
flatpak install --noninteractive com.github.tchx84.Flatseal
|
flatpak install --noninteractive com.github.tchx84.Flatseal
|
||||||
flatpak install --noninteractive org.gnome.Firmware
|
flatpak install --noninteractive org.gnome.Firmware
|
||||||
|
flatpak install --noninteractive io.github.mrvladus.List
|
||||||
|
flatpak install --noninteractive org.gnome.Geary
|
||||||
|
flatpak install --noninteractive io.gitlab.adhami3310.Impression
|
||||||
|
|
Loading…
Reference in a new issue