Skip to content

KapJI/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles
powered by chezmoi 🏠

License

My collection of dotfiles for MacOS, Linux and Windows. Feel free to use if you find something interesting here.

Deploy with one command

Unix

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

Windows

Run in powershell.exe (not pwsh):

iex "&{$(irm 'https://get.chezmoi.io/ps1')} -b ~/.local/bin -- init --apply KapJI"

Update configuration on current host

chezmoi update