Skip to content

txj-xyz/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles for txj-xyz

This repo uses chezmoi for management of $HOME dotfiles.

Required files

Fonts:

Setup a new machine with this repo

After having chezmoi installed run the following command to pull down the repo's latest changes to the new machine and apply them to your $HOME dir

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

Updating files / editing

If you want to apply your new updates to tracked files, run:

# If you updated local files instead of chezmoi, run this
chezoi re-add

# If you updated with `chezmoi cd; nvim`
chezmoi apply

# Edit directly and apply
chezmoi edit ~/.zshrc; chezmoi apply

About

dotfiles for anyone to use :3

Topics

Resources

Stars

Watchers

Forks