Add mono-complete pkg
[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
41 # dwm build
42 libx11-dev
43 libxft-dev
44 libxinerama-dev
45
46 # X11 compositor
47 compton
48
49 # Web browsers
50 qutebrowser
51 chromium
52
53 # SoX: Swiss army knife of sound processing
54 # provides the play command
55 sox
56
57 # Shell script linter
58 shellcheck
59
60 # File managers
61 ranger
62 nnn
63 pcmanfm
64
65 # GNU Parallel.
66 # Some of my scripts still use it, though it can mostly be replaced with
67 # xargs -P $N.
68 parallel
69
70 # fuzzy finder
71 fzf
72
73 # meta-package for both client and server packages
74 ssh
75
76 # PDF utilities
77 poppler-utils
78 mupdf
79 mupdf-tools
80
81 # X11 API man pages
82 libx11-doc
83
84 # a pretty df
85 dfc
86
87 # Music Player daemon and clients
88 mpd
89 mpc
90 ncmpc
91 ncmpcpp
92
93 # Dictionary
94 dictd
95 dict
96 dict-gcide
97 dict-jargon
98 dict-wn
99
100 # Provides hxpipe utility, used by khatus weather sensor
101 html-xml-utils
102
103 # Image viewers
104 eog # Eye of GNOME
105 eom # Eye of MATE
106 sxiv
107
108 # Networking tools:
109 # - netstat
110 # - ifconfig
111 # - ipmaddr
112 # - iptunnel
113 # - mii-tool
114 # - nameif
115 # - plipconfig
116 # - rarp
117 # - route
118 # - slattach
119 # - arp
120 net-tools
This page took 0.061861 seconds and 5 git commands to generate.