Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Approach inspired by Storing dotfiles with Git.

Installation

# Clone the bare repository.
git clone --bare --recurse-submodules https://github.com/grizznaut/dotfiles.git $HOME/.dotfiles
# Checkout to apply the changes.
# It will fail if there are any conflicts with existing files. Resolve conflicts manually if needed.
/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout
# Source the changes.
source ~/.zshrc
# Hide untracked files.
dotfiles config status.showUntrackedFiles no

Usage

dotfiles log
dotfiles add ~/.config/some-new-config-file
dotfiles status
...

About

This is my dotfiles collection. There are many like it, but this one is mine.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages