Add nq to debian pkgs
[khome.git] / pkgs-deb-install.list
1 # Debian packages I DO want, but are not part of the minimal install.
2
3 vim
4 vim-gtk3
5 tree
6 htop
7 zsh
8 zsh-syntax-highlighting
9 tig
10 make
11 apt-file
12 jq
13 curl
14 lftp
15 aspell
16 cheese
17 newsboat
18 nmap
19 build-essential
20 xkcdpass
21 dunst
22 hsetroot
23 feh
24 xbindkeys
25 gawk
26 original-awk
27 libnotify-bin
28 r-base
29 locate
30 units
31 snapd # https://snapcraft.io/docs/installing-snap-on-debian
32 encfs
33 xscreensaver
34 mplayer
35 mpv
36 whois
37 mono-complete
38 screengrab
39 tlp # Laptop power management tools
40 erlang
41 elixir
42 openconnect # VPN cllient compatible with Cisco's AnyConnect
43 graphviz
44 graphviz-doc
45 cups
46 ddgr # Duck Duck Go CLI client
47 wikipedia2text # Wikipedia CLI client
48 neofetch
49 time # Surprisingly, GNU time isn't installed by default!
50 caja-open-terminal
51 ffmpeg
52 pandoc
53 nq # Unix CLI queue utility
54
55 graphicsmagick
56 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
57
58 cvs
59
60 #------------------------------------------------------------------------------
61 # Git
62 #------------------------------------------------------------------------------
63 git
64 git-cvs
65 git-svn
66
67 # GUI
68 git-gui
69 git-cola # HiDPI. Overall nicer than default.
70
71 # Documentation
72 git-doc
73 gitmagic
74 #------------------------------------------------------------------------------
75
76 # subversion
77 subversion
78 subversion-tools
79
80
81 # Guile
82 guile-2.0
83 guile-2.0-doc
84
85 # SML
86 smlnj
87 smlnj-doc
88
89 # Xapian desktop search:
90 xapian-omega # index with omindex
91 xapian-tools # search with quest
92
93 # Librem 15v4 Bluetooth.
94 # A post-install reboot may be insufficient if incorrect firmware was loaded
95 # before, so a cold shutdown is best.
96 #
97 # Apparently the firmware is loaded into the card's memory, which isn't cleared
98 # as long as power is supplied (and between reboots - it is).
99 #
100 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
101 firmware-atheros
102
103 # To connect to headphones:
104 pulseaudio-module-bluetooth
105
106 # dwm build
107 libx11-dev
108 libxft-dev
109 libxinerama-dev
110
111 # X11 compositor
112 compton
113
114 # Web browsers
115 qutebrowser
116 chromium
117
118 # SoX: Swiss army knife of sound processing
119 # provides the play command
120 sox
121
122 # Shell script linter
123 shellcheck
124
125 # File managers
126 ranger
127 nnn
128 pcmanfm
129
130 # GNU Parallel.
131 # Some of my scripts still use it, though it can mostly be replaced with
132 # xargs -P $N.
133 parallel
134
135 # fuzzy finder
136 fzf
137
138 # meta-package for both client and server packages
139 ssh
140
141 # PDF utilities
142 poppler-utils
143 mupdf
144 mupdf-tools
145
146 # X11 API man pages
147 libx11-doc
148
149 # a pretty df
150 dfc
151
152 # Music Player daemon and clients
153 mpd
154 mpc
155 ncmpc
156 ncmpcpp
157
158 # Dictionary
159 dictd # server
160 dict # client
161 dict-gcide # Collaborative International Dictionary of English
162 dict-jargon # hacker slang
163 dict-wn # WordNet
164 dict-freedict-eng-rus # English-Russian
165 dict-freedict-eng-ell # English-Modern Greek
166 dict-freedict-eng-lat # English-Latin
167 dict-freedict-lat-eng # Latin-English
168
169 # Provides hxpipe utility, used by khatus weather sensor
170 html-xml-utils
171
172 # Image viewers
173 eog # Eye of GNOME
174 eom # Eye of MATE
175 sxiv
176
177 # Networking tools:
178 # - netstat
179 # - ifconfig
180 # - ipmaddr
181 # - iptunnel
182 # - mii-tool
183 # - nameif
184 # - plipconfig
185 # - rarp
186 # - route
187 # - slattach
188 # - arp
189 net-tools
190
191 # Net monitoring
192 speedometer
193 cbm
194
195 # Internet speed test
196 speedtest-cli
This page took 0.060986 seconds and 5 git commands to generate.