1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-06-14 05:25:26 -04:00

add ssh stuff

This commit is contained in:
2020-05-16 10:13:10 -04:00
parent c07b995d2c
commit d508c844b8
8 changed files with 83 additions and 14 deletions
+1
View File
@@ -8,6 +8,7 @@ echo "👋 Deep breaths, everything will (probably) be fine!"
ln -sf "$HOME"/.dotfiles/zsh/.zshrc "$HOME"/.zshrc
ln -sf "$HOME"/.dotfiles/git/.gitconfig "$HOME"/.gitconfig
ln -sf "$HOME"/.dotfiles/git/.gitignore_global "$HOME"/.gitignore_global
ln -sf "$HOME"/.dotfiles/ssh/.ssh/config "$HOME"/.ssh/config
# Get Oh My ZSH up and running
if [ ! -e ~/.oh-my-zsh ]; then