aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-04-26 20:38:41 +0200
committerThomas Schmucker <ts@its1.de>2023-04-26 20:38:41 +0200
commit35754744f17362cf025bffea94dfc6c8184bf39a (patch)
tree9a033a008994a419b9d4955e38ea31d1d02724b6 /install.sh
parent5f68dce20da3c1761121fe88a1452c8b3d5c9ec5 (diff)
downloaddotfiles-35754744f17362cf025bffea94dfc6c8184bf39a.tar.gz
dotfiles-35754744f17362cf025bffea94dfc6c8184bf39a.tar.bz2
dotfiles-35754744f17362cf025bffea94dfc6c8184bf39a.zip
gdb support
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 0959a01..568f469 100755
--- a/install.sh
+++ b/install.sh
@@ -20,3 +20,7 @@ cp zsh/prompt "$CONFIG/zsh/prompt"
20# git 20# git
21cp git/gitconfig ~/.gitconfig 21cp git/gitconfig ~/.gitconfig
22 22
23# gdb
24mkdir -p "$CONFIG/gdb"
25cp gdb/gdbinit "$CONFIG/gdb/gdbinit"
26