From 2663f8a594c3bc68763f4cfaa2eba10f94c26705 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 12 Nov 2024 22:21:44 +0100 Subject: [PATCH] setup: add git and ssh symlinks Signed-off-by: Michael Grote --- scripts/setup_minimal.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/setup_minimal.sh b/scripts/setup_minimal.sh index da685c9..1605896 100755 --- a/scripts/setup_minimal.sh +++ b/scripts/setup_minimal.sh @@ -9,6 +9,8 @@ git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf ln -s ~/dotfiles/.vimrc ~/.vimrc +ln -s ~/dotfiles/.gitconfig ~/.gitconfig +ln -s ~/dotfiles/.ssh ~/.ssh ln -s ~/dotfiles/vim/spell/ ~/.vim/