Created
July 2, 2022 16:45
OSX - Installs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```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