Skip to content

jmelahman/dotfiles

Repository files navigation

Dotfiles

Initialize

cd $HOME
git init
git remote add origin [email protected]:jmelahman/dotfiles.git
git fetch origin master
git reset origin/master

If you have GIT_LFS_SKIP_SMUDGE=1 enabled, you may need,

git restore .

to restore the deleted files.

Installing dot-sync

dot-sync can be enabled to automatically sync (push and pull) changes every 10 minutes.

systemctl enable --now --user dot-sync.timer

Tracking New Files

For privacy, tracking files in the repo are opt-in.

To opt-in, update .gitignore with an exception for that file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published