WIP: Harmonizing the 2 roles i use into 1 big working
This commit is contained in:
@ -3,7 +3,8 @@
|
||||
omz_install_zsh: false
|
||||
|
||||
# User vars.
|
||||
omz_user: []
|
||||
zsh_users:
|
||||
- "{{ ansible_user_id }}"
|
||||
|
||||
# Oh My ZSH vars.
|
||||
omz_git_repository: "https://github.com/robbyrussell/oh-my-zsh.git"
|
||||
@ -33,14 +34,9 @@ omz_plugins: []
|
||||
# Powerlevel10k Git repository url
|
||||
p10k_repository_url: 'https://github.com/romkatv/powerlevel10k.git'
|
||||
|
||||
# Install p10k for the following linux users
|
||||
# Default: the linux user running Ansible
|
||||
p10k_users:
|
||||
- "{{ ansible_user_id }}"
|
||||
|
||||
# Zsh plugin used, zsh, ohmyzsh, prezto, Zim, etc..
|
||||
# All plugin names can be found here https://github.com/romkatv/powerlevel10k#installation
|
||||
zsh_plugin: zsh
|
||||
zsh_plugin: ohmyzsh
|
||||
|
||||
# Setup p10k theme to use
|
||||
# Valid values: lean, classic, rainbow, pure
|
||||
|
Reference in New Issue
Block a user