There's a setup.sh
script for linux VPS, and a Brewfile for macOS
bash <(curl https://gist.githubusercontent.com/lukepighetti/2a6fae68dab475e6fa8bcba37653fa28/raw/setup.sh)
brew "helix" | |
brew "lf" | |
brew "lazygit" |
# install helix | |
helix_version=22.08.1 | |
cd /tmp | |
wget "https://github.com/helix-editor/helix/releases/download/$helix_version/helix-$helix_version-x86_64-linux.tar.xz" | |
tar --extract -f "helix-$helix_version-x86_64-linux.tar.xz" | |
cp "helix-$helix_version-x86_64-linux/hx" /usr/bin/ |