Skip to content

mattstratton/matty-dotfiles

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published