This document explains all custom steps to be done when setting up Mac fresh
- Download iTerm binary from
Run below command
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Run below commands
brew install wget tmux git neovim gh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Visual Studio Code
- Github Desktop
- Discord
- NeoVim GUI (https://github.com/onivim/oni/wiki/Installation-Guide#mac)
- VSCode Neovim
- Make sure you have cloned the
dotfiles
repo as ~/dotfiles using Github Desktop
Run below command
cd ~/dotfiles && ./setup.sh