bottlerocketlabs / dotfiles

Download your remote dotfiles repo and setup your home directory
MIT License
0 stars 0 forks source link

Handle installing linuxbrew/homebrew and a list of formula/casks #4

Open stuart-warren opened 3 years ago

stuart-warren commented 3 years ago
mkdir -p /home/linuxbrew/.linuxbrew/Homebrew
chown -R {{.Username}} /home/linuxbrew
CI=true /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' >> /home/dev/.profile
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
brew install gcc
stuart-warren commented 3 years ago

https://formulae.brew.sh/docs/api/