summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-07-09 15:43:36 +0200
committerTharre <tharre3@gmail.com>2016-10-07 20:12:07 +0000
commitea179f83284825f0327d668d3126ed1d03e1d4e2 (patch)
tree72d50f32af87fb2e82d0c3d47abb50731f6a38ed /install.sh
parent3dcd7f544f57398587e44cfb36f299409096a0da (diff)
downloaddotfiles-ea179f83284825f0327d668d3126ed1d03e1d4e2.tar.gz
dotfiles-ea179f83284825f0327d668d3126ed1d03e1d4e2.tar.xz
dotfiles-ea179f83284825f0327d668d3126ed1d03e1d4e2.zip
Add .gdbinit
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index d12e83a..78945ed 100755
--- a/install.sh
+++ b/install.sh
@@ -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"