first commit

This commit is contained in:
2025-01-09 16:02:22 +01:00
commit 045447757f
11 changed files with 415 additions and 0 deletions

34
defaults/main.yml Normal file
View File

@ -0,0 +1,34 @@
---
# Role vars.
omz_install_zsh: false
# User vars.
omz_user: []
# - name: "someuser"
# group: "somegroup"
# settings: |
# export PATH="/usr/local/sbin:$path"
# alias l="ls -AF"
# Oh My ZSH vars.
omz_git_repository: "https://github.com/robbyrussell/oh-my-zsh.git"
omz_install_directory: ".oh-my-zsh"
# Oh My ZSH template vars.
omz_zshrc_create: true
omz_zshrc_template: "templates/zshrc.zsh-template.j2"
omz_zshrc_backup: true
omz_zshrc_force: true
omz_zsh_theme: "robbyrussell"
omz_case_sensitive: false
omz_hyphen_insensitive: false
omz_disable_auto_update: false
omz_update_zsh_days: 13
omz_disable_ls_colors: false
omz_disable_auto_title: false
omz_enable_correction: false
omz_completion_waiting_dots: false
omz_disable_untracked_files_dirty: false
omz_hist_stamps: "mm/dd/yyyy"
omz_zsh_custom: "$ZSH/custom"
omz_plugins: []