diff --git a/dprint.json b/dprint.json index b691eee14..79e8bea0d 100644 --- a/dprint.json +++ b/dprint.json @@ -58,7 +58,8 @@ "gitleaks-report.json", "config/claude/statsig/**/*.*", "config/claude/projects/**/*.*", - "config/claude/todos/**/*.*" + "config/claude/todos/**/*.*", + ".claude/settings.local.json" ], "plugins": [ "https://plugins.dprint.dev/biome-0.12.0.wasm", diff --git a/taskfiles/arch.yml b/taskfiles/arch.yml index 463a69a93..806274cf8 100644 --- a/taskfiles/arch.yml +++ b/taskfiles/arch.yml @@ -31,8 +31,11 @@ tasks: platforms: [linux] silent: true cmds: - - task: tools:install - if: 'uname -r | grep -q arch1' + - cmd: | + if [ ! -f /etc/arch-release ]; then + exit 0 + fi + task arch:tools:install tools:install: desc: Installs all apt packages