[submodule "zsh/lib/zsh-syntax-highlighting"]
path = zsh/lib/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
-[submodule "urxvt/urxvt-perls"]
- path = urxvt/urxvt-perls
+[submodule "urxvt/perls"]
+ path = urxvt/perls
url = https://github.com/muennich/urxvt-perls
+[submodule "urxvt/autocomplete-ALL-the-things"]
+ path = urxvt/autocomplete-ALL-the-things
+ url = https://github.com/Vifon/autocomplete-ALL-the-things
[submodule "weechat/python/wee-slack"]
path = weechat/python/wee-slack
url = https://github.com/rawdigits/wee-slack
ln -sfT $(APATH)/dircolors ~/.config/dircolors
.PHONY: dircolors
+urxvt:
+ ln -sfT $(APATH)/urxvt ~/.config/urxvt
+.PHONY: urxvt
+
$(FILES):
@if [[ -e ~/$@ && ! -L ~/$@ ]]; then \
if [[ -d $@ ]]; then \
URxvt.iso14755_52: false
! {{{1 Perl extensions
-URxvt.perl-lib: .config/urxvt/urxvt-perls
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,autocomplete-ALL-the-things
! {{{2 url-select
URxvt.keysym.C-F: perl:url-select:select_next
export LESSHISTFILE="$XDG_CACHE_HOME/lesshst"
# urxvtd
+export URXVT_PERL_LIB="$HOME/src/dotfiles/urxvt/perls:$HOME/src/dotfiles/urxvt/autocomplete-ALL-the-things"
export RXVT_SOCKET="$XDG_RUNTIME_DIR/urxvtd-$HOST"
# task