Fix publicly available repo URL

This commit is contained in:
Sonny Bakker 2025-02-06 21:02:09 +01:00
parent f9a3f5f8bf
commit 3b9e414e17

View file

@ -5,7 +5,7 @@ xdg_config_dir: '{{ ansible_env.HOME }}/.config'
xdg_data_dir: '{{ ansible_env.HOME }}/.local/share'
dotfiles_repo: 'git@forgejo.fudiggity.nl:sonny/dotfiles.git'
public_dotfiles_repo: 'git@forgejo.fudiggity.nl:sonny/dotfiles.git'
public_dotfiles_repo: 'https://forgejo.fudiggity.nl/sonny/dotfiles.git'
neovim_plugins:
- { url: 'https://forgejo.fudiggity.nl/sonny/source-link.lua', name: 'source-link' }