Skip to content

danmacode/dotfiles-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Managed with chezmoi. It can be used as an idempotent tool; can be applied multiple times without causing any conflict. It comes with a built-in git to use if there's none in $PATH.

Installing these dotfiles with chezmoi is very straightforward:

chezmoi init https://github.com/danmacode/dotfiles-win.git
chezmoi apply # will show diff before any overwrite

Or just ssh clone the repo into chezmoi's data folder and then download the submodules(if there are any).

git clone git@github.com:danmacode/dotfiles-win.git $HOME/.local/share/chezmoi
cd $HOME/.local/share/chezmoi
git submodule update --init --recursive

License

MIT

About

🖥My windows dotfiles, managed by chezmoi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published