diff options
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ fi if ask "dev" "Development tools configuration"; then inst config/pycodestyle ~/.config/pycodestyle + inst flake8 ~/.flake8 + inst pylintrc ~/.pylintrc fi if ask "email-sync" "Install email synchronization"; then |