diff --git a/brewfile b/brewfile index df69e5d..eb18a65 100644 --- a/brewfile +++ b/brewfile @@ -2,6 +2,7 @@ brew "fish" brew "fzf" brew "gh" brew "spaceship" + cask "1password" cask "alfred" cask "bettertouchtool" @@ -26,6 +27,7 @@ cask "typeit4me" cask "visual-studio-code" cask "whatsapp" cask "zen" + vscode "alefragnani.project-manager" vscode "anthropic.claude-code" vscode "dbaeumer.vscode-eslint" diff --git a/ssh-config b/ssh-config new file mode 100644 index 0000000..1bbaebe --- /dev/null +++ b/ssh-config @@ -0,0 +1,6 @@ +Host github.com + IdentityFile ~/.ssh/git.pub + IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" + +Host * + IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"