1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-09-23 04:20:55 +02:00
eoli3n-dotfiles/roles/fish
2021-05-27 23:16:17 +02:00
..
files added gopass completion 2021-05-27 23:16:17 +02:00
tasks temp fix oh-my-fish installer 2021-01-05 11:09:53 +01:00
README.md updated fish sync 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.
  • If you want to configure something for a specific host, use this snippets in fish script:
if test "$hostname" = "host1" 
    set -x key "value"
end
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