Added zsh and oh my zsh, and enabling it as default for new users
This commit is contained in:
15
recipes/components/zsh-module.yml
Normal file
15
recipes/components/zsh-module.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
modules:
|
||||
- type: dnf
|
||||
install:
|
||||
packages:
|
||||
# zsh
|
||||
- zsh
|
||||
# sqlite for some autocomplete
|
||||
- sqlite
|
||||
# zoxide for z stuff
|
||||
- zoxide
|
||||
|
||||
# install oh my zsh
|
||||
- type: script
|
||||
scripts:
|
||||
- installohmyzsh.sh
|
Reference in New Issue
Block a user