Browse Source

readme: added setup instructions

Fabian Peter Hammerle 5 years ago
parent
commit
8e81f6075d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -0,0 +1,6 @@
+# ansible config
+
+```sh
+git clone git@git.hammerle.me:fphammerle/config-ansible.git $HOME/.config/ansible
+ln --symbolic --force --backup $HOME/.config/ansible/ansible.cfg $HOME/.ansible.cfg
+```