Changes
This commit is contained in:
parent
4510552267
commit
b3761b361f
@ -4,7 +4,7 @@ Syncs austenwares.com offical bash/zsh/tmux/vim/... config files
|
||||
### Installation
|
||||
- Using Ansible (more setup, easier syncing)
|
||||
|
||||
git clone https://austenwares.com/gitea/stonewareslord/sync
|
||||
git clone https://gitea.austenwares.com/stonewareslord/sync
|
||||
cd sync
|
||||
virtualenv .env
|
||||
. .env/bin/activate
|
||||
@ -13,9 +13,12 @@ Syncs austenwares.com offical bash/zsh/tmux/vim/... config files
|
||||
|
||||
- Using stow (quicker, easier, less features)
|
||||
|
||||
git clone https://austenwares.com/gitea/stonewareslord/sync ~/sync
|
||||
git clone https://gitea.austenwares.com/stonewareslord/sync ~/sync
|
||||
cd ~/sync
|
||||
stow skel
|
||||
# For private
|
||||
git clone https://gitea.austenwares.com/stonewareslord/private
|
||||
stow private/skel
|
||||
|
||||
- Installing vim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user