Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 453 Bytes

File metadata and controls

18 lines (13 loc) · 453 Bytes

Dotfiles

Initialize

git clone --bare git@github.com:jmelahman/dotfiles.git $HOME/.dotfiles
alias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
dotfiles config --local status.showUntrackedFiles no
GIT_LFS_SKIP_SMUDGE=0 dotfiles checkout --force

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