Skip to content

Commit

Permalink
symlink lazygit config
Browse files Browse the repository at this point in the history
  • Loading branch information
gelocraft committed Dec 17, 2024
1 parent 62bcb79 commit 52af922
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/roles/lazygit/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@
cmd: "GOPATH=~/.go go install github.com/jesseduffield/lazygit@latest"
creates: "~/.local/share/go/bin/lazygit"
become_user: "{{ username }}"

- name: Symlink lazygit config
ansible.builtin.file:
src: "~/.dotfiles/lazygit"
dest: "~/.config/lazygit"
state: link
become_user: "{{ username }}"

0 comments on commit 52af922

Please sign in to comment.