Call fsi with ledit
[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
127dict-freedict-eng-lat # English-Latin
128dict-freedict-lat-eng # Latin-English
129
130# Provides hxpipe utility, used by khatus weather sensor
131html-xml-utils
132
133# Image viewers
134eog # Eye of GNOME
135eom # Eye of MATE
136sxiv
137
138# Networking tools:
139# - netstat
140# - ifconfig
141# - ipmaddr
142# - iptunnel
143# - mii-tool
144# - nameif
145# - plipconfig
146# - rarp
147# - route
148# - slattach
149# - arp
150net-tools
This page took 0.020061 seconds and 4 git commands to generate.