1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00
eoli3n-dotfiles/roles/fish
2020-11-13 18:21:48 +01:00
..
files move ssh to kitten function fish 2020-11-13 18:21:48 +01:00
tasks added kubectl fish completion 2020-10-12 09:08:27 +02: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