mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
61 lines
907 B
Cheetah
61 lines
907 B
Cheetah
|
|
scripts
|
|
.chezmoiscripts/*
|
|
|
|
|
|
{{ if ne .chezmoi.os "linux" }}
|
|
.config/awesome
|
|
.config/dunst
|
|
.config/fcitx5
|
|
.config/hypr
|
|
.config/keyd
|
|
.config/mako
|
|
.config/readline
|
|
.config/rofi
|
|
.config/swaylock
|
|
.config/waybar
|
|
.config/wlogout
|
|
.config/krunnerrc
|
|
.config/systemd
|
|
.config/user-dirs.dirs
|
|
.config/user-dirs.locale
|
|
.local/share/kio/
|
|
{{ end }}
|
|
|
|
{{ if eq .chezmoi.os "linux" }}
|
|
{{ if ne .chezmoi.osRelease.id "arch" }}
|
|
.config/*-flags.conf
|
|
{{ end }}
|
|
{{ if eq .chezmoi.osRelease.id "nixos" }}
|
|
.config/bash
|
|
.config/bat
|
|
.config/doom
|
|
.config/dunst
|
|
.config/fastfetch
|
|
.config/fcitx5
|
|
.config/fish
|
|
.config/zsh
|
|
.config/lsd
|
|
.config/keyd
|
|
.config/readline
|
|
.config/krunnerrc
|
|
.bashrc
|
|
{{ end }}
|
|
{{ end }}
|
|
|
|
{{ if ne .chezmoi.os "darwin" }}
|
|
Library
|
|
.config/karabiner
|
|
.config/sketchybar
|
|
.config/skhd
|
|
.config/yabai
|
|
.config/powershell
|
|
{{ end }}
|
|
|
|
{{ if ne .chezmoi.os "windows" }}
|
|
.gitconfig
|
|
.glzr
|
|
.wslconfig
|
|
.wslgconfig
|
|
Appdata/
|
|
{{ end }}
|