Skip to content

heaveless/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal configuration managed with symlinks.

Structure

Each top-level directory is a config package:

dotfiles/
├── nvim/       → ~/.config/nvim/
├── agents/     → ~/.agents/
├── Brewfile    → Homebrew dependencies
├── Makefile    → install/uninstall
└── install.sh  → Bootstrap script

Install

bash <(curl -fsSL https://raw.githubusercontent.com/heaveless/dotfiles/master/install.sh)

This clones the repo, installs Homebrew + dependencies, and creates symlinks.

Usage

make install    # Install deps + create symlinks
make uninstall  # Remove symlinks

About

my personal linux configuration 💄

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors