aboutsummaryrefslogtreecommitdiff
path: root/archlinux.pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'archlinux.pkgs')
-rw-r--r--archlinux.pkgs64
1 files changed, 0 insertions, 64 deletions
diff --git a/archlinux.pkgs b/archlinux.pkgs
deleted file mode 100644
index 206aadc..0000000
--- a/archlinux.pkgs
+++ /dev/null
@@ -1,64 +0,0 @@
-dnl vim:ft=m4
-dnl File containing names of explicitly installed packages on system
-esyscmd(`echo define\(HOSTNAME,$(hostname)\)')
-sinclude(HOSTNAME)
-
-dnl Archlinux packages management
-pacaur
-pkgfile
-agetpkg-git
-pkgstats
-
-dnl Various essential console programs
-ifdef(`DESKTOP',gvim,vim)
-vim-spell-cs
-vim-spell-en
-screen
-htop
-openssh
-ncdu
-rsync
-wget
-sshfs
-zsh
-zsh-completions
-bash-completion
-bc
-pv
-sysstat
-
-dnl System stuff
-ifdef(`OPENRC',dhcpcd-openrc,dhcpcd)
-ifdef(`OPENRC',fuse-openrc,fuse2)
-ifdef(`OPENRC',ntp-openrc,ntp)
-ufw
-sudo
-lsof
-hdparm
-smartmontools
-
-dnl File systems
-btrfs-progs
-exfat-utils
-dosfstools
-parted
-
-dnl network
-bind-tools
-nmap
-net-tools
-nethogs
-tcpdump
-tcping
-
-dnl archive
-unzip
-zip
-rar
-p7zip
-
-dnl Color highlight of less
-source-highlight
-
-dnl Base group
-syscmd(`pacman -Qg base | awk "{print \$2}"')