Skip to content

demeesterdev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.files demeesterdev

dotfiles

GitHub Actions pre-commit status

These are my dotfiles. This repository helps me to setup and maintain my installation. Feel free to explore, learn and copy for your own dotfiles.

Setup dotfiles

On Linux

sh -c "$(curl -fsLS get.chezmoi.io)" -- -b ~/.local/bin

~/.local/bin/chezmoi init --apply demeesterdev

On Windows

winget install twpayne.chezmoi

chezmoi init --apply demeesterdev

Updating dotfiles

# pull only
chezmoi update --apply=false

chezmoi apply