mirror of
https://github.com/rodneyosodo/dotfiles.git
synced 2026-06-23 04:10:23 +00:00
docs: add documentation for ansible playbooks and dotfiles
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Ansible
|
||||
|
||||
This is a collection of [Ansible](https://docs.ansible.com/) playbooks used to configure my computer.
|
||||
|
||||
## Usage
|
||||
|
||||
This will show you the available commands and their descriptions:
|
||||
|
||||
```bash
|
||||
make help
|
||||
```
|
||||
@@ -1 +1,2 @@
|
||||
Makefile
|
||||
README.md
|
||||
|
||||
+3
-4
@@ -17,7 +17,6 @@ help:
|
||||
@echo "This Makefile is used to install dotfiles"
|
||||
@echo ""
|
||||
@echo "Usage:"
|
||||
@echo " make install-dotfiles - install dotfiles"
|
||||
@echo " make install-stow - install stow"
|
||||
@echo " make check-prerequisites - check prerequisites"
|
||||
@echo " make help - show this help message"
|
||||
@echo " make install-dotfiles - install dotfiles"
|
||||
@echo " make install-stow - install stow"
|
||||
@echo " make help - show this help message"
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
# .dotfiles
|
||||
|
||||
This is a collection of dotfiles used to configure my computer. They are managed using [stow](https://www.gnu.org/software/stow/).
|
||||
|
||||
## Usage
|
||||
|
||||
This will show you the available commands and their descriptions:
|
||||
|
||||
```bash
|
||||
make help
|
||||
```
|
||||
@@ -10,4 +10,3 @@ else
|
||||
echo "Could not find apt or pacman"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user