Skip to content

Instantly share code, notes, and snippets.

@goellner
Last active December 9, 2021 08:43
Show Gist options
  • Save goellner/08eff27fa6e86c451175cca9c4805884 to your computer and use it in GitHub Desktop.
Save goellner/08eff27fa6e86c451175cca9c4805884 to your computer and use it in GitHub Desktop.
new macbook
# xcode utils
xcode-select --install
# install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install php
brew install composer
composer global require laravel/valet
valet install
# install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# install oh-my-zsh theme
# https://github.com/romkatv/powerlevel10k#powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
# install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
nvm install lts/gallium
nvm alias default lts/gallium
# pm2 global
npm install pm2 -g
# ssh keys, add to keychain
  • switch language F13
  • pixelsnap: cmd + alt + 3
  • disable screenshot preview
  • set default screenshot location
  • add screenshots and downloads to bottom bar
  • bar layout: https://share.getcloudapp.com/GGu4175v
  • add ~/code folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment