From 25dba3fe64b2b26b7d9dc9dab22afb50dacefc39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 16 Aug 2026 20:19:55 +0200 Subject: [PATCH] chore: arty tailscale up command --- arty.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arty.yml b/arty.yml index ea0691c..2249e71 100644 --- a/arty.yml +++ b/arty.yml @@ -72,8 +72,6 @@ scripts: micro:plugins: | micro -plugin install editorconfig catppuccin:install: | - code --install-extension catppuccin.catppuccin-vsc - code --install-extension catppuccin.catppuccin-vsc-icons mkdir -p ~/.config/micro/colorschemes ln -sf ~/.catppuccin/micro/themes/catppuccin-frappe.micro ~/.config/micro/colorschemes/catppuccin-frappe.micro mkdir -p ~/.config/bat/themes @@ -85,3 +83,4 @@ scripts: mkdir -p ~/.local/share/fonts/Meslo curl -L https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Meslo.tar.xz | tar --extract --xz --directory ~/.local/share/fonts/Meslo fc-cache -fv + tailscale:up: sudo tailscale up --login-server https://headscale.pivoine.art