Skip to content

Commit

Permalink
Change kickstart repo to my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Jan 2, 2024
1 parent f6aba58 commit e993d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/provision/tasks/dotfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- name: Clone kickstart.nvim
ansible.builtin.git:
repo: "https://github.com/nvim-lua/kickstart.nvim.git"
repo: "https://github.com/encephala:kickstart.nvim.git"
dest: "{{ home }}/.config/nvim"

- name: Run kickstart.nvim setup
Expand Down

0 comments on commit e993d87

Please sign in to comment.