diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-01-22 18:46:19 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-01-22 18:57:22 +0100 |
commit | 688260bd74442ad04bf91460f497697e019d8d18 (patch) | |
tree | ebae0bc6df34b0ae7132abfd84da0e46d77c9cd8 /pkgs | |
parent | 2a0962d39f66aeff81d1ee41bde4c9d9d7706d08 (diff) |
[zsh] Add handy bindings
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/base-packages/PKGBUILD | 10 | ||||
-rw-r--r-- | pkgs/local-packages/PKGBUILD | 1 |
2 files changed, 8 insertions, 3 deletions
diff --git a/pkgs/base-packages/PKGBUILD b/pkgs/base-packages/PKGBUILD index 344e4fb..3e78e75 100644 --- a/pkgs/base-packages/PKGBUILD +++ b/pkgs/base-packages/PKGBUILD @@ -1,3 +1,4 @@ +# yaourt -P && makepkg -i pkgname=base-packages pkgver=0 pkgrel=1 @@ -10,8 +11,11 @@ depends=(alsa-utils autocutsel autopep8 awesome-terminal-fonts biber cmus networkmanager-pptp nmap npm pandoc pass pkgfile pulseaudio pulseaudio-alsa python-jedi python-matplotlib python-neovim python-pip python-unidecode python2-matplotlib python2-neovim qemu qutebrowser redshift ripgrep rofi - rsync rxvt-unicode shellcheck sshfs stow surfraw texlive-most tig tldr tmux - ttf-dejavu ttf-ubuntu-font-family urxvt-perls vifm weechat xcape xclip - xdotool xfce4-screenshooter xorg-server xorg-server-common xorg-setxkbmap + rsync rxvt-unicode shellcheck sshfs stow surfraw texlive-bibtexextra + texlive-core texlive-fontsextra texlive-formatsextra texlive-games + texlive-humanities texlive-latexextra texlive-pictures texlive-pstricks + texlive-publishers texlive-science tig tldr tmux ttf-dejavu + ttf-ubuntu-font-family 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/pkgs/local-packages/PKGBUILD b/pkgs/local-packages/PKGBUILD index 4ec504f..9ac2a07 100644 --- a/pkgs/local-packages/PKGBUILD +++ b/pkgs/local-packages/PKGBUILD @@ -1,3 +1,4 @@ +# yaourt -P && makepkg -i pkgname=local-packages pkgver=0 pkgrel=1 |