Skip to content

cwygoda/dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot

Personal dotfiles managed with symlinks.

Structure

src/           # Dotfiles source (mirrors home directory structure)
install.sh     # Symlink installer script

Usage

./install.sh           # Skip existing files
./install.sh -i        # Interactive mode (diff + prompt for conflicts)
./install.sh -f        # Force overwrite existing files

The script will:

  • Create symlinks from $HOME to files in src/
  • Automatically create parent directories as needed
  • Prompt for git email and create ~/.gitconfig.local on first run

Machine-Local Config

Some settings differ per machine and are excluded from the repo:

File Purpose
~/.gitconfig.local Git user.email (created by install script)

About

all the configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors