Skip to content

mingyc/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles


My dotfiles managed with chezmoi.

Installation

Check out this repo & install:

git clone https://github.com/mingyc/dotfiles.git && dotfiles/install.sh

Install remotely (without checking out this repo):

sh -c "$(curl -fsLS https://raw.githubusercontent.com/mingyc/dotfiles/master/install.sh)" -- --remote

Install remotely with non-default user data:

sh -c "$(curl -fsLS https://raw.githubusercontent.com/mingyc/dotfiles/master/install.sh)" -- --remote --interactive

Debugging Changes

chezmoi apply --verbose --destination /tmp/home --dry-run