diff options
Diffstat (limited to 'archlinux.pkgs')
-rw-r--r-- | archlinux.pkgs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archlinux.pkgs b/archlinux.pkgs index 64e3838..f5a71a7 100644 --- a/archlinux.pkgs +++ b/archlinux.pkgs @@ -10,7 +10,6 @@ ifdef(`DESKTOP',gvim,vim) vim-spell-cs vim-spell-en htop -mc openssh ncdu rsync @@ -24,6 +23,10 @@ bc pv sysstat +dnl I want ranger everywhere +include(ranger) +mpv + dnl System stuff dhcpcd-openrc fuse-openrc @@ -45,6 +48,7 @@ dnl archive unzip zip rar +p7zip dnl Base group syscmd(`pacman -Qg base | awk "{print \$2}"') |