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