Skip to content

Elephant9748/dotfiles

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages