update
This commit is contained in:
parent
2cd1cf5afc
commit
32ffb885fa
8 changed files with 23 additions and 14 deletions
|
|
@ -31,6 +31,7 @@ required_packages_brew:
|
|||
required_packages_apt:
|
||||
# - powershell
|
||||
- sway
|
||||
- htop
|
||||
- stow
|
||||
- zsh
|
||||
- curl
|
||||
|
|
|
|||
4
ansible/scripts/install_tpm.yml
Normal file
4
ansible/scripts/install_tpm.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
- name: Install tmux TPM
|
||||
become_user: user
|
||||
shell: "git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm"
|
||||
ignore_errors: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue