jsdavis / dotfiles

My personal dotfile setup shared in case it might be useful to others
3 stars 0 forks source link

Setup.py needs updates #12

Open jsdavis opened 7 years ago

jsdavis commented 7 years ago
  1. Doesn't need to put things in sudo
  2. Don't want it to blindly copy all dotfiles in the folder anymore
  3. Needs to intelligently copy the fewest number of files possible, based on OS/envrionment it's in, i.e. I don't need .iterm2 stuff if I'm not on OSX. Don't need .zshrc if not using zsh. Don't need .tmux.conf if no tmux, etc
jsdavis commented 6 years ago

No longer puts things in sudo. (2) and (3) still need to happen