From 35754744f17362cf025bffea94dfc6c8184bf39a Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 26 Apr 2023 20:38:41 +0200 Subject: gdb support --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install.sh') 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" # git cp git/gitconfig ~/.gitconfig +# gdb +mkdir -p "$CONFIG/gdb" +cp gdb/gdbinit "$CONFIG/gdb/gdbinit" + -- cgit v1.3