aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 4 insertions, 0 deletions
diff --git a/install b/install
index 1ce498d..ece6627 100755
--- a/install
+++ b/install
@@ -51,6 +51,10 @@ if ask "vim" "Install VIM scripts"; then
vim +PluginInstall +qall
fi
+if ask "dev" "Install VIM scripts"; then
+ inst config/pycodestyle ~/.config/pycodestyle
+fi
+
if ask "email-sync" "Install email synchronization"; then
inst local/bin/email-unread ~/.local/bin/email-unread
inst local/sbin/newmail-notify ~/.local/sbin/newmail-notify