mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
14 lines
218 B
YAML
14 lines
218 B
YAML
language: c
|
|
os:
|
|
- linux
|
|
sudo: false
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- tree
|
|
- fish
|
|
before_script: pwd; tree -h
|
|
script: /bin/sh bin/install
|
|
after_script:
|
|
- cd ~/.config/fish; tree -h; find . -type f | xargs cat
|