Skip to content

rbtbar/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Personal dotfiles managed with chezmoi.

Supported platforms: macOS, Linux (apt-get)

Installation

sh -c "$(curl -fsLS get.chezmoi.io)" -- -b "$HOME/.local/bin" init --apply "https://github.com/rbtbar/dotfiles.git"

Update

chezmoi git pull && chezmoi apply

Reset

Remove chezmoi completely:

rm -rf "$HOME/.config/chezmoi" "$HOME/.local/bin/chezmoi" "$HOME/.local/share/chezmoi"

Docker Testing

Test the Linux bootstrap in a container:

docker run -it --rm -v "$(pwd):/dotfiles" -w /dotfiles ubuntu:24.04 bash

Inside the container:

apt-get update && apt-get install -y curl wget git
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply --source .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •