|
|
@ -98,10 +98,15 @@ files: cargo-config.toml > .cargo/config.toml
|
|
|
|
when: host.has('htop')
|
|
|
|
when: host.has('htop')
|
|
|
|
files: .config/htop/htoprc
|
|
|
|
files: .config/htop/htoprc
|
|
|
|
|
|
|
|
|
|
|
|
[home lazydocker]
|
|
|
|
[home lazydocker-linux]
|
|
|
|
when: host.has('lazydocker')
|
|
|
|
when: host.is_linux and host.has('lazydocker')
|
|
|
|
files: .config/lazydocker/config.yml
|
|
|
|
files: .config/lazydocker/config.yml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[home lazydocker-mac]
|
|
|
|
|
|
|
|
when: host.is_darwin and host.has('lazydocker')
|
|
|
|
|
|
|
|
files:
|
|
|
|
|
|
|
|
.config/lazydocker/config.yml > Library/Application Support/jesseduffield/lazydocker/config.yml
|
|
|
|
|
|
|
|
|
|
|
|
[home screenrc]
|
|
|
|
[home screenrc]
|
|
|
|
when: host.has('screen')
|
|
|
|
when: host.has('screen')
|
|
|
|
files: .screenrc
|
|
|
|
files: .screenrc
|
|
|
|