mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2026-02-06 06:25:32 +07:00
update kitty config
This commit is contained in:
@@ -114,16 +114,6 @@
|
||||
target: install
|
||||
become: yes
|
||||
|
||||
- name: Install TPM
|
||||
become_user: "{{ username }}"
|
||||
ansible.builtin.git:
|
||||
repo: 'https://github.com/tmux-plugins/tpm'
|
||||
dest: /home/{{ username }}/.tmux/plugins/tpm
|
||||
|
||||
- name: Install TPM plugins
|
||||
become_user: "{{ username }}"
|
||||
ansible.builtin.command: /home/{{ username }}/.tmux/plugins/tpm/bin/install_plugins
|
||||
|
||||
- name: Copy configuration files
|
||||
ansible.builtin.copy:
|
||||
src: 'user_home/{{ item }}'
|
||||
@@ -141,6 +131,16 @@
|
||||
- .Xresources.d
|
||||
- .tmux.conf
|
||||
|
||||
- name: Install TPM
|
||||
become_user: "{{ username }}"
|
||||
ansible.builtin.git:
|
||||
repo: 'https://github.com/tmux-plugins/tpm'
|
||||
dest: /home/{{ username }}/.tmux/plugins/tpm
|
||||
|
||||
- name: Install TPM plugins
|
||||
become_user: "{{ username }}"
|
||||
ansible.builtin.command: /home/{{ username }}/.tmux/plugins/tpm/bin/install_plugins
|
||||
|
||||
- name: Copy ssh config
|
||||
ansible.builtin.copy:
|
||||
src: user_home/.ssh
|
||||
|
||||
Reference in New Issue
Block a user