Skip to content

Instantly share code, notes, and snippets.

@lukepighetti
Last active October 11, 2022 14:29
Show Gist options
  • Save lukepighetti/2a6fae68dab475e6fa8bcba37653fa28 to your computer and use it in GitHub Desktop.
Save lukepighetti/2a6fae68dab475e6fa8bcba37653fa28 to your computer and use it in GitHub Desktop.

There's a setup.sh script for linux VPS, and a Brewfile for macOS

VPS Setup

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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment