parent
2bfba382e6
commit
0beaccb6d6
@ -1,3 +1,6 @@ |
|||||||
[submodule "vim/bundle/vim-airline"] |
[submodule "vim/bundle/vim-airline"] |
||||||
path = vim/bundle/vim-airline |
path = vim/bundle/vim-airline |
||||||
url = https://github.com/vim-airline/vim-airline |
url = https://github.com/vim-airline/vim-airline |
||||||
|
[submodule "vim/bundle/vim-gfm-syntax"] |
||||||
|
path = vim/bundle/vim-gfm-syntax |
||||||
|
url = https://github.com/rhysd/vim-gfm-syntax.git |
||||||
|
@ -0,0 +1,8 @@ |
|||||||
|
#!/bin/bash |
||||||
|
. ~/.bash_aliases-common |
||||||
|
|
||||||
|
if [[ -f ~/.bash_tools ]]; then |
||||||
|
. ~/.bash_tools |
||||||
|
fi |
||||||
|
|
||||||
|
auto_tmux |
@ -0,0 +1 @@ |
|||||||
|
../../bash_aliases.sh |
@ -0,0 +1 @@ |
|||||||
|
$include ~/.inputrc-common |
@ -0,0 +1 @@ |
|||||||
|
../../inputrc |
@ -0,0 +1 @@ |
|||||||
|
../../../ssh/rc |
@ -0,0 +1 @@ |
|||||||
|
../../../ssh/authorized_keys |
@ -0,0 +1,2 @@ |
|||||||
|
#!/bin/sh |
||||||
|
. ~/.ssh/.rc-common |
@ -0,0 +1 @@ |
|||||||
|
source ~/.tmux.conf-common |
@ -0,0 +1 @@ |
|||||||
|
../../tmux.conf |
@ -0,0 +1 @@ |
|||||||
|
../../vim |
@ -0,0 +1 @@ |
|||||||
|
source ~/.vimrc-common |
@ -0,0 +1 @@ |
|||||||
|
../../vimrc |
@ -0,0 +1 @@ |
|||||||
|
Subproject commit c0ff9e4994d4e79c8d5edf963094518dceea2623 |
Loading…
Reference in new issue