diff --git a/ansible/README.md b/ansible/README.md new file mode 100644 index 0000000..1316178 --- /dev/null +++ b/ansible/README.md @@ -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 +``` diff --git a/config/.stow-local-ignore b/config/.stow-local-ignore index f3c7a7c..10769eb 100644 --- a/config/.stow-local-ignore +++ b/config/.stow-local-ignore @@ -1 +1,2 @@ Makefile +README.md diff --git a/config/Makefile b/config/Makefile index 7928fe1..1691adf 100644 --- a/config/Makefile +++ b/config/Makefile @@ -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" diff --git a/config/README.md b/config/README.md new file mode 100644 index 0000000..961c968 --- /dev/null +++ b/config/README.md @@ -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 +``` diff --git a/install b/install.sh similarity index 99% rename from install rename to install.sh index 99d7101..96d51df 100644 --- a/install +++ b/install.sh @@ -10,4 +10,3 @@ else echo "Could not find apt or pacman" exit 1 fi -