Update packages
[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
54 graphicsmagick
55 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
56
57 #------------------------------------------------------------------------------
58 # Git
59 #------------------------------------------------------------------------------
60 git
61
62 # GUI
63 git-gui
64 git-cola # HiDPI. Overall nicer than default.
65
66 # Documentation
67 git-doc
68 gitmagic
69 #------------------------------------------------------------------------------
70
71
72 # Guile
73 guile-2.0
74 guile-2.0-doc
75
76 # SML
77 smlnj
78 smlnj-doc
79
80 # Xapian desktop search:
81 xapian-omega # index with omindex
82 xapian-tools # search with quest
83
84 # Librem 15v4 Bluetooth.
85 # A post-install reboot may be insufficient if incorrect firmware was loaded
86 # before, so a cold shutdown is best.
87 #
88 # Apparently the firmware is loaded into the card's memory, which isn't cleared
89 # as long as power is supplied (and between reboots - it is).
90 #
91 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
92 firmware-atheros
93
94 # To connect to headphones:
95 pulseaudio-module-bluetooth
96
97 # dwm build
98 libx11-dev
99 libxft-dev
100 libxinerama-dev
101
102 # X11 compositor
103 compton
104
105 # Web browsers
106 qutebrowser
107 chromium
108
109 # SoX: Swiss army knife of sound processing
110 # provides the play command
111 sox
112
113 # Shell script linter
114 shellcheck
115
116 # File managers
117 ranger
118 nnn
119 pcmanfm
120
121 # GNU Parallel.
122 # Some of my scripts still use it, though it can mostly be replaced with
123 # xargs -P $N.
124 parallel
125
126 # fuzzy finder
127 fzf
128
129 # meta-package for both client and server packages
130 ssh
131
132 # PDF utilities
133 poppler-utils
134 mupdf
135 mupdf-tools
136
137 # X11 API man pages
138 libx11-doc
139
140 # a pretty df
141 dfc
142
143 # Music Player daemon and clients
144 mpd
145 mpc
146 ncmpc
147 ncmpcpp
148
149 # Dictionary
150 dictd # server
151 dict # client
152 dict-gcide # Collaborative International Dictionary of English
153 dict-jargon # hacker slang
154 dict-wn # WordNet
155 dict-freedict-eng-rus # English-Russian
156 dict-freedict-eng-ell # English-Modern Greek
157 dict-freedict-eng-lat # English-Latin
158 dict-freedict-lat-eng # Latin-English
159
160 # Provides hxpipe utility, used by khatus weather sensor
161 html-xml-utils
162
163 # Image viewers
164 eog # Eye of GNOME
165 eom # Eye of MATE
166 sxiv
167
168 # Networking tools:
169 # - netstat
170 # - ifconfig
171 # - ipmaddr
172 # - iptunnel
173 # - mii-tool
174 # - nameif
175 # - plipconfig
176 # - rarp
177 # - route
178 # - slattach
179 # - arp
180 net-tools
181
182 # Net monitoring
183 speedometer
184 cbm
185
186 # Internet speed test
187 speedtest-cli
This page took 0.066196 seconds and 5 git commands to generate.