diff --git a/scripts/post-install.sh b/scripts/post-install.sh index 415956c..64c27b8 100644 --- a/scripts/post-install.sh +++ b/scripts/post-install.sh @@ -1,13 +1,4 @@ #!/bin/sh -# basic git configuration -if [ ! -d "${XDG_CONFIG_HOME}/git" ]; then - mkdir -p "${XDG_CONFIG_HOME}/git" - cat << EOF > "${XDG_CONFIG_HOME}/git/config" - [pull] - rebase = true -EOF -fi - # nvim setup nvim -c "lua require('lazy').sync({wait = true})" -c "MasonInstallAll"