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