updated homeshick submodules

This commit is contained in:
Steffen Vogel 2015-07-27 22:40:45 +02:00
parent 094575982b
commit cf38f4762a
16 changed files with 14 additions and 19 deletions

View file

@ -40,6 +40,10 @@ fi
# Include more scripts
if [ -f /etc/bash_completion ]; then source /etc/bash_completion; fi
if [ -f ~/.bash_aliases ]; then source ~/.bash_aliases; fi
if [ -f ~/.bash_env ]; then source ~/.bash_env; fi
if [ -f ~/.bash_prompt ]; then source ~/.bash_prompt; fi
source ~/.bash_aliases
source ~/.bash_env
source ~/.bash_prompt
source ~/.homesick/repos/homeshick/homeshick.sh
source ~/.homesick/repos/homeshick/completions/homeshick-completion.bash

1
home/.password-store Symbolic link
View file

@ -0,0 +1 @@
../../pass/

@ -1 +0,0 @@
Subproject commit cdc6d98a09db60d3dda58815616f78338cbdaa9d

@ -1 +0,0 @@
Subproject commit 2e98692278aa25413d36b1d32bf01c2442a42f51

@ -1 +0,0 @@
Subproject commit 70db83a47098312d6b51dae983bbb6974385c618

@ -1 +0,0 @@
Subproject commit 5faebdef65ce35501d6caac601cd871e377dfc9a

@ -1 +0,0 @@
Subproject commit 25c470f8e836b8075c2738942e58db85f07dfc98

@ -1 +0,0 @@
Subproject commit edde4c5ed5b1e1117a5f5277539bc7f6e982b2ec

@ -1 +0,0 @@
Subproject commit 08fc83482b085bb49208363c8e319506afeeff5c

1
home/.vim/bundle/airline Symbolic link
View file

@ -0,0 +1 @@
../../../../vim-airline/

1
home/.vim/bundle/gitgutter Symbolic link
View file

@ -0,0 +1 @@
../../../../vim-gitgutter/

View file

@ -0,0 +1 @@
../../../../vim-neocomplete/

1
home/.vim/bundle/neosnippet Symbolic link
View file

@ -0,0 +1 @@
../../../../vim-neosnippet/

1
home/.vim/bundle/snippets Symbolic link
View file

@ -0,0 +1 @@
../../../../vim-snippets/

1
home/.vim/bundle/syntastic Symbolic link
View file

@ -0,0 +1 @@
../../../../vim-syntastic/

View file

@ -1,9 +0,0 @@
#!/bin/bash
shopt -s extglob
shopt -s dotglob
for file in !(.git|*.sh|*~|.|..); do
echo "install $file ..."
cp -r $file ~
done