Add Latin dict pkgs
[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 git
10 tig
11 make
12 apt-file
13 jq
14 curl
15 lftp
16 aspell
17 cheese
18 newsboat
19 nmap
20 build-essential
21 xkcdpass
22 dunst
23 hsetroot
24 feh
25 xbindkeys
26 gawk
27 original-awk
28 libnotify-bin
29 r-base
30 locate
31 units
32 snapd # https://snapcraft.io/docs/installing-snap-on-debian
33 encfs
34 xscreensaver
35 youtube-dl
36 mplayer
37 mpv
38 whois
39 mono-complete
40 screengrab
41 tlp # Laptop power management tools
42 erlang
43 elixir
44 openconnect # VPN cllient compatible with Cisco's AnyConnect
45
46 # SML
47 smlnj
48 smlnj-doc
49
50 # Xapian desktop search:
51 xapian-omega # index with omindex
52 xapian-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)
62 firmware-atheros
63
64 # To connect to headphones:
65 pulseaudio-module-bluetooth
66
67 # dwm build
68 libx11-dev
69 libxft-dev
70 libxinerama-dev
71
72 # X11 compositor
73 compton
74
75 # Web browsers
76 qutebrowser
77 chromium
78
79 # SoX: Swiss army knife of sound processing
80 # provides the play command
81 sox
82
83 # Shell script linter
84 shellcheck
85
86 # File managers
87 ranger
88 nnn
89 pcmanfm
90
91 # GNU Parallel.
92 # Some of my scripts still use it, though it can mostly be replaced with
93 # xargs -P $N.
94 parallel
95
96 # fuzzy finder
97 fzf
98
99 # meta-package for both client and server packages
100 ssh
101
102 # PDF utilities
103 poppler-utils
104 mupdf
105 mupdf-tools
106
107 # X11 API man pages
108 libx11-doc
109
110 # a pretty df
111 dfc
112
113 # Music Player daemon and clients
114 mpd
115 mpc
116 ncmpc
117 ncmpcpp
118
119 # Dictionary
120 dictd # server
121 dict # client
122 dict-gcide # Collaborative International Dictionary of English
123 dict-jargon # hacker slang
124 dict-wn # WordNet
125 dict-freedict-eng-rus # English-Russian
126 dict-freedict-eng-ell # English-Modern Greek
127 dict-freedict-eng-lat # English-Latin
128 dict-freedict-lat-eng # Latin-English
129
130 # Provides hxpipe utility, used by khatus weather sensor
131 html-xml-utils
132
133 # Image viewers
134 eog # Eye of GNOME
135 eom # Eye of MATE
136 sxiv
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
150 net-tools
This page took 0.089361 seconds and 5 git commands to generate.