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