From b3761b361f47b7cef6e06136fdbc2a85bd7892f2 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 8 Jul 2018 14:09:49 -0400 Subject: [PATCH] Changes --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dce5b16..0c1e386 100644 --- a/README.md +++ b/README.md @@ -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