dotfiles/README.md
2025-06-19 14:10:08 -05:00

789 B

kreeger's dotfiles

My dotfiles. Also works with the following repos:

To use, clone this repo (and its submodules!) to $XDG_CONFIG_HOME/dotfiles (on my macOS machine, I have this set to ~/.config instead of ~/Library/Application Support).

$ git clone --recurse-submodules \
    https://git.kree.gr/kreeger/dotfiles \
    $XDG_CONFIG_HOME/dotfiles
$ $XDG_CONFIG_HOME/dotfiles/setup.sh

This will make sure my zsh config is symlinked to the right place, and then everything else will be symlinked to $XDG_CONFIG_HOME to conform to the XDG base directory specification.

My zshrc files also include a function (update_dotfiles) to do a git pull on this repo to keep things up-to-date.