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
  2. Clone a repository

    git init
    git remote add origin git@github.com:Surgo/dotfiles.git
    git pull origin main
    git submodule update --init
  3. Bootstrap

    ./.bin/init.sh

Usage

Configure

  • Environment variables: ~/.config/sh/local.template
  • LSP: ~/.config/lsp/*.template

Update or re-generate dependencies

~/.bin/update.sh