Just add stuff to git module

This commit is contained in:
Leon Grünewald 2020-03-12 17:19:54 +01:00
parent 0d06066c3f
commit 4a5cc0bb6c
3 changed files with 10 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule ".zshrc"]
path = .zshrc
url = https://github.com/zplug/zplug.git

View file

@ -1,3 +1,9 @@
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
" Specify a directory for plugins " Specify a directory for plugins
" - For Neovim: stdpath('data') . '/plugged' " - For Neovim: stdpath('data') . '/plugged'
" - Avoid using standard Vim directory names like 'plugin' " - Avoid using standard Vim directory names like 'plugin'

1
.zshrc Submodule

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