You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

123456789101112
  1. ---
  2. - name: kitty config directory
  3. file:
  4. path: ~/.config/kitty
  5. state: directory
  6. - name: kitty config
  7. template:
  8. src: kitty/kitty.conf.j2
  9. dest: ~/.config/kitty/kitty.conf
  10. mode: 0755