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