Skip to content

Commit

Permalink
remove tmux-plugin-manager, why not
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Dec 9, 2024
1 parent 68b25ce commit 1f323ce
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ansible/roles/tmux/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,9 @@
name: tmux
state: present

- name: Clone TPM (Tmux Plugin Manager)
ansible.builtin.git:
repo: "https://github.com/tmux-plugins/tpm"
dest: "~/.tmux/plugins/tpm"
update: yes
become_user: geloman

- name: Symlink tmux configuration file
ansible.builtin.file:
src: "~/.dotfiles/tmux/.tmux.conf"
dest: "~/.tmux.conf"
state: link
become_user: geloman

- name: Install tmux plugins using TPM
ansible.builtin.shell: |
tmux new-session -d -s tmux_temp_session
~/.tmux/plugins/tpm/bin/install_plugins
tmux kill-session -t tmux_temp_session
become_user: geloman

0 comments on commit 1f323ce

Please sign in to comment.