Remove dotbot and update relevant docs

This commit is contained in:
2020-02-23 14:09:36 +01:00
parent 49af35bcf3
commit 1e55b2c301
3 changed files with 2 additions and 8 deletions

View File

@@ -3,15 +3,11 @@ requirements = requirements.txt
activate = . $(venv)/bin/activate
pip = pip
ansible = venv/bin/ansible-playbook
dotbot = _dotbot/bin/dotbot
.PHONY: all
install: $(ansible)
$(activate) && ansible-playbook --inventory localhost, --diff --verbose ./playbook.yml
$(dotbot):
git submodule update --init _dotbot
.PHONY: clean
clean:
rm -rf venv

View File

@@ -4,11 +4,10 @@ My configuration files.
# Installation
This project uses [dotbot](https://github.com/anishathalye/dotbot), which makes setup really easy:
To setup the dotfiles:
1. `git clone git://github.com:whatevsz/dotfiles ~/dotfiles`
2. `./install`
2. `cd ~/dotfiles && make`
# Required third party software

Submodule _dotbot deleted from fe9ca6f5ed