Shell config, git aliases, and bootstrap for new machines.
git clone https://github.com/binaryaaron/dotfiles.git ~/dotfiles
cd ~/dotfiles
make gitconfig EMAIL=you@example.comNAME and SIGNINGKEY are optional. SIGNINGKEY defaults to the first of id_ed25519, id_ecdsa, id_rsa found in ~/.ssh/.
This writes git/generated_config and prepends one [include] line to your existing ~/.gitconfig. Your identity, credential helpers, and everything else stay put -- sections after the include win.
No ~/.gitconfig yet? A minimal one gets created with your identity and an OS-appropriate credential helper.
Aliases: git l, git brs, git brsa, git ls, git ll, git incoming, git outgoing, git prune-local, git restore-all, and more.
Settings: push.autoSetupRemote, pull.rebase, rerere, SSH commit signing, LFS filters, global gitignore.
git clone https://github.com/binaryaaron/dotfiles.git ~/dotfiles
cd ~/dotfiles
make install EMAIL=you@example.com NAME="Your Name"Installs gitconfig, shell rc symlinks, XDG dirs, starship, and atuin.
make install EMAIL=... full bootstrap (ensure-dirs + xdg + gitconfig + tools + shell-links)
make gitconfig EMAIL=... shared gitconfig + [include] in ~/.gitconfig
make xdg XDG dirs + symlink configs, nvim, and bins
make shell-links ~/.bashrc, ~/.zshrc, ~/.bash_profile, ~/.bashenv, ~/.dircolors
make vim symlink ~/.vimrc and ~/.vim, install Vundle plugins
make nvim install neovim if missing
make tools install bash-completion, starship, atuin, bash-preexec
make ensure-dirs ~/.local/bin, ~/.config, ~/.cache
make restore restore .bak files and remove dotfile symlinks
config/ symlinked into ~/.config/ (atuin, ghostty, starship)
home/ symlinked 1:1 into $HOME (entrypoints: .bashrc, .zshrc, etc.)
shell/ sourced at runtime by entrypoints (aliases, envvars, completions, utils)
git/ gitconfig generator, global ignore, generated_config (gitignored)
nvim/ neovim config, symlinked to ~/.config/nvim by make xdg
vim/ vim config, symlinked to ~/.vimrc and ~/.vim by make vim
bin/ scripts symlinked into ~/.local/bin/
assets/ fonts, macOS utilities, pandoc templates, avatars
History search. Config at config/atuin/config.toml, symlinked to ~/.config/atuin/ by make xdg.
Non-defaults: inline_height = 20, enter_accept = true (Tab to edit before running), sync v2 on.
Install: curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
Prompt at config/starship.toml, symlinked to ~/.config/starship.toml by make xdg.
Two-line layout: user@hostname:os git_branch kube python / directory. Branch hidden on main/master. Kube context always shown -- edit [kubernetes].contexts for your clusters. Hostname trimmed at nvidia.com.
Install: curl -sS https://starship.rs/install.sh | sh