Cleaning.
This commit is contained in:
parent
95ca40885a
commit
d9469207c0
1 changed files with 0 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue