Skip to content

nbaer89/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

183 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Debian / Ubuntu / WSL

Install dependencies

sudo apt update && sudo apt install -y curl git

Install chezmoi:

cd ~
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b "$HOME/.local/bin"
export PATH="$HOME/.local/bin:$PATH"

Initialize:

chezmoi init --apply https://github.com/nbaer89/dotfiles.git

Updating

Pull latest configuration:

chezmoi update

Preview changes:

chezmoi diff

Apply changes:

chezmoi apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors