summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-03-04 20:27:49 +0000
committerUrbain Vaes <urbain@vaes.uk>2018-03-04 20:27:49 +0000
commit2766ffb0a6bf3af276e88544602100e06d1cf1e9 (patch)
tree32fd6abb679a2e857da7e590ba6a278ebb71dde0 /arch
parent56fa6951bccc312b24b3766c38c0e49e64a796fb (diff)
[vim] Fix symlink problem
Diffstat (limited to 'arch')
-rw-r--r--arch/.gitignore3
-rw-r--r--arch/additional-packages/PKGBUILD30
-rw-r--r--arch/archlinuxfr-packages/PKGBUILD5
-rw-r--r--arch/base-packages/PKGBUILD86
-rw-r--r--arch/local-packages/PKGBUILD7
-rw-r--r--arch/work-packages/PKGBUILD5
6 files changed, 136 insertions, 0 deletions
diff --git a/arch/.gitignore b/arch/.gitignore
new file mode 100644
index 0000000..7d16c28
--- /dev/null
+++ b/arch/.gitignore
@@ -0,0 +1,3 @@
+*/pkg
+*/src
+*.tar.xz
diff --git a/arch/additional-packages/PKGBUILD b/arch/additional-packages/PKGBUILD
new file mode 100644
index 0000000..936974b
--- /dev/null
+++ b/arch/additional-packages/PKGBUILD
@@ -0,0 +1,30 @@
+# yaourt -P && makepkg -i
+pkgname=base-packages
+pkgver=0
+pkgrel=1
+arch=(any)
+depends=(biber
+ cmus
+ cpulimit
+ flake8
+ gnuplot
+ mencoder
+ ncmpcpp
+ nmap
+ npm
+ pandoc
+ python-matplotlib
+ python2-matplotlib
+ qemu
+ texlive-bibtexextra
+ texlive-fontsextra
+ texlive-formatsextra
+ texlive-games
+ texlive-humanities
+ texlive-latexextra
+ texlive-pictures
+ texlive-pstricks
+ texlive-publishers
+ texlive-science
+ tig
+ ttf-ubuntu-font-family)
diff --git a/arch/archlinuxfr-packages/PKGBUILD b/arch/archlinuxfr-packages/PKGBUILD
new file mode 100644
index 0000000..da4c54f
--- /dev/null
+++ b/arch/archlinuxfr-packages/PKGBUILD
@@ -0,0 +1,5 @@
+pkgname=archlinuxfr-packages
+pkgver=0
+pkgrel=1
+arch=(any)
+depends=(dropbox yaourt)
diff --git a/arch/base-packages/PKGBUILD b/arch/base-packages/PKGBUILD
new file mode 100644
index 0000000..2f3523d
--- /dev/null
+++ b/arch/base-packages/PKGBUILD
@@ -0,0 +1,86 @@
+# yaourt -P && makepkg -i
+pkgname=base-packages
+pkgver=0
+pkgrel=1
+arch=(any)
+depends=(alsa-utils
+ awesome-terminal-fonts
+ cronie
+ ctags
+ dosfstools
+ dunst
+ feh
+ fuse2
+ fzf
+ git
+ gnome-alsamixer
+ grub
+ htop
+ hub
+ i3-gaps
+ i3blocks
+ i3lock
+ i3status
+ inotify-tools
+ ipython
+ isync
+ lsof
+ mlocate
+ moreutils
+ mpv
+ msmtp
+ mutt
+ neovim
+ network-manager-applet
+ networkmanager
+ networkmanager-openvpn
+ networkmanager-pptp
+ pass
+ pavucontrol
+ perl-file-mimeinfo
+ pkgfile
+ pulseaudio
+ pulseaudio-alsa
+ python-jedi
+ python-neovim
+ python-pip
+ python-unidecode
+ python2-neovim
+ qutebrowser
+ redshift
+ ripgrep
+ rofi
+ rsync
+ rxvt-unicode
+ shellcheck
+ sshfs
+ stow
+ surfraw
+ texlive-core
+ tldr
+ tmux
+ ttf-dejavu
+ urxvt-perls
+ vifm
+ weechat
+ xcape
+ xclip
+ xdotool
+ xfce4-screenshooter
+ xorg-server
+ xorg-server-common
+ xorg-setxkbmap
+ xorg-xbacklight
+ xorg-xev
+ xorg-xkill
+ xorg-xmodmap
+ xorg-xrandr
+ xorg-xrdb
+ xsel
+ youtube-dl
+ zathura
+ zathura-djvu
+ zathura-pdf-mupdf
+ zathura-ps
+ zenity
+ zsh)
diff --git a/arch/local-packages/PKGBUILD b/arch/local-packages/PKGBUILD
new file mode 100644
index 0000000..9ac2a07
--- /dev/null
+++ b/arch/local-packages/PKGBUILD
@@ -0,0 +1,7 @@
+# yaourt -P && makepkg -i
+pkgname=local-packages
+pkgver=0
+pkgrel=1
+arch=(any)
+depends=(bashmount bitlbee-facebook light myrepos rofi-dmenu spotify tmuxinator
+ ttf-monaco ubuntu-wallpapers)
diff --git a/arch/work-packages/PKGBUILD b/arch/work-packages/PKGBUILD
new file mode 100644
index 0000000..63d44d2
--- /dev/null
+++ b/arch/work-packages/PKGBUILD
@@ -0,0 +1,5 @@
+pkgname=work-packages
+pkgver=0
+pkgrel=1
+arch=(any)
+depends=(freefem++ gmsh armadillo python-sympy)