reodered and added functionality
This commit is contained in:
13
roles/base/tasks/software/packages_zsh.yml
Normal file
13
roles/base/tasks/software/packages_zsh.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- name: system setup | shell | zsh
|
||||
tags: shell,zsh,system setup
|
||||
package:
|
||||
state: latest
|
||||
name:
|
||||
- zsh
|
||||
- zsh-autosuggestions
|
||||
- zsh-completions
|
||||
- zsh-history-substring-search
|
||||
- zsh-lovers
|
||||
- zsh-syntax-highlighting
|
||||
- zsh-theme-powerlevel10k
|
||||
- zshdb
|
||||
Reference in New Issue
Block a user