gitextract_nwnhqg01/ ├── .gitignore ├── Brewfile ├── LICENSE.md ├── README.md ├── atuin/ │ └── env.zsh ├── bin/ │ ├── a │ ├── battery-status │ ├── dns-flush │ ├── dot │ ├── e │ ├── ee │ ├── git-all │ ├── git-amend │ ├── git-copy-branch-name │ ├── git-credit │ ├── git-delete-local-merged │ ├── git-edit-new │ ├── git-nuke │ ├── git-promote │ ├── git-rank-contributors │ ├── git-track │ ├── git-undo │ ├── git-unpushed │ ├── git-unpushed-stat │ ├── git-up │ ├── git-wtf │ ├── gitio │ ├── headers │ ├── search │ ├── set-defaults │ ├── todo │ └── yt ├── docker/ │ └── aliases.zsh ├── editors/ │ ├── env.zsh │ └── windsurf.zsh ├── functions/ │ ├── _boom │ ├── _brew │ ├── _c │ ├── _git-rm │ ├── c │ ├── extract │ └── gf ├── git/ │ ├── aliases.zsh │ ├── completion.zsh │ ├── gitconfig.local.symlink.example │ ├── gitconfig.symlink │ └── gitignore.symlink ├── homebrew/ │ ├── install.sh │ └── path.zsh ├── macos/ │ ├── set-defaults.sh │ └── set-hostname.sh ├── ruby/ │ ├── aliases.zsh │ ├── completion.zsh │ ├── gemrc.symlink │ ├── irbrc.symlink │ └── rbenv.zsh ├── script/ │ ├── bootstrap │ └── install ├── system/ │ ├── _path.zsh │ ├── aliases.zsh │ ├── env.zsh │ ├── grc.zsh │ └── keys.zsh ├── vim/ │ └── vimrc.symlink ├── xcode/ │ └── aliases.zsh ├── yarn/ │ └── path.zsh └── zsh/ ├── aliases.zsh ├── completion.zsh ├── config.zsh ├── fpath.zsh ├── prompt.zsh ├── window.zsh └── zshrc.symlink