Skip to content

sakakibara/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Manage dotfiles using chezmoi.

Installation

Use one of the one-liner below to install both chezmoi and the dotfiles.

One-liners

sh & curl

sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply sakakibara

sh & wget

sh -c "$(wget -qO- get.chezmoi.io/lb)" -- init --apply sakakibara

powershell

'$params = "-BinDir ~/.local/bin -ExecArgs init, --apply, sakakibara"', (irm -useb https://get.chezmoi.io/ps1) | powershell -c -