Skip to content

Instantly share code, notes, and snippets.

@anandbagmar
Last active November 30, 2023 16:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anandbagmar/92b9f92298b1e17fa32c3404ad115871 to your computer and use it in GitHub Desktop.
Save anandbagmar/92b9f92298b1e17fa32c3404ad115871 to your computer and use it in GitHub Desktop.
Install basic software on a new Mac machine
# Install brew:
/bin/bash -c "$(curl --tlsv1.2 -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
brew doctor
brew tap homebrew/cask-versions
# install ohmyzsh
ZSH= sh -c "$(curl --tlsv1.2 -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install node
brew install --cask iterm2
brew install --cask temurin11
brew install --cask temurin17
brew install --cask temurin21
brew install python
brew install groovy
brew install --cask google-chrome
brew install --cask firefox
brew install --cask brave-browser
brew install --cask sublime-text
# https://rectangleapp.com/
# https://github.com/rxhanson/Rectangle
brew install --cask rectangle
brew install --cask sourcetree
brew install --cask the-unarchiver
brew install --cask go2shell
brew install maven
brew install ruby
brew install wget
brew install coreutils
brew install --cask intellij-idea
brew install --cask android-studio
# https://github.com/sharkdp/bat
brew install bat
# https://github.com/sharkdp/fd
brew install fd
# https://github.com/cantino/mcfly
#brew tap cantino/mcfly
#brew install cantino/mcfly/mcfly
#mcfly init zsh >> ~/.zshrc
#mcfly init bash >> ~/.bashrc
# https://github.com/chmln/sd
brew install sd
# https://github.com/tldr-pages/tldr
npm install -g tldr
# https://github.com/orf/gping
brew install gping
# https://github.com/dalance/procs
brew install procs
# https://github.com/rs/curlie
brew install rs/tap/curlie
# https://github.com/eza-community/eza
brew install eza
# https://github.com/Peltoche/lsd
brew install lsd
# https://github.com/ajeetdsouza/zoxide
brew install zoxide
#echo 'eval "$(zoxide init zsh)"' >> ~/.zshrc
#echo 'eval "$(zoxide init bash)"' >> ~/.bashrc
# https://github.com/bootandy/dust
brew install dust
# https://github.com/muesli/duf
brew install duf
# https://github.com/aksakalli/gtop
npm install gtop -g
# https://github.com/sharkdp/hyperfine
brew install hyperfine
# https://github.com/stedolan/jq
brew install jq
# https://github.com/p0deje/Maccy
# brew install --cask maccy
brew install --cask telegram
brew install --cask whatsapp
brew install --cask spotify
brew install --cask slack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment