diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-11-27 11:03:09 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-11-27 11:03:09 +0100 |
commit | f692b07f619ff5146905f0c794460c346064f2a6 (patch) | |
tree | df2e131ad3ea367b577af66ab5fa292f071fa702 /install | |
parent | dae69246f52eb927d7f0ef1e30f6d3819b982f4b (diff) | |
download | myconfigs-f692b07f619ff5146905f0c794460c346064f2a6.tar.gz myconfigs-f692b07f619ff5146905f0c794460c346064f2a6.tar.bz2 myconfigs-f692b07f619ff5146905f0c794460c346064f2a6.zip |
pycodestyle: add configuration
Diffstat (limited to 'install')
-rwxr-xr-x | install | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |