This commit is contained in:
Austen Adler 2018-07-08 14:09:49 -04:00
parent 4510552267
commit b3761b361f

View File

@ -4,7 +4,7 @@ Syncs austenwares.com offical bash/zsh/tmux/vim/... config files
### Installation ### Installation
- Using Ansible (more setup, easier syncing) - Using Ansible (more setup, easier syncing)
git clone https://austenwares.com/gitea/stonewareslord/sync git clone https://gitea.austenwares.com/stonewareslord/sync
cd sync cd sync
virtualenv .env virtualenv .env
. .env/bin/activate . .env/bin/activate
@ -13,9 +13,12 @@ Syncs austenwares.com offical bash/zsh/tmux/vim/... config files
- Using stow (quicker, easier, less features) - 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 cd ~/sync
stow skel stow skel
# For private
git clone https://gitea.austenwares.com/stonewareslord/private
stow private/skel
- Installing vim - Installing vim