]> git.rmz.io Git - dotfiles.git/commitdiff
urxvt: add extensions as submodules
authorSamir Benmendil <me@rmz.io>
Thu, 27 Oct 2016 20:13:48 +0000 (21:13 +0100)
committerSamir Benmendil <me@rmz.io>
Tue, 15 Nov 2016 09:11:27 +0000 (09:11 +0000)
.gitmodules
Makefile
Xresources
urxvt/autocomplete-ALL-the-things [new submodule]
urxvt/perls [new submodule]
zshenv

index ae99b777d3df27b9a3570d91f6c22d7689cd6595..388b2d8e7c68ea9047f9734397b394f53cc4cea9 100644 (file)
 [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
index e0b39123e06590aad3c98a4508d844a4c0a1fc4a..8caeb2f9e8e0889b58b40c1210c17e49dc8bd89a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,10 @@ dircolors:
        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 \
index 96c6a073ea2fe174bfec3680c123064179f926a2..d188baab4d5eb7fa69f711ed380670dd320ba8ee 100644 (file)
@@ -21,7 +21,6 @@ URxvt.iso14755:     false
 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
diff --git a/urxvt/autocomplete-ALL-the-things b/urxvt/autocomplete-ALL-the-things
new file mode 160000 (submodule)
index 0000000..5f9e3d9
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 5f9e3d9e997c39dbda9c37080ab596733ee52623
diff --git a/urxvt/perls b/urxvt/perls
new file mode 160000 (submodule)
index 0000000..e7bd5d2
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit e7bd5d2b94d9f4032e058d8a0b8ee3fe8a985b50
diff --git a/zshenv b/zshenv
index 06037be8e945bc0b563f9ef39a3eaa06e4bb71e0..4a68d9dfb9c25c7ec4c8d94e68f9a8a3dd049a57 100644 (file)
--- a/zshenv
+++ b/zshenv
@@ -28,6 +28,7 @@ export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch"
 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