Add dictionary packages
[khome.git] / pkg-deb-install
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
30 # dwm build
31 libx11-dev
32 libxft-dev
33 libxinerama-dev
34
35 # X11 compositor
36 compton
37
38 # Web browsers
39 qutebrowser
40 chromium
41
42 # SoX: Swiss army knife of sound processing
43 # provides the play command
44 sox
45
46 # Shell script linter
47 shellcheck
48
49 # File managers
50 ranger
51 nnn
52 pcmanfm
53
54 # GNU Parallel.
55 # Some of my scripts still use it, though it can mostly be replaced with
56 # xargs -P $N.
57 parallel
58
59 xfonts-terminus
60
61 # fuzzy finder
62 fzf
63
64 # Can't deny - it does look good...
65 task-gnome-desktop
66
67 # meta-package for both client and server packages
68 ssh
69
70 # PDF utilities
71 poppler-utils
72
73 # X11 API man pages
74 libx11-doc
75
76 # a pretty df
77 dfc
78
79 # Music Player daemon and clients
80 mpd
81 mpc
82 ncmpc
83 ncmpcpp
84
85 # Dictionary
86 dictd
87 dict
88 dict-gcide
89 dict-jargon
90 dict-wn
This page took 0.074094 seconds and 4 git commands to generate.