mattstratton / matty-dotfiles

My dotfiles and stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Installation

curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm
  • yadm clone --bootstrap https://github.com/mattstratton/matty-dotfiles.git

Description

Here's what is the bootstrap is doing:

  • Install zsh with oh-my-zsh as a plugin manager
  • Install all the packages/apps from .Brewfile using Homebrew

Manual things to do after

  • Set the homebrew zsh as the default shell
sudo sh -c "echo $(which zsh) >> /etc/shells"
chsh -s $(which zsh)
  • Install the VSCode extension Syncing to sync VSCode
  • Delete /usr/local/bin/yadm and run brew bundle again to get yadm set up in homebrew properly

About

My dotfiles and stuff


Languages

Language:Shell 79.9%Language:HTML 18.0%Language:Ruby 2.0%Language:Vim Script 0.1%