Skip to content

Instantly share code, notes, and snippets.

@kjaymiller
Last active July 22, 2022 16:54
Show Gist options
  • Save kjaymiller/353e8d20ff53fab3580ea0f5710fccc4 to your computer and use it in GitHub Desktop.
Save kjaymiller/353e8d20ff53fab3580ea0f5710fccc4 to your computer and use it in GitHub Desktop.
Apps I Use
# Install Brew
% /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install jq fzf peco thefuck asdf direnv exa nvim ripgrep bat postgresql fig;
# ASDF will require a little setup
asdf plugin add python
asdf plugin add nodejs
asdf plugin add rust
# Install latest versions of those plugins
asdf install python latest
asdf install nodejs latest
asdf install rust latest
# Set the latest versions to global
asdf install python latest
asdf install nodejs latest
asdf install rust latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment