From 77fb440145a14765af7ebb8cd40d76e062bb59b9 Mon Sep 17 00:00:00 2001 From: Niels Mokkenstorm Date: Mon, 17 Nov 2025 23:45:07 +0100 Subject: [PATCH] Update 1Password SSH agent config and install script --- .config/1Password/ssh/agent.toml | 4 +++- install.sh | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.config/1Password/ssh/agent.toml b/.config/1Password/ssh/agent.toml index fb6263c..d7a26ff 100644 --- a/.config/1Password/ssh/agent.toml +++ b/.config/1Password/ssh/agent.toml @@ -1,5 +1,7 @@ [[ssh-keys]] vault = "Business" +account = "Niels Mokkenstorm" [[ssh-keys]] -value = "Personal" +vault = "Personal" +account = "Niels Mokkenstorm" diff --git a/install.sh b/install.sh index 5a29b30..518a7fa 100644 --- a/install.sh +++ b/install.sh @@ -8,6 +8,9 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too # symlink dots ln -sf "$root/.vimrc" ~/.vimrc ln -sf "$root/.zshrc" ~/.zshrc +ln -sf "$root/.gitconfig" ~/.gitconfig +ln -sf "$root/.globalgitignore" ~/.globalgitignore +ln -sf "$root/.tmux.conf" ~/.tmux.conf mkdir -p ~/.config mkdir -p ~/.config/alacritty @@ -16,6 +19,9 @@ git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/theme ln -sf "$root/.config/alacritty/alacritty.toml" ~/.config/alacritty/alacritty.toml +mkdir -p ~/.config/1Password/ssh +ln -sf "$root/.config/1Password/ssh/agent.toml" ~/.config/1Password/ssh/agent.toml + ln -sf "$root/.config/nvim" ~/.config/nvim # global gitignore -- 2.51.2