From 54281e95e17f92d55a59cf292024e01567168191 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 8 Jan 2024 10:16:25 +0100 Subject: Add SSH keys for plarabe --- .gitmodules | 3 +++ .ssh/id.d/root@plarabe-ed25519.pub | 1 + .vim/bundle/syntax-blade | 1 + 3 files changed, 5 insertions(+) create mode 100644 .ssh/id.d/root@plarabe-ed25519.pub create mode 160000 .vim/bundle/syntax-blade diff --git a/.gitmodules b/.gitmodules index 887bb09..ac81992 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule ".config/shell/vendor/zsh/feature-syntax-highlighting"] path = .config/shell/vendor/zsh/feature-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule ".vim/bundle/syntax-blade"] + path = .vim/bundle/syntax-blade + url = https://github.com/jwalton512/vim-blade diff --git a/.ssh/id.d/root@plarabe-ed25519.pub b/.ssh/id.d/root@plarabe-ed25519.pub new file mode 100644 index 0000000..cc5381d --- /dev/null +++ b/.ssh/id.d/root@plarabe-ed25519.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBnTRndwR171+hR+3yMpvmbRZoM8QFUE2zdOQZaqd24E root@plarabe.tyil.net diff --git a/.vim/bundle/syntax-blade b/.vim/bundle/syntax-blade new file mode 160000 index 0000000..9534101 --- /dev/null +++ b/.vim/bundle/syntax-blade @@ -0,0 +1 @@ +Subproject commit 9534101808cc320eef003129a40cab04b026a20c -- cgit v1.1