Skip to content

Latest commit

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Dotfiles

Personal dotfiles for Zsh, Git, Neovim, and more — bootstraps a new macOS machine in one command.

Stack

ToolPurpose
chezmoiDotfiles manager
sheldonZsh plugin manager
starshipPrompt
miseNode version manager
uvPython version manager + package manager
zoxideSmarter cd
1PasswordSSH agent + secrets
fzfFuzzy finder

Installation

On a fresh macOS machine, install the Xcode Command Line Tools first (provides git):

xcode-select --install

Then clone and run the bootstrap:

git clone https://github.com/Plork/dotfiles ~/dotfiles
~/dotfiles/install

The install script bootstraps Homebrew and chezmoi, then applies all dotfiles. Subsequent syncs:

chezmoi apply

Structure

├── dot_zshrc # ~/.zshrc
├── dot_config/
│ ├── sheldon/plugins.toml # Zsh plugins
│ ├── starship.toml # Prompt config
│ └── mise/config.toml # Node version
├── aliases/ # Shell aliases
├── functions/ # Shell functions
├── path/ # PATH additions
├── macos/
│ ├── Brewfile # Homebrew packages
│ └── set-defaults.sh # macOS defaults
└── run_once_*.sh # chezmoi bootstrap scripts

CI

Test dotfiles

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages