Skip to content

Instantly share code, notes, and snippets.

@Khalian
Last active September 15, 2020 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Khalian/23646d8caeff38480fdadc4c4fc2f3a2 to your computer and use it in GitHub Desktop.
Save Khalian/23646d8caeff38480fdadc4c4fc2f3a2 to your computer and use it in GitHub Desktop.
Installations for new Mac
#!/bin/sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# Brew installations
brew cask install alacritty
brew install git
brew install byobu
brew install mosh
brew install openssh
brew install python3
brew install unison
brew install neovim
brew install wget
brew install the_silver_searcher
brew install curl
brew install scala
brew cask install dropbox
brew install htop
brew install youtube-dl
brew install parallel
brew install speedtest-cli
brew install tldr
brew install jq
brew install ncdu
brew install tree
brew install hh
brew install unrar
brew install geoip
brew install node
brew install npm
brew install diff-so-fancy
brew install awscli
brew install fzf
brew install autossh
brew install bat
brew install haskell-stack
brew install lampepfl/brew/dotty
# Pip installations
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
pip3 install neovim-remote
pip3 install --user pynvim
# Npm installations
npm install --save-dev --save-exact prettier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment