Skip to content

Commit

Permalink
Refactor out editor section, and add Helix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKnarf committed Nov 30, 2023
1 parent 58029b6 commit 83f7913
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion os/macos/macos-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ brew install \
fswatch \
reattach-to-user-namespace \
htop \
neovim \
jq \
cloc \
coreutils \
Expand All @@ -106,6 +105,12 @@ brew install \
exa \
bat

# Editors
brew install \
neovim \
vim \
helix

# Programming
brew install \
node@18 \
Expand Down

0 comments on commit 83f7913

Please sign in to comment.