File tree Expand file tree Collapse file tree 4 files changed +37
-52
lines changed
Expand file tree Collapse file tree 4 files changed +37
-52
lines changed Original file line number Diff line number Diff line change 1414 --color=false
1515 APPLY_ARGS : >
1616 --exclude=encrypted,externals,scripts
17+ --keep-going
1718 --parent-dirs
1819 --use-builtin-diff
1920 --no-pager
2021 --no-tty
2122 --color=false
22- --verbose
2323 DOCTOR_ARGS : >
2424 --keep-going
2525 --no-tty
2828jobs :
2929 test :
3030 strategy :
31- fail-fast : true
31+ fail-fast : false
3232 matrix :
3333 os :
3434 - windows
Original file line number Diff line number Diff line change 2626
2727{{ if eq .chezmoi.os "windows" }}
2828
29- .config/Code/**
30- .config/lazygit/**
31- .config/rclone/**
32- .config/bat/**
33- .config/vlc/**
34- .config/sddm/**
35- .config/systemd/**
36- .config/tlp/**
37- .config/tlpui/**
38- .config/fcitx5/**
39- .config/crontab/**
40- .config/gammastep/**
41- .config/hypr/**
42- .config/kanata/**
43- .config/kitty/**
29+ .config/Code/**/*
30+ .config/lazygit/**/*
31+ .config/rclone/**/*
32+ .config/bat/**/*
33+ .config/vlc/**/*
34+ .config/sddm/**/*
35+ .config/systemd/**/*
36+ .config/tlp/**/*
37+ .config/tlpui/**/*
38+ .config/fcitx5/**/*
39+ .config/crontab/**/*
40+ .config/gammastep/**/*
41+ .config/hypr/**/*
42+ .config/kanata/**/*
43+ .config/kitty/**/*
4444
4545.config/brave-flags.conf
4646.config/chrome-flags.conf
5555.config/private_trashrc
5656.config/spotify-flags.conf
5757
58- .font/**
59- .npm-global/**
60- mount/**
58+ .font/**/*
59+ .npm-global/**/*
60+ mount/**/*
6161
6262.gtkrc-2.0.mine
6363.tmux.conf
@@ -69,16 +69,16 @@ mount/**
6969
7070{{ else }}
7171
72- AppData/**
73- Documents/**
74- .config/autohotkey/**
75- .config/komorebi/**
76- .config/microsoft-office/**
77- .config/scoop/**
78- .config/windows-tasks-scheduler/**
79- .config/xinmeng/**
80- .config/whkdrc/**
81- .config/yasb/**
72+ AppData/**/*
73+ Documents/**/*
74+ .config/autohotkey/**/*
75+ .config/komorebi/**/*
76+ .config/microsoft-office/**/*
77+ .config/scoop/**/*
78+ .config/windows-tasks-scheduler/**/*
79+ .config/xinmeng/**/*
80+ .config/whkdrc/**/*
81+ .config/yasb/**/*
8282
8383.vsvimrc
8484.wslconfig
@@ -88,12 +88,12 @@ Documents/**
8888##########################################
8989
9090{{ if not (lookPath "sddm") }}
91- .config/sddm/themes/**
91+ .config/sddm/themes/**/*
9292{{ end }}
9393
9494##########################################
9595
9696{{ if not (lookPath "hyprland") }}
97- .config/hypr/**
97+ .config/hypr/**/*
9898!.config/hypr/userprefs.conf
9999{{ end }}
Original file line number Diff line number Diff line change 1- font_family JetBrainsMono Nerd Font
1+ font_family JetBrainsMono Nerd Font
22enable_audio_bell true
33font_size {{ .terminalFontSize }}
44window_padding_width 5
5- # include theme.conf
6- #background_opacity 0.60
7- #hide_window_decorations yes
8- #confirm_os_window_close 0
5+ background_opacity 0.80
6+ hide_window_decorations no
7+ confirm_os_window_close 0
98
10- # initially empty, to be configured by user and remains static
11- include userprefs.conf
12-
13- # Note: as userprefs.conf is included at the end, settings configured in this file will override the defaults
9+ include themes/mocha.conf
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments