Skip to content
/ dotfiles Public

Lazy dotfiles 🐾

Notifications You must be signed in to change notification settings

Surgo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazy dotfiles 🐾

Lint

The tools I use

Install

  1. Install command-line tools for Xcode
xcode-select --install
  1. Clone a repository
git init
git remote add origin git@github.com:Surgo/dotfiles.git
git pull origin main
  1. Install submodules
git submodule update --init
  1. Bootstrap
./.bin/init.sh

Usage

  1. Update or regenerate dependencies
~/.bin/update.sh