From 1b71cb596ef87b1623016aa09a875d19614b5e80 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 26 Aug 2019 14:05:50 -0400 Subject: [PATCH] Add more packages --- pkg-deb-install | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/pkg-deb-install b/pkg-deb-install index 3d3f909..03a9a4d 100644 --- a/pkg-deb-install +++ b/pkg-deb-install @@ -3,6 +3,34 @@ 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 @@ -18,3 +46,9 @@ libx11-doc # a pretty df dfc + +# Music Player daemon and clients +mpd +mpc +ncmpc +ncmpcpp -- 2.20.1