Skip to content

legomb/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

94 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

dotfiles

My macOS configuration files.

Setting up a new MacOS machine ๐Ÿš€

  1. Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install requirements:
brew install git stow go-task
  1. Clone the repo.

  2. Initialize submodules:

task git:submodules:update
  1. Stow dotfiles:
task stow:stow
  1. Install everything:
task brew:bundle:install

About

My macOS configuration files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published