dotfiles/git/deploy.zsh

7 lines
117 B
Bash
Raw Normal View History

2023-07-14 22:39:37 +02:00
#! /bin/zsh
GIT_ROOT=$(git rev-parse --show-toplevel)
rm ~/.gitconfig
ln -s ${GIT_ROOT}/git/gitconfig ~/.gitconfig