Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save archae0pteryx/5c6abdc244a5e0911b3119578d7275df to your computer and use it in GitHub Desktop.
Save archae0pteryx/5c6abdc244a5e0911b3119578d7275df to your computer and use it in GitHub Desktop.
OSX - Installs
```bash
# homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# oh-my-posh
brew install jandedobbeleer/oh-my-posh/oh-my-posh
# copyclip
brew install --cask copyclip
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment