From 74319d622c789e00e7effef9fd85a81712de5f63 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Fri, 3 Jul 2020 12:10:57 +0200 Subject: [PATCH] load global git config early --- dot_scripts/bootstrap.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dot_scripts/bootstrap.sh b/dot_scripts/bootstrap.sh index 3493933..ef4954b 100755 --- a/dot_scripts/bootstrap.sh +++ b/dot_scripts/bootstrap.sh @@ -9,6 +9,7 @@ mkdir -vp "$HOME/.vim" echo "mkdir -p $HOME/Code" mkdir -p ~/Code ln -snf ~/Code/dotfiles/dot_scripts ~/.scripts +ln -snf ~/Code/dotfiles/dot_gitconfig ~/.gitconfig chmod +x ~/.scripts/*.sh # Install missing package (Linux) @@ -47,14 +48,11 @@ ln -snf ~/.local/share/chezmoi/ ~/dotfiles ln -snf ~/Code/dotfiles/Gemfile ~/Gemfile ln -snf ~/Code/dotfiles/README.md ~/README.md ln -snf ~/Code/dotfiles/dot_bash_profile ~/.bash_profile -ln -snf ~/Code/dotfiles/dot_gitconfig ~/.gitconfig ln -snf ~/Code/dotfiles/dot_macos ~/.macos -ln -snf ~/Code/dotfiles/dot_scripts ~/.scripts ln -snf ~/Code/dotfiles/dot_scripts/checkci.sh /usr/local/bin/checkci ln -snf ~/Code/dotfiles/dot_vimrc ~/.vimrc # custom linters ln -snf ~/Code/dotfiles/dot_vim/ale_linters ~/.vim/ale_linters - ln -snf ~/Code/dotfiles/dot_zsh_aliases ~/.zsh_aliases ln -snf ~/Code/dotfiles/dot_zsh_functions ~/.zsh_functions ln -snf ~/Code/dotfiles/dot_zshrc ~/.zshrc