diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-03-04 20:27:49 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-03-04 20:27:49 +0000 |
commit | 2766ffb0a6bf3af276e88544602100e06d1cf1e9 (patch) | |
tree | 32fd6abb679a2e857da7e590ba6a278ebb71dde0 /arch/base-packages/PKGBUILD | |
parent | 56fa6951bccc312b24b3766c38c0e49e64a796fb (diff) |
[vim] Fix symlink problem
Diffstat (limited to 'arch/base-packages/PKGBUILD')
-rw-r--r-- | arch/base-packages/PKGBUILD | 86 |
1 files changed, 86 insertions, 0 deletions
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) |