From 09a737f21ce33069b31dea608f61df90b85badb5 Mon Sep 17 00:00:00 2001 From: Bartal Laearsson Date: Wed, 12 Aug 2026 11:34:04 +0100 Subject: [PATCH] change dotfiles remote ponter --- vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars.yml b/vars.yml index 21186c0..63a16a1 100644 --- a/vars.yml +++ b/vars.yml @@ -2,7 +2,7 @@ user_name: "{{ lookup('env', 'USER') }}" user_home: "{{ lookup('env', 'HOME') }}" dotfiles_dir: "{{ user_home }}/dotfiles" -dotfiles_repo: https://git.public.xn--fl-6ja.fo/bl/dotfiles.git +dotfiles_repo: https://git.flo.fo/FLO/dotfiles.git jdtls_url: https://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz jdtls_install_dir: "{{ user_home }}/.local/share/jdtls" jdtls_bin_dir: "{{ user_home }}/.local/bin"