diff options
author | Karel Kočí <cynerd@email.cz> | 2023-01-12 08:44:57 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-01-12 08:44:57 +0100 |
commit | 9aebd3181e16a5718b5d958d54e606a41a769870 (patch) | |
tree | 8e816066c112fb866e27bbf53526b11333be2652 /install | |
parent | 718e46e50343c40b786a806ef9f18c530c02b369 (diff) | |
download | myconfigs-9aebd3181e16a5718b5d958d54e606a41a769870.tar.gz myconfigs-9aebd3181e16a5718b5d958d54e606a41a769870.tar.bz2 myconfigs-9aebd3181e16a5718b5d958d54e606a41a769870.zip |
configure clang
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 config/clangd/ ~/.config/clangd inst pdbrc ~/.pdbrc inst config/pycodestyle ~/.config/pycodestyle inst flake8 ~/.flake8 |