Cleaning.
This commit is contained in:
parent
95ca40885a
commit
d9469207c0
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user