mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-19 09:49:21 +01:00
10 lines
198 B
YAML
10 lines
198 B
YAML
|
before_install:
|
||
|
- sudo apt-get -y update
|
||
|
- sudo apt-get -y install bash zsh tmux git
|
||
|
script:
|
||
|
- bash ./bashrc
|
||
|
- zsh ./zshrc
|
||
|
notifications:
|
||
|
on_success: never
|
||
|
on_failure: never
|