Skip to content

raisinbl/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://wiki.archlinux.org/title/Dotfiles

Note

The following steps provides a way to see how to manage dotfiles with git.

After making change, commits are already push on remote

# getting changes
git pull

# merge
git merge <update_branch>

# ... resolve conficts

# done
git merge --continue # just like a commit

[!NOTE] Optional If you've added submodule on updated branch
git submodule update --init --recursive to get these submodules on local

About

dotfile for my computer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published