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