Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.23 KB

README.md

File metadata and controls

41 lines (36 loc) · 1.23 KB

Homebrew

To set up all the packages in homebrew, I use brew-file

Requirements

You must have homebrew installed on a Mac To install homebrew simply run the following command

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
eval "$(/opt/homebrew/bin/brew shellenv)"

Installation

To install homebrew, run the following commands Note: These commands are taken from the following link

  1. first install homebrew-file
    brew install rcmdnk/file/brew-file
    
  2. set the brewfile repository to qisaw/dotfiles
    brew file set_repo
    
  3. install packages in brewfile rosetta is required for openjdk
    sudo softwareupdate --install-rosetta
    brew file install
    
  4. install GO dev tools
    go get golang.org/x/tools/cmd/godoc
    go get golang.org/x/tools/gopls
    

Automatic Installation (Beta)

To install homebrew, run the following command

cd $HOME/dotfiles/homebrew/install
./install.sh