install and configure zsh

This commit is contained in:
2025-02-03 22:14:05 +01:00
parent 77fbef0447
commit 473f8e2d39
6 changed files with 63 additions and 1 deletions
+4 -1
View File
@@ -55,6 +55,8 @@
include_tasks: tasks/install_docker_debian.yml
- name: Add utility scripts
hosts: all
- name: Setup zsh
hosts: debian
become: true
remote_user: nerevar
tasks:
@@ -64,8 +66,9 @@
vars_files:
- vault/nocturnal.yml
become: true
remote_user: nerevar
tasks:
- import_tasks: tasks/nocturnal_smb.yml
- import_tasks: tasks/zsh.yml
- name: Install tmux
hosts: all
become: true