1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-09-24 21:10:50 +02:00
eoli3n-dotfiles/roles/zsh
2019-12-01 16:29:03 +01:00
..
tasks
templates
README.md major update 2019-12-01 16:29:03 +01:00

Deprecated, i use fish

By hostname specific configuration in zshrc

Add a dir named as hostname in by_host dir to include specific host configuration in config file

mkdir templates/by_host/$(hostname)
echo << EOF > templates/by_host/$(hostname)/zshrc.j2
# Alias to include for $(hostname)
alias foo=bar
EOF

By OS specific configuration in zshrc

Add a dir named as hostname in by_host dir to include specific host configuration in config file

mkdir templates/by_os/<archlinux|debian|centos>
echo << EOF > templates/by_os/<archlinux|debian|centos>/zshrc.j2
# Alias to include for <archlinux|debian|centos>
alias foo2=bar2
EOF