Licensed under GPLv2, see LICENSE.
Side note: because the license file is not in the root folder, Github does not automatically recognize it. This is by design.
$ git clone --bare https://github.com/amhk/dotfiles $HOME/.dotfiles.git
$ alias dotfiles='git --git-dir="$HOME/.dotfiles.git" --work-tree="$HOME"'
$ dotfiles config status.showUntrackedFiles no
$ dotfiles checkout
$ dotfiles submodule update --init --recursive
Periodically run
$ dotfiles pull --recurse-submodules
$ dotfiles submodule update --remote
$ dotfiles add -u ~/.vim/pack/plugins/start && dotfiles commit -s
# update ~/.config/bash/git-*.sh from the git project
# update ~/.config/fzf/* from the fzf project
# update ~/.github/README.md (this file) with new timestamp
Latest maintenance performed on 2022-05-15.