Skip to content

Commit 7e20253

Browse files
committed
chore: idk what I'm doing
1 parent 46cac3e commit 7e20253

File tree

4 files changed

+37
-52
lines changed

4 files changed

+37
-52
lines changed

.github/workflows/test-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ env:
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
@@ -28,7 +28,7 @@ env:
2828
jobs:
2929
test:
3030
strategy:
31-
fail-fast: true
31+
fail-fast: false
3232
matrix:
3333
os:
3434
- windows

home/.chezmoiignore.tmpl

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
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
@@ -55,9 +55,9 @@
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 }}
Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
font_family JetBrainsMono Nerd Font
1+
font_family JetBrainsMono Nerd Font
22
enable_audio_bell true
33
font_size {{ .terminalFontSize }}
44
window_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

home/dot_config/kitty/userprefs.conf

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)