DerekYu177 / dotfiles

My current configurations
1 stars 0 forks source link

installation has issues #2

Open DerekYu177 opened 6 years ago

DerekYu177 commented 6 years ago

Issues:

DerekYu177 commented 6 years ago

oh-my-zsh can be fixed by reading https://github.com/robbyrussell/oh-my-zsh

DerekYu177 commented 6 years ago

gitignore_global not applied. Run: git config --global core.excludesfile '~/.gitignore_global' to fix

DerekYu177 commented 6 years ago

We should also set the command set -g default-command 'reattach-to-user-namespace -l zsh' with the corresponding package

DerekYu177 commented 6 years ago

at the end of zshrc we should add the line [ -f /opt/dev/dev.sh ] && source /opt/dev/dev.sh