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