Fix: helix-git not rm'ed
This commit is contained in:
parent
cac1b3176a
commit
0ea42b9f04
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user