update docs

pull/1/head
Andrew Coleman 2019-01-17 21:41:41 -05:00
parent d56f8835f8
commit d9c0180637
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
## Linux Bionic/Tara distributions
sudo apt-get install git python3 ansible ansible-lint && curl -sL https://raw.githubusercontent.com/penguincoder/dotfiles/master/bin/install-dotfiles.sh | bash && ansible-playbook -i localdev-inventory.yaml linux-bionic-playbook.yaml
sudo apt-get install git python3 ansible ansible-lint && curl -sL https://git.penguincoder.org/penguincoder/dotfiles/raw/branch/master/bin/install-dotfiles.sh | bash && ansible-playbook -i localdev-inventory.yaml linux-bionic-playbook.yaml

View File

@ -1,6 +1,6 @@
#!/bin/sh
#Initialization script sourced from Atlassian: https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/
git clone --bare git@git.penguincoder.org:2222:penguincoder/dotfiles.git
git clone --bare git@git.penguincoder.org:2222/penguincoder/dotfiles.git
function config {
/usr/bin/git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME $@
}