docs: add documentation for ansible playbooks and dotfiles

This commit is contained in:
Rodney Osodo
2025-02-23 23:37:49 +03:00
parent 428c7610e8
commit 08b09dddd2
5 changed files with 26 additions and 5 deletions
+11
View File
@@ -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
View File
@@ -1 +1,2 @@
Makefile
README.md
+3 -4
View File
@@ -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"
+11
View File
@@ -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
```
-1
View File
@@ -10,4 +10,3 @@ else
echo "Could not find apt or pacman"
exit 1
fi