1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-06-03 13:26:07 +02:00
eoli3n-dotfiles/roles/fish/README.md

16 lines
448 B
Markdown
Raw Normal View History

2020-05-14 10:26:01 +02:00
##### files/fish tree
- ``cli`` dir is the basedir and will be sync on all hosts
- ``desktop`` dir will be sync only on desktop hosts.
```
fish
├── cli
│   ├── conf.d # Default config dir
│   ├── config.fish # Default config file
│   └── functions # Default functions dir
└── desktop
├── conf.d # Desktop hosts config dir
└── functions # Desktop hosts functions dir
```