From d08d92762024999fde632695e5bfddab0b066837 Mon Sep 17 00:00:00 2001 From: ta-yuhyeon Date: Wed, 14 Aug 2024 02:49:08 +0200 Subject: [PATCH] added documentation --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4aec16b --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# .DOTFILES +This is my personal project to store,version and install via ansible pull all my dotfiles + +### REQUIREMENTS +This project requires ansible core >= 2.17.31 + +### Tutorials +You can perform ansible pull from every server or workstation as long as it has python installed, I do reccomend to use virtual env if you don't need ansible for any other uses. + +trigger your virtual environment on python and then run this command +```bash +ansible-pull --url https://github.com/ta-yuhyeon/.dotfiles.git +``` \ No newline at end of file