Skip to content

Instantly share code, notes, and snippets.

@tonylea
Last active February 3, 2022 14:37
Show Gist options
  • Save tonylea/807bfb685ed09e589227118c82a2a5a3 to your computer and use it in GitHub Desktop.
Save tonylea/807bfb685ed09e589227118c82a2a5a3 to your computer and use it in GitHub Desktop.

Work MacBook Config

Update OS

softwareupdate --all --install --force

Homebrew

Install

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Brewfile

curl "https://codeload.github.com/gist/6436592c88f69acf7a22c03a617597a8/zip/5ee26bb13b2cc5c982060561d81f8237ec116c6f" | tar zx --strip-components 1 && \
mv Brewfile\ -\ Work ~/Brewfile && \
brew bundle install

Additional brew configuration

PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH" && \
PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"

OhMyZsh

Install OhMyZsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Download Zsh config

curl "https://codeload.github.com/gist/7515047c00f18d81dc530d13bd9f180e/zip/55effc08974f5e5b09354696a3a55387eaf45d12" | tar zx --strip-components 1 && \
mv workZshrcFile ~/.zshrc

Intune device

Config apps

Sophos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment