Skip to content

KONRADS098/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

1:1 mirror of your home directory ~/. Managed with GNU Stow.

Install

brew install stow

Or whatever package manager you use

Apply

To apply the dotfiles, run the following commands from the root of this repository:

stow -n .          # preview
stow .             # apply

If conflicts occur (existing real files):

stow --adopt .     # replace with symlinks, keeping existing files

If you need to reset (remove old symlinks):

stow --delete . && stow .

The .stowrc sets target to ~ automatically. Files in .gitignore can still be symlinked with --adopt.

Format

Install formatters:

brew install dprint shfmt

Then run:

dprint fmt      # JSON, Markdown, TypeScript, TOML, YAML
shfmt -w .      # Shell scripts

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors