Skip to content

AkashiSN/dotfiles

Repository files navigation

dotfiles

Managed with chezmoi. CLI tools are installed declaratively with aqua; zsh plugins with sheldon and the prompt with starship.

Setup

On a fresh machine (macOS: install Homebrew first):

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply AkashiSN
chsh -s "$(command -v zsh)"   # change the login shell (one-time, manual)

chezmoi init --apply clones this repo into ~/.local/share/chezmoi, generates the config, applies the dotfiles, then runs the provisioning scripts in home/.chezmoiscripts/ (install packages → aqua install → import GPG key → macOS tweaks).

Day-to-day

chezmoi edit ~/.zshrc     # edit a managed file
chezmoi apply             # apply changes (re-runs scripts only when needed)
chezmoi cd                # open a shell in the source repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors