diff options
| author | David Kaufmann <astra@ionic.at> | 2018-09-27 00:54:02 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2018-09-27 00:54:02 +0200 |
| commit | 7b153d0628e1b75745a42092fe437ff0f7574de5 (patch) | |
| tree | 69a01af162ff7f9067654a1fb1549642d9b72aa9 | |
| parent | 8f3c1de9f16e998e3462467b5a80bad3e9d7dc19 (diff) | |
| download | config-7b153d0628e1b75745a42092fe437ff0f7574de5.tar.gz | |
first run
| -rw-r--r-- | .gitignore | 34 | ||||
| -rwxr-xr-x | bin/genSkelTar.sh | 3 |
2 files changed, 37 insertions, 0 deletions
@@ -2,3 +2,37 @@ gen/ www/skel.tar.gz # autogenerated +# 2018-09-27 +home/.XCompose +home/.vim/doc/Powerline.txt +home/.vim/autoload/Powerline/Segments/tagbar.vim +home/.vim/autoload/Powerline/Segments/rvm.vim +home/.vim/autoload/Powerline/Segments/virtualenv.vim +home/.vim/autoload/Powerline/Segments/syntastic.vim +home/.vim/autoload/Powerline/Segments/fugitive.vim +home/.vim/autoload/Powerline/Segments/ctrlp.vim +home/.vim/autoload/Powerline/Segments/ft_man.vim +home/.vim/autoload/Powerline/Segments/hgrev.vim +home/.vim/autoload/Powerline/Functions/syntastic.vim +home/.vim/autoload/Powerline/Functions/fugitive.vim +home/.vim/autoload/Powerline/Functions/ft_man.vim +home/.vim/autoload/Powerline/Functions/hgrev.vim +home/.vim/autoload/Powerline/Functions.vim +home/.vim/autoload/Powerline/Colorschemes/solarized256.vim +home/.vim/autoload/Powerline/Colorschemes/solarized.vim +home/.vim/autoload/Powerline/Colorschemes/solarized16.vim +home/.vim/autoload/Powerline/Colorschemes/default.vim +home/.vim/autoload/Powerline/Segments.vim +home/.vim/autoload/Powerline/Themes/solarized256.vim +home/.vim/autoload/Powerline/Themes/solarized16.vim +home/.vim/autoload/Powerline/Themes/default.vim +home/.vim/autoload/Powerline/Matches.vim +home/.vim/autoload/Pl.vim +home/.vim/autoload/Pl/Match.vim +home/.vim/autoload/Pl/Colorscheme.vim +home/.vim/autoload/Pl/Theme.vim +home/.vim/autoload/Pl/Segment.vim +home/.vim/autoload/Pl/Hi.vim +home/.vim/autoload/Pl/Parser.vim +home/.vim/autoload/Pl/Mod.vim +home/.vim/plugin/Powerline.vim diff --git a/bin/genSkelTar.sh b/bin/genSkelTar.sh index 8b881d3..4dc466c 100755 --- a/bin/genSkelTar.sh +++ b/bin/genSkelTar.sh @@ -28,6 +28,9 @@ for file in `find src -maxdepth 1 -type f -executable`; do cp .gitignore .gitignore.old cat .gitignore.old | grep -Fv "$home_file" > .gitignore echo "$home_file" >> .gitignore + mkdir -p `dirname "$home_file"` + cp "$gen_file" "$home_file" + rm -f .gitignore.old done rm -rf gen done |
