Skip to content

Repository files navigation

Dotfiles

My dotfiles, managed with chezmoi.

Install

git clone https://github.com/PatrickWulfe/an_dotfiles.git ~/.local/share/chezmoi
~/.local/share/chezmoi/install.sh

After install, create ~/.config/secrets.env with your tokens:

export AZURE_DEVOPS_PAT="..."
export CODA_API_KEY="..."
export CONFIGCAT_API_USER="..."
export CONFIGCAT_API_PASS="..."

What’s Included

PathDescription
.zshrcZsh config (antigen, PATH, SSH agent)
.zshrc.orgLiterate source for .zshrc
.zprofileHomebrew shell env
.gitconfigGit identity
.ideavimrcJetBrains vim bindings (intellimacs)
.ssh/configSSH hosts (encrypted with age)
.config/doom/Doom Emacs (literate config via org)
.config/nvim/Neovim (LazyVim)
.config/starship.tomlStarship prompt
.config/git/ignoreGlobal gitignore
.local/config/aliases.shShell aliases and functions
.kiro/steering/Kiro AI steering files
.kiro/skills/Kiro AI skills (code-review, daily-update)
Library/.../Code/User/VS Code settings & keybindings
Library/.../Kiro/User/Kiro IDE settings & keybindings

Kiro Config

The .kiro/ directory contains AI agent configuration:

  • Steering files — persistent rules that shape agent behavior (coding standards, project conventions, workflow automation)
  • Skills — on-demand capabilities triggered by user intent (code review, daily standup generation)

See the individual files for details on what each one does.

Dependencies

Installed by install.sh:

Not installed automatically (install manually):

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages