2018-07-05 17:15:28 -04:00
# Sync
2018-07-06 23:33:38 -04:00
Syncs austenwares.com offical bash/zsh/tmux/vim/... config files
### Installation
2019-01-08 11:01:56 -05:00
- Using stow oneliner
2018-07-06 23:33:38 -04:00
2019-01-08 11:01:56 -05:00
git clone https://gitea.austenwares.com/stonewareslord/sync
stow -t ~ sync/{[git i3 old shell tmux vim ...]}
2018-07-08 14:09:49 -04:00
# For private
git clone https://gitea.austenwares.com/stonewareslord/private
2019-01-08 11:01:56 -05:00
stow -t ~ private/{[private ...]}
2018-07-06 23:33:38 -04:00
2019-01-08 11:01:56 -05:00
- Stow one-liner
2018-07-22 10:14:01 -04:00
2019-01-08 11:01:56 -05:00
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 old shell tmux vim
2018-07-22 10:14:01 -04:00
2018-07-06 23:33:38 -04:00
- Installing vim
vim +'call Initialize()'