Add package install script and target
[khome.git] / pkg-deb-install
index aa28ea6..03a9a4d 100644 (file)
@@ -1,7 +1,54 @@
 # Debian packages I DO want, but are not part of the minimal install.
 
+vim
+tree
+htop
+zsh
+zsh-syntax-highlighting
+git
+qutebrowser
+make
+apt-file
+jq
+curl
+lftp
+aspell
+
+# Shell script linter
+shellcheck
+
+# File managers
+ranger
+nnn
+pcmanfm
+
+# GNU Parallel.
+# Some of my scripts still use it, though it can mostly be replaced with
+# xargs -P $N.
+parallel
+
+xfonts-terminus
+
+# fuzzy finder
+fzf
+
+# Can't deny - it does look good...
+task-gnome-desktop
+
+# meta-package for both client and server packages
+ssh
+
 # PDF utilities
 poppler-utils
 
 # X11 API man pages
 libx11-doc
+
+# a pretty df
+dfc
+
+# Music Player daemon and clients
+mpd
+mpc
+ncmpc
+ncmpcpp
This page took 0.02433 seconds and 4 git commands to generate.