Skip to content

eiskrenkov/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Dotfiles

Managed by https://www.chezmoi.io

Installation

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply eiskrenkov

Apply Brewfile

brew bundle install

Maintenance

Prefill zoxide index

zoxide add (find ~/dev -mindepth 1 -maxdepth 1 -type d)

Chezmoi Usage

Start tracking file with chezmoi

# This will copy ~/.bashrc to ~/.local/share/chezmoi/dot_bashrc
chezmoi add ~/.bashrc

Edit dotfile

# This will open ~/.local/share/chezmoi/dot_bashrc in your $EDITOR. Make some changes and save the file.
chezmoi edit ~/.bashrc

See what changes chezmoi would make

chezmoi diff

Apply the changes

# All chezmoi commands accept the -v (verbose) flag to print out exactly what changes they will make to the file system
chezmoi -v apply
chezmoi cd

Contributing

Not this time 🥲

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks