Remove old directory from README
This commit is contained in:
parent
0d47d81980
commit
0460cd7b98
@ -6,14 +6,14 @@ Syncs austenwares.com offical bash/zsh/tmux/vim/... config files
|
||||
- Using stow oneliner
|
||||
|
||||
git clone https://gitea.austenwares.com/stonewareslord/sync
|
||||
stow -t ~ sync/{[git i3 old shell tmux vim ...]}
|
||||
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 old shell tmux vim
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user