Skip to content

amhk/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

License

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.

Installation

$ 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

Maintenance

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published