diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-04-26 20:38:41 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-04-26 20:38:41 +0200 |
| commit | 35754744f17362cf025bffea94dfc6c8184bf39a (patch) | |
| tree | 9a033a008994a419b9d4955e38ea31d1d02724b6 /install.sh | |
| parent | 5f68dce20da3c1761121fe88a1452c8b3d5c9ec5 (diff) | |
| download | dotfiles-35754744f17362cf025bffea94dfc6c8184bf39a.tar.gz dotfiles-35754744f17362cf025bffea94dfc6c8184bf39a.tar.bz2 dotfiles-35754744f17362cf025bffea94dfc6c8184bf39a.zip | |
gdb support
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -20,3 +20,7 @@ cp zsh/prompt "$CONFIG/zsh/prompt" | |||
| 20 | # git | 20 | # git |
| 21 | cp git/gitconfig ~/.gitconfig | 21 | cp git/gitconfig ~/.gitconfig |
| 22 | 22 | ||
| 23 | # gdb | ||
| 24 | mkdir -p "$CONFIG/gdb" | ||
| 25 | cp gdb/gdbinit "$CONFIG/gdb/gdbinit" | ||
| 26 | |||
