Remove dotbot and update relevant docs
This commit is contained in:
4
Makefile
4
Makefile
@@ -3,15 +3,11 @@ requirements = requirements.txt
|
|||||||
activate = . $(venv)/bin/activate
|
activate = . $(venv)/bin/activate
|
||||||
pip = pip
|
pip = pip
|
||||||
ansible = venv/bin/ansible-playbook
|
ansible = venv/bin/ansible-playbook
|
||||||
dotbot = _dotbot/bin/dotbot
|
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
install: $(ansible)
|
install: $(ansible)
|
||||||
$(activate) && ansible-playbook --inventory localhost, --diff --verbose ./playbook.yml
|
$(activate) && ansible-playbook --inventory localhost, --diff --verbose ./playbook.yml
|
||||||
|
|
||||||
$(dotbot):
|
|
||||||
git submodule update --init _dotbot
|
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf venv
|
rm -rf venv
|
||||||
|
|||||||
@@ -4,11 +4,10 @@ My configuration files.
|
|||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
To setup the dotfiles:
|
||||||
This project uses [dotbot](https://github.com/anishathalye/dotbot), which makes setup really easy:
|
|
||||||
|
|
||||||
1. `git clone git://github.com:whatevsz/dotfiles ~/dotfiles`
|
1. `git clone git://github.com:whatevsz/dotfiles ~/dotfiles`
|
||||||
2. `./install`
|
2. `cd ~/dotfiles && make`
|
||||||
|
|
||||||
# Required third party software
|
# Required third party software
|
||||||
|
|
||||||
|
|||||||
1
_dotbot
1
_dotbot
Submodule _dotbot deleted from fe9ca6f5ed
Reference in New Issue
Block a user