h3y6e / dotfiles

my dotfiles

Home Page:https://s.h3y6e.com/dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

CI

Install

darwin

# install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install chezmoi
chezmoi init --apply h3y6e

linux

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/h3y6e/dotfiles/main/install.sh)" -- --remote

windows

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
winget install twpayne.chezmoi
chezmoi init --apply h3y6e

Update

cz update

Edit

czc
cz apply

Clear the state of chezmoiscipts

# `run_once_` scripts
cz state delete-bucket --bucket=scriptState
# `run_onchange_` scripts
cz state delete-bucket --bucket=entryState

About

my dotfiles

https://s.h3y6e.com/dotfiles

License:MIT License


Languages

Language:Shell 43.2%Language:PowerShell 29.9%Language:Lua 18.8%Language:Ruby 8.0%