diff options
author | Karel Kočí <cynerd@email.cz> | 2017-10-13 13:39:32 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-10-13 13:39:32 +0200 |
commit | a24065603cf94af1910a98b97ac2bf188085e065 (patch) | |
tree | b6232afe8734903163ae57a695ca4a357fce6442 /archlinux.pkgs | |
parent | f322efcb46049a0560b5a53745f3a9928e64d5db (diff) | |
download | myconfigs-a24065603cf94af1910a98b97ac2bf188085e065.tar.gz myconfigs-a24065603cf94af1910a98b97ac2bf188085e065.tar.bz2 myconfigs-a24065603cf94af1910a98b97ac2bf188085e065.zip |
Drop archlinux (I am on gentoo now oh yeh)
Diffstat (limited to 'archlinux.pkgs')
-rw-r--r-- | archlinux.pkgs | 64 |
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}"') |