Fix: helix-git not rm'ed

This commit is contained in:
DuckDuckWhale 2023-04-06 13:09:19 -07:00
parent cac1b3176a
commit 0ea42b9f04
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE

View File

@ -25,6 +25,7 @@ cargo install --locked --path helix-term
mkdir -p ~/.config/helix mkdir -p ~/.config/helix
rm -rf runtime/grammars/sources rm -rf runtime/grammars/sources
mv runtime ~/.config/helix mv runtime ~/.config/helix
cd ..
rm -rf helix-git rm -rf helix-git
cat > ~/.config/helix/config.toml << 'EOF' cat > ~/.config/helix/config.toml << 'EOF'
theme = "monokai_pro_ristretto" theme = "monokai_pro_ristretto"
@ -86,4 +87,3 @@ file-types = ["md"]
scope = "source.markdown" scope = "source.markdown"
roots = [] roots = []
EOF EOF
rm -rf helix-git