Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save handrus/55545b15cb130f2d5426c54d3feaf34b to your computer and use it in GitHub Desktop.
Save handrus/55545b15cb130f2d5426c54d3feaf34b to your computer and use it in GitHub Desktop.
My MACOS
#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