sync/README.md

21 lines
591 B
Markdown

# Sync
Syncs austenwares.com offical bash/zsh/tmux/vim/... config files
### Installation
- Using stow oneliner
git clone https://gitea.austenwares.com/stonewareslord/sync
stow -t ~ sync/{[git i3 shell tmux vim ...]}
# For private
git clone https://gitea.austenwares.com/stonewareslord/private
stow -t ~ private/{[private ...]}
- Stow one-liner
command -v stow >/dev/null || echo "You do not have GNU stow installed" && git clone https://gitea.austenwares.com/stonewareslord/sync && stow -t ~ git i3 shell tmux vim
- Installing vim
vim +'call Initialize()'