mirror of https://github.com/qpixel/dotfiles.git
19 lines
282 B
Plaintext
19 lines
282 B
Plaintext
# if the os is darwin
|
|
{{ if ne .chezmoi.os "darwin" }}
|
|
.zshrc_darwin
|
|
.zshenv_darwin
|
|
{{ end }}
|
|
# if the os is linux
|
|
{{ if ne .chezmoi.os "linux"}}
|
|
.zshrc_linux
|
|
.zshenv_linux
|
|
.config/kitty
|
|
.config/rofi
|
|
.config/sway
|
|
.config/waybar
|
|
launch-sway.sh
|
|
{{ end }}
|
|
install.sh
|
|
README.md
|
|
LICENSE
|