Skip to content

Commit

Permalink
feat: add sshconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkn committed Aug 30, 2024
1 parent 7302362 commit 326542d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .sshconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/github_ed25519
1 change: 1 addition & 0 deletions bin/init/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ brew bundle --file="~/dotfiles/brewfiles/Brewfile-shell"

"$(brew --prefix)/opt/fzf/install"

mv ~/.sshconfig ~/.ssh/config
ln -s ~/dotfiles/.gitignore_global ~
ln -s ~/dotfiles/.bash_profile ~
ln -s ~/dotfiles/.bashrc ~
Expand Down

0 comments on commit 326542d

Please sign in to comment.