diff options
author | Karel Kočí <cynerd@email.cz> | 2022-11-14 09:32:47 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-11-14 09:34:17 +0100 |
commit | 512c64c97d00b05b251a9bfa591bf6a6779b5989 (patch) | |
tree | 2a3c534be8ef03ee170bd5b6686f43059fc37893 /install | |
parent | aadcab7a7bdb9e2fbbf726484d962ca9d2eef7fb (diff) | |
download | myconfigs-512c64c97d00b05b251a9bfa591bf6a6779b5989.tar.gz myconfigs-512c64c97d00b05b251a9bfa591bf6a6779b5989.tar.bz2 myconfigs-512c64c97d00b05b251a9bfa591bf6a6779b5989.zip |
Add .pdbrc
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ if ask "vim" "Install VIM scripts"; then fi if ask "dev" "Development tools configuration"; then + inst pdbrc ~/.pdbrc inst config/pycodestyle ~/.config/pycodestyle inst flake8 ~/.flake8 inst pylintrc ~/.pylintrc |