Dotfiles for my home directory
zsh <(curl -s https://raw.githubusercontent.com/krmckone/dotfiles/main/install.sh)
This will
- Clone this repo to
~/.dotfiles
- Backup any of the considered dotfiles if they are not symlinks
- Symlink files from ~/.dotfiles to ~
My .zshrc
will install my krm-helpers and my nvim-config
and also keep them up to date.
.zshrc
exposes a function dotfiles_update
that pulls latest from master.
To add a new dotfile, add it to the repo and append its name to the dotFiles
array in install.sh