Skip to content

Instantly share code, notes, and snippets.

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