diff options
author | Karel Kočí <cynerd@email.cz> | 2016-10-30 11:32:06 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-10-30 11:32:06 +0100 |
commit | 84dbccf8bea8d6bf7ac4258ab9fe54ce55650730 (patch) | |
tree | 4912f1255a7a9f01aa7aebd4ac41c08125377430 /archlinux.pkgs | |
parent | d23728eb7c32fe112a9154b0889d39f1c4a98ecd (diff) | |
download | myconfigs-84dbccf8bea8d6bf7ac4258ab9fe54ce55650730.tar.gz myconfigs-84dbccf8bea8d6bf7ac4258ab9fe54ce55650730.tar.bz2 myconfigs-84dbccf8bea8d6bf7ac4258ab9fe54ce55650730.zip |
Add list of installed packages on archlinux
Diffstat (limited to 'archlinux.pkgs')
-rw-r--r-- | archlinux.pkgs | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/archlinux.pkgs b/archlinux.pkgs new file mode 100644 index 0000000..b25850f --- /dev/null +++ b/archlinux.pkgs @@ -0,0 +1,156 @@ +# Various essential to me programs console +pacaur +gvim +htop +mc +zsh +pass +w3m +lynx +abook +openssh +unzip +ncdu +pkgfile +syncthing-openrc +rsync +rdiff-backup + +# Various graphic programs +gimp +inkscape +vlc +conkeror +surf-webkit2gtk-git +feh +kdegraphics-okular +steam-native +python-steamcontroller-git + +# Pidgin +purple-facebook +purple-hangouts-hg +pidgin-encryption +pidgin-gpg-git +pidgin-hotkeys +pidgin-latex +pidgin-libnotify +pidgin-window_merge + +# Stardict +stardict-cz +stardict-en-cz + +# Chromium +chromium-widevine +pepper-flash + +# Music player daemon +mpc +mpd +ncmpcpp + +# Mail +neomutt +msmtp +offlineimap +python2-daemon + +# My desktop +i3-wm +i3blocks +dunst +xzoom +xorg-server-utils +xorg-xinit +urxvt-perls +urxvt-resize-font-git +urxvt-vtwheel +numlockx +pulsemixer +qt5-styleplugins +numix-frost-themes + +# Fonts +terminus-font +font-mathematica +ttf-hack +ttf-symbola +noto-fonts-emoji +emojione-color-font +twemoji-color-font +texlive-fontsextra + +# Matlab fix +ncurses5-compat-libs + +# System stuff +syslinux +acpid-openrc +alsa-utils-openrc +cpupower-openrc +cronie-openrc +cryptsetup +dhcpcd-openrc +wpa_supplicant-openrc +rfkill +fuse-openrc +syslog-ng-openrc +gpm-openrc +ifplugd +iproute2 +iputils +# FS +btrfs-progs +mdadm +xfsprogs +exfat-utils +reiserfsprogs +# System but not essential or who knows if needed +mesa-demos +pcmciautils + +# My asus laptop specific stuff +asus-kbd-backlight +intel-ucode +virtualgl-openrc +lib32-nvidia-utils +xf86-input-synaptics +xf86-video-intel +powertop + +# Stuff used durring development +tig +dash +mkdocs +# Web +ruby-jekyll +# Python +twine +flake8 +ipython +python-pypandoc +python-xattr +python2-xattr +python-daemon + +# Building stuff +autoconf +automake +bison +flex +clang +cmake +fakeroot +patch +pkg-config + +# Base +vi +which +licenses +lvm2 +usbutils +nano +man-db +man-pages |