1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-05-14 22:14:24 -04:00

git=hub and youtube-dl aliases

This commit is contained in:
2019-09-15 09:38:20 -04:00
parent f40a23352c
commit 1d358cda17
3 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ chsh -s $(which zsh)
# Set up symbolic links for ZSH and Git pointing to this cloned repo
ln -s $HOME/.dotfiles/zsh/.zshrc $HOME/.zshrc
ln -s $HOME/.dotfiles/git/.gitconfig $HOME/.gitconfig
ln -s $HOME/.dotfiles/zsh/git/.gitignore_global $HOME/.gitignore_global
ln -s $HOME/.dotfiles/git/.gitignore_global $HOME/.gitignore_global
# Set macOS defaults
# Needs to be last since this will restart everything when done