Created
July 2, 2022 16:45
-
-
Save archae0pteryx/5c6abdc244a5e0911b3119578d7275df to your computer and use it in GitHub Desktop.
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