Last active
September 21, 2022 11:56
-
-
Save zeitos/e33f1088ce9557375dae7f8c67b60ce3 to your computer and use it in GitHub Desktop.
Setup mac env
This file contains 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
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
brew install telnet | |
brew install z | |
brew install jq | |
brew install fzf | |
brew cask install telegram | |
brew cask install spotify | |
brew cask install skype | |
$(brew --prefix)/opt/fzf/install | |
echo '"\xC2\xA0": " "' >> .inputrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment