diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-10 11:44:08 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-10 11:44:08 +0100 |
| commit | 60f92a26d2a8bc706ad8a1b9afe2453ea528b355 (patch) | |
| tree | 31062c053b31e600998cf375c5cceac871068c89 /group_vars/all.yml.example | |
| parent | 72f14a15b69d771a61c28f281940a6f0a7f56f5a (diff) | |
Refactor vimrc to accept custom setup script
Diffstat (limited to 'group_vars/all.yml.example')
| -rw-r--r-- | group_vars/all.yml.example | 3 |
1 files changed, 3 insertions, 0 deletions
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: "[email protected]:a14m/.pass" vimrc_repo_url: "[email protected]:~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: |
