add .signature to installer

This commit is contained in:
ayo 2026-06-28 21:33:53 +02:00
parent c02726596c
commit 40f9e4a17b
2 changed files with 3 additions and 2 deletions

4
.vimrc
View file

@ -63,8 +63,8 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isT
""""""""""" Open NERDTree by default """"""""""" Open NERDTree by default
" autocmd StdinReadPre * let s:std_in=1 autocmd StdinReadPre * let s:std_in=1
" autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
""""""""""" Start Enable Vundle """"""""""" Start Enable Vundle

View file

@ -1,6 +1,7 @@
ln -rsf ./.vimrc ~/ ln -rsf ./.vimrc ~/
ln -rsf ./.mailcap ~/ ln -rsf ./.mailcap ~/
ln -rsf ./.muttrc ~/ ln -rsf ./.muttrc ~/
ln -rsf ./.signature ~/
ln -rsf ./.tmux.conf ~/ ln -rsf ./.tmux.conf ~/
# share vim config with neovim # share vim config with neovim