diff options
-rwxr-xr-x | install.sh | 3 | ||||
-rw-r--r-- | shell/_gdbinit | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -24,4 +24,7 @@ ln -sf "$dotfiles/shell/_tmux.conf" "$HOME/.tmux.conf" # [arch linux] ln -sf "$dotfiles/shell/_makepkg.conf" "$HOME/.makepkg.conf" +# [gdb] +ln -sf "$dotfiles/shell/_gdbinit" "$HOME/.gdbinit" + echo "Finished installing dotfiles" diff --git a/shell/_gdbinit b/shell/_gdbinit new file mode 100644 index 0000000..9422460 --- /dev/null +++ b/shell/_gdbinit @@ -0,0 +1 @@ +set disassembly-flavor intel |