Skip to content

Commit

Permalink
feat(helix): installing helix editor for linux, build from source
Browse files Browse the repository at this point in the history
Signed-off-by: Calvin Taylor <[email protected]>
  • Loading branch information
Calvin Taylor committed Apr 8, 2022
1 parent 61561a7 commit 7ae9925
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/run_once_before_install-packages-linux.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
# Install Starship
curl -sS https://starship.rs/install.sh | sh

# Install Helix editor
git clone https://github.com/helix-editor/helix
cd helix
cargo install --path helix-term

GREEN='\033[0;32m'
printf "${GREEN}Package install complete\n"

Expand Down

0 comments on commit 7ae9925

Please sign in to comment.