Cleaning.

This commit is contained in:
Bartek Stalewski 2024-12-29 00:13:07 +01:00
parent 95ca40885a
commit d9469207c0
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

View File

@ -1,13 +1,4 @@
#!/bin/sh #!/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 setup
nvim -c "lua require('lazy').sync({wait = true})" -c "MasonInstallAll" nvim -c "lua require('lazy').sync({wait = true})" -c "MasonInstallAll"