agrml / tui-env

Ubuntu bootstrappr and dotfiles syncer
0 stars 0 forks source link

zsh plugins sync #3

Open agrml opened 6 years ago

agrml commented 6 years ago

zsh plugins are git repos. We need some way to add them under version control. Ideas:

agrml commented 6 years ago

rm .git does not fit. I also wanna sync my own repos. Solution: detecting them as submodules

agrml commented 6 years ago

add .git to .gitignote

agrml commented 6 years ago

and .idea

agrml commented 6 years ago

global fix: if isdir => zip (and unzip for restore)