moved general apps to client-playbook repository

This commit is contained in:
Kevin Veen-Birkenbach 2021-11-12 17:02:32 +01:00
parent acafe9a0d6
commit 25a4341a39
2 changed files with 0 additions and 94 deletions

View File

@ -1,90 +0,0 @@
# programing language interpreters
jdk11-openjdk
python
php
# description language interpreters
texlive-most
# compression tools
p7zip
# administration tools
base-devel
yay
make
gcc
cmake
fdupes
# network analyze tools
traceroute
wireshark-qt
wireshark-cli
# security tools
ecryptfs-utils
encfs
keepassxc
# anonymous
tor
torbrowser-launcher
# browsers
chromium
firefox
firefox-ublock-origin
firefox-extension-https-everywhere
firefox-dark-reader
# office software
ttf-liberation
libreoffice-fresh
libreoffice-fresh-de
libreoffice-fresh-eo
libreoffice-fresh-es
libreoffice-fresh-nl
# spelling software
hunspell
hunspell-de
hunspell-es_es
hunspell-en_US
hunspell-nl
# video/picture manipulation
gimp
blender
obs-studio
# communication tools
pidgin
# code quality tools
shellcheck
# visualization tools
dia
# ide's
atom
arduino
arduino-docs
# virtualization tools
qemu
# containerization tools
docker
docker-compose
# orchestration tools
ansible
# entertainment software
rhythmbox
# cloud
nextcloud-client

View File

@ -26,10 +26,6 @@ cp -rfv "$HOME_TEMPLATE_PATH/." "$HOME" || error "Copy templates failed."
info "Update packages..." &&
sudo pacman -Syyu || error "Package syncronisation failed."
pacman_packages="$(get_packages "general" "client/pacman/general")"
info "Synchronizing pacman packages [$pacman_packages]..." &&
sudo pacman -S --needed $pacman_packages || error "Syncronisation failed."
info "Synchronizing yay packages..." &&
install_yay_packages_if_needed "$(get_packages "client/yay/general")";