Skip to content

d-/dotfiles

Repository files navigation

dotfiles

Dotfile sync via chezmoi. For personal use only - don't push.

chezmoi init
chezmoi add ~/.bashrc
chezmoi edit ~/.bashrc
chezmoi -v apply

chezmoi cd
git add .
git commit -m "Initial commit"

git remote add origin https://github.com/d-/dotfiles.git
git branch -M main
git push -u origin main

# New Node
chezmoi init --apply d-

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published