Skip to content

Commit

Permalink
fixup! feat: add ssh key script
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 6, 2024
1 parent 256e736 commit b4dcf69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ git clone https://github.com/YasminTeles/dotfiles.git ~/.dotfiles

cd ~/.dotfiles
stow --dotfiles git
stow -t ~/.ssh ssh

echo "[3/4] Configuring Git..."
git config --global user.email $GIT_EMAIL
Expand Down
3 changes: 3 additions & 0 deletions ssh/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Host github.com
AddKeysToAgent yes
IdentityFile ~/.ssh/id_ed25519

0 comments on commit b4dcf69

Please sign in to comment.