diff options
author | Karel Kočí <cynerd@email.cz> | 2023-10-05 22:12:59 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-10-05 22:12:59 +0200 |
commit | 550ef3a8569554e02806c72122284273a7f5d94d (patch) | |
tree | b4f597a1c0c846207f2b2531a740c7dd3f3d11fd /install | |
parent | 33019d12b0147c597dc782586b8f734c56407d46 (diff) | |
download | myconfigs-550ef3a8569554e02806c72122284273a7f5d94d.tar.gz myconfigs-550ef3a8569554e02806c72122284273a7f5d94d.tar.bz2 myconfigs-550ef3a8569554e02806c72122284273a7f5d94d.zip |
Add SHVCLI config
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ if ask "dev" "Development tools configuration"; then inst pylintrc ~/.pylintrc inst config/mypy/ ~/.config/mypy inst local/bin/new-flake-dev ~/.local/bin/new-flake-dev + inst shvcli.ini ~/.shvcli.ini fi if ask "sync" "Install synchronization"; then |