diff options
author | Karel Kočí <cynerd@email.cz> | 2024-02-04 09:24:35 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-02-04 09:24:35 +0100 |
commit | af0d7448982881a5e2d63aff8e2d9c2f47582e8f (patch) | |
tree | f4924d5b309035c448d0cb23a6251f51cb60248e /install | |
parent | 186ba16ae2c7dafcc1ed39a5fe244ab91f4e58ab (diff) | |
download | myconfigs-af0d7448982881a5e2d63aff8e2d9c2f47582e8f.tar.gz myconfigs-af0d7448982881a5e2d63aff8e2d9c2f47582e8f.tar.bz2 myconfigs-af0d7448982881a5e2d63aff8e2d9c2f47582e8f.zip |
vim: various tweaks and improvements
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ if ask "dev" "Development tools configuration"; then inst config/mypy/ ~/.config/mypy inst local/bin/new-flake-dev ~/.local/bin/new-flake-dev inst shvcli.ini ~/.shvcli.ini + curl "https://github.com/cyrus-and/gdb-dashboard/raw/master/.gdbinit" > ~/.gdbinit fi if ask "sync" "Install synchronization"; then |