Add SML/NJ pkgs
[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
45
46# SML
47smlnj
48smlnj-doc
49
50# Xapian desktop search:
51xapian-omega # index with omindex
52xapian-tools # search with quest
53
54# Librem 15v4 Bluetooth.
55# A post-install reboot may be insufficient if incorrect firmware was loaded
56# before, so a cold shutdown is best.
57#
58# Apparently the firmware is loaded into the card's memory, which isn't cleared
59# as long as power is supplied (and between reboots - it is).
60#
61# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
62firmware-atheros
63
64# To connect to headphones:
65pulseaudio-module-bluetooth
66
67# dwm build
68libx11-dev
69libxft-dev
70libxinerama-dev
71
72# X11 compositor
73compton
74
75# Web browsers
76qutebrowser
77chromium
78
79# SoX: Swiss army knife of sound processing
80# provides the play command
81sox
82
83# Shell script linter
84shellcheck
85
86# File managers
87ranger
88nnn
89pcmanfm
90
91# GNU Parallel.
92# Some of my scripts still use it, though it can mostly be replaced with
93# xargs -P $N.
94parallel
95
96# fuzzy finder
97fzf
98
99# meta-package for both client and server packages
100ssh
101
102# PDF utilities
103poppler-utils
104mupdf
105mupdf-tools
106
107# X11 API man pages
108libx11-doc
109
110# a pretty df
111dfc
112
113# Music Player daemon and clients
114mpd
115mpc
116ncmpc
117ncmpcpp
118
119# Dictionary
120dictd # server
121dict # client
122dict-gcide # Collaborative International Dictionary of English
123dict-jargon # hacker slang
124dict-wn # WordNet
125dict-freedict-eng-rus # English-Russian
126dict-freedict-eng-ell # English-Modern Greek
127
128# Provides hxpipe utility, used by khatus weather sensor
129html-xml-utils
130
131# Image viewers
132eog # Eye of GNOME
133eom # Eye of MATE
134sxiv
135
136# Networking tools:
137# - netstat
138# - ifconfig
139# - ipmaddr
140# - iptunnel
141# - mii-tool
142# - nameif
143# - plipconfig
144# - rarp
145# - route
146# - slattach
147# - arp
148net-tools
This page took 0.019802 seconds and 4 git commands to generate.