From ed3ddb93cba0b7bfc4b4e990dc2aaba88e6b30d3 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Mon, 10 Nov 2025 11:44:08 +0100 Subject: Refactor vimrc to accept custom setup script --- group_vars/all.yml | Bin 3766 -> 3895 bytes group_vars/all.yml.example | 3 +++ 2 files changed, 3 insertions(+) (limited to 'group_vars') diff --git a/group_vars/all.yml b/group_vars/all.yml index 05b241ca..6f9d46b3 100644 Binary files a/group_vars/all.yml and b/group_vars/all.yml differ diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 9571040d..c2b93828 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -50,6 +50,9 @@ dotfiles_setup_script: | password_store_repo_url: "git@github.com:a14m/.pass" vimrc_repo_url: "git@git.sr.ht:~a14m/.vim" +vimrc_setup_script: | + # NOTE: based on https://stackoverflow.com/a/33734425/1769515 + vim -E -s -u ~/.vimrc +PlugInstall +qall wireguard_autostart_connection: "wg-vpn0" wireguard_connections: -- cgit v1.2.3