Add dict pkg comments
[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 git
10 tig
11 make
12 apt-file
13 jq
14 curl
15 lftp
16 aspell
17 cheese
18 newsboat
19 nmap
20 build-essential
21 xkcdpass
22 dunst
23 hsetroot
24 feh
25 xbindkeys
26 gawk
27 original-awk
28 libnotify-bin
29 r-base
30 locate
31 units
32 snapd # https://snapcraft.io/docs/installing-snap-on-debian
33 encfs
34 xscreensaver
35 youtube-dl
36 mplayer
37 mpv
38 whois
39 mono-complete
40 screengrab
41 tlp # Laptop power management tools
42 erlang
43 elixir
44 openconnect # VPN cllient compatible with Cisco's AnyConnect
45
46 # Xapian desktop search:
47 xapian-omega # index with omindex
48 xapian-tools # search with quest
49
50 # Librem 15v4 Bluetooth.
51 # A post-install reboot may be insufficient if incorrect firmware was loaded
52 # before, so a cold shutdown is best.
53 #
54 # Apparently the firmware is loaded into the card's memory, which isn't cleared
55 # as long as power is supplied (and between reboots - it is).
56 #
57 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
58 firmware-atheros
59
60 # To connect to headphones:
61 pulseaudio-module-bluetooth
62
63 # dwm build
64 libx11-dev
65 libxft-dev
66 libxinerama-dev
67
68 # X11 compositor
69 compton
70
71 # Web browsers
72 qutebrowser
73 chromium
74
75 # SoX: Swiss army knife of sound processing
76 # provides the play command
77 sox
78
79 # Shell script linter
80 shellcheck
81
82 # File managers
83 ranger
84 nnn
85 pcmanfm
86
87 # GNU Parallel.
88 # Some of my scripts still use it, though it can mostly be replaced with
89 # xargs -P $N.
90 parallel
91
92 # fuzzy finder
93 fzf
94
95 # meta-package for both client and server packages
96 ssh
97
98 # PDF utilities
99 poppler-utils
100 mupdf
101 mupdf-tools
102
103 # X11 API man pages
104 libx11-doc
105
106 # a pretty df
107 dfc
108
109 # Music Player daemon and clients
110 mpd
111 mpc
112 ncmpc
113 ncmpcpp
114
115 # Dictionary
116 dictd # server
117 dict # client
118 dict-gcide # Collaborative International Dictionary of English
119 dict-jargon # hacker slang
120 dict-wn # WordNet
121 dict-freedict-eng-rus # English-Russian
122 dict-freedict-eng-ell # English-Modern Greek
123
124 # Provides hxpipe utility, used by khatus weather sensor
125 html-xml-utils
126
127 # Image viewers
128 eog # Eye of GNOME
129 eom # Eye of MATE
130 sxiv
131
132 # Networking tools:
133 # - netstat
134 # - ifconfig
135 # - ipmaddr
136 # - iptunnel
137 # - mii-tool
138 # - nameif
139 # - plipconfig
140 # - rarp
141 # - route
142 # - slattach
143 # - arp
144 net-tools
This page took 0.074555 seconds and 5 git commands to generate.