Created
May 6, 2024 22:44
-
-
Save handrus/55545b15cb130f2d5426c54d3feaf34b to your computer and use it in GitHub Desktop.
My MACOS
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
#Instalar homebrew | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
#Hidden bar - esconde itens na barra de notificações do macos + fonts | |
brew install --cask hiddenbar font-hack-nerd-font font-victor-mono monitorcontrol almighty rectangle maccy itsycal openemu telegram spotify whatsapp imageoptim cheatsheet google-chrome zed firefox iterm2 | |
#command lines must haves | |
brew install eza wget2 asdf automake curl fzf gawk git gnupg neovim readline terminal-notifier thefuck watch xz | |
# zsh and powerlevel10k | |
brew install powerlevel10k | |
echo "source $(brew --prefix)/share/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment