Remove anything related to zsh
All checks were successful
Run ansible-lint / Perform Ansible Lint (push) Successful in 1m45s
All checks were successful
Run ansible-lint / Perform Ansible Lint (push) Successful in 1m45s
This commit is contained in:
@@ -27,23 +27,3 @@ docker_packages: # noqa var-naming[no-role-prefix]
|
||||
- docker-ce-cli
|
||||
- containerd.io
|
||||
- docker-compose-plugin
|
||||
|
||||
zsh_packages: # noqa var-naming[no-role-prefix]
|
||||
- zsh
|
||||
- ruby
|
||||
- ruby-dev
|
||||
- libz-dev
|
||||
- libiconv-hook1
|
||||
- libiconv-hook-dev
|
||||
- zlib1g-dev
|
||||
- fzf
|
||||
|
||||
zsh_extensions: # noqa var-naming[no-role-prefix]
|
||||
- repo: https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
dest: ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
|
||||
- repo: https://github.com/junegunn/fzf.git
|
||||
dest: ~/.fzf
|
||||
- repo: https://github.com/zsh-users/zsh-autosuggestions.git
|
||||
dest: ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
|
||||
- repo: https://github.com/romkatv/powerlevel10k.git
|
||||
dest: ~/.oh-my-zsh/custom/themes/powerlevel10k
|
||||
|
||||
Reference in New Issue
Block a user