Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 441 Bytes

README.md

File metadata and controls

32 lines (29 loc) · 441 Bytes

Manage configs

using stow

prerequisites paru -S stow
Link

stow -Sv -t ~/ -d configs/arch .
stow -Sv -t ~/ -d tmux .

Unlink

stow -Dv -t ~/ -d configs/arch .
stow -Dv -t ~/ -d tmux .

Relink

stow -Rv -t ~/ -d configs/arch .
stow -Rv -t ~/ -d tmux .

using rsync

prerequisites paru -S rsync
restore

./restore_dotfiles_arch

backup

./bins/rsync-move-to-dotfiles-arch