Skip to content

fujin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dotfiles managed with chezmoi.

What's included

  • Shell: Fish, Starship prompt, Atuin history
  • Editor: Neovim (LazyVim), tmux
  • Terminal: Ghostty
  • Tools: mise, git, gh
  • AI: Claude Code, Codex CLI

Quick start

# Install chezmoi (via mise)
mise use -g chezmoi

# Initialize from this repo
chezmoi init fujin/dotfiles

# Preview changes
chezmoi diff

# Apply
chezmoi apply

Bootstrap on new machine

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply fujin

Usage

# Add a new file
chezmoi add ~/.config/something/config.toml

# Edit a managed file
chezmoi edit ~/.config/something/config.toml

# See what would change
chezmoi diff

# Apply changes
chezmoi apply

# Update from remote
chezmoi update

Remote Buildx helper

# Optional: verify remote VM can run BuildKit
~/.local/bin/buildx-devvm-prepare-remote.sh devvm-achristensen

# Create/use remote builder from this workstation
~/.local/bin/buildx-devvm-setup.sh devvm-achristensen

Both scripts are managed via chezmoi under dot_local/bin/.

About

Personal dotfiles managed with chezmoi - Fish, Starship, Neovim, mise, Ghostty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors