diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ fi case "$1" in user) + git clone https://github.com/duskCoder/VimperatorrcBuilder.git tmp && + ( + python tmp/example.py > user/.vimperatorrc + ) + rm -rf tmp echo "installing the user configuration..." find user -maxdepth 1 -mindepth 1 -exec cp -ivr {} ~ \; ;; |