commit ee86b32992a648369e29099272ae594e542b77c1
parent 50cfb605a20bba2faef3639efc7e1eb1111b4863
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Tue, 25 Jul 2023 23:47:40 +0200
Add alpine-socials container
Diffstat:
1 file changed, 37 insertions(+), 1 deletion(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init
@@ -66,7 +66,7 @@ confz_site_containers_user_check() {
:containers_dir :svscan_dir :user
done
local -a generic=(
- alpine-{browsers,ssh} # ,office}
+ alpine-{browsers,ssh,socials} # ,office}
void-signal
void-telegram
void-games
@@ -385,6 +385,42 @@ confz_site_container_images_check() {
require site_container_alpine :containers_dir :svscan_dir \
image_name=alpine-browsers packages="$alpine_browsers"
+ local -a alpine_socials=(
+ $alpine_x11
+ firefox
+ font-noto
+ lxappearance
+ p7zip
+ rsync
+ coreutils # cat -s in ff-mkprofile
+ py3-pynvim neovim # neovim + bindings for https://github.com/fregante/GhostText
+ git # for nvim plugins
+ py3-pip py3-wheel # for vim-ghost autoinstall procedure
+ py3-{setuptools,pip,wheel} # Python 3 / venv
+ py3-{cryptography,urllib3,certifi,distro,python-gssapi} # offlineimap3
+ git-lfs
+ zsh-vcs
+ vim vis
+ tmux
+ htop
+ openssh
+ make
+ patch
+ ripgrep bat delta
+ colordiff
+ tree broot
+ gnupg pass
+ sfeed sfeed-doc lynx elinks w3m curl # alternative RSS/ATOM processor
+ musl-utils # for getent
+ notmuch mblaze notmuch-doc mblaze-doc notmuch-vim
+ socat
+ gawk
+ mksh
+ openssl
+ )
+ require site_container_alpine :containers_dir :svscan_dir \
+ image_name=alpine-socials packages="$alpine_socials"
+
local -a alpine_office=(
$alpine_x11
font-noto