aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-11-14 09:32:47 +0100
committerKarel Kočí <cynerd@email.cz>2022-11-14 09:34:17 +0100
commit512c64c97d00b05b251a9bfa591bf6a6779b5989 (patch)
tree2a3c534be8ef03ee170bd5b6686f43059fc37893 /install
parentaadcab7a7bdb9e2fbbf726484d962ca9d2eef7fb (diff)
downloadmyconfigs-512c64c97d00b05b251a9bfa591bf6a6779b5989.tar.gz
myconfigs-512c64c97d00b05b251a9bfa591bf6a6779b5989.tar.bz2
myconfigs-512c64c97d00b05b251a9bfa591bf6a6779b5989.zip
Add .pdbrc
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index e00c114..0af5716 100755
--- a/install
+++ b/install
@@ -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