10 lines
461 B
Markdown
10 lines
461 B
Markdown
# Installation
|
|
|
|
## Linux Bionic/Tara distributions
|
|
|
|
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
|
|
|
|
## Just the configuration files and shell scripts
|
|
|
|
curl -sL https://git.penguincoder.org/penguincoder/dotfiles/raw/branch/master/bin/install-dotfiles.sh | bash
|