2020-08-09 17:44:48 +02:00
|
|
|
- shell:
|
2020-08-09 19:41:56 +02:00
|
|
|
- command: '/bin/bash -c "curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/src/templates/zshenv https://raw.githubusercontent.com/zimfw/install/master/src/templates/zshrc https://raw.githubusercontent.com/zimfw/install/master/src/templates/zlogin https://raw.githubusercontent.com/zimfw/install/master/src/templates/zimrc -o $HOME/.zshenv -o $HOME/.zshrc -o $HOME/.zlogin -o $HOME/.zimrc"'
|
2020-08-09 19:30:42 +02:00
|
|
|
# stdout: true
|
|
|
|
description: Getting dotfiles for Zsh IMproved FrameWork
|
2020-08-10 12:45:33 +02:00
|
|
|
|
2020-08-09 19:30:42 +02:00
|
|
|
- command: '[[ ! -d "$HOME/.zim" ]] && mkdir "$HOME/.zim" ; /bin/bash -c "curl -fsSL https://github.com/zimfw/zimfw/releases/latest/download/zimfw.zsh -o $HOME/.zim/zimfw.zsh"'
|
|
|
|
# stdout: true
|
|
|
|
description: Creating and getting zim dir and installation file
|
2020-08-10 12:45:33 +02:00
|
|
|
|
2020-08-09 19:41:56 +02:00
|
|
|
- command: '/bin/bash -c "$(which zsh) $HOME/.zim/zimfw.zsh install"'
|
2020-08-09 19:30:42 +02:00
|
|
|
# stdin: true
|
|
|
|
# stdout: true
|
|
|
|
# stderr: true
|
|
|
|
description: Installing the Zsh IMproved FrameWork
|