Skip to content

Commit

Permalink
added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ta-yuhyeon committed Aug 14, 2024
1 parent af40777 commit d08d927
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit d08d927

Please sign in to comment.