Currently Vim and tmux are bare boned and need some lovin' so split out my own Fresh Install dotfiles into their own separate repository that Fresh Install itself then pulls in
Effectively I would need to do the following:
Have my dotfiles in a separate repo
Modify my Fresh Install provisioning script to git clone the dotfile repo (while dropbox syncs)
Modify the second half of the provisioning script NOT to then symlink my dotfiles
Make sure my dotfiles were still sync'ed somewhere within my Dropbox (so I'm not just reliant on GitHub for a backup)
The benefit here is that I'm no longer restricted/blocked when getting started with a new laptop (i.e. blocked by a slow Dropbox sync)
Currently Vim and tmux are bare boned and need some lovin' so split out my own Fresh Install dotfiles into their own separate repository that Fresh Install itself then pulls in
Effectively I would need to do the following:
git clone
the dotfile repo (while dropbox syncs)The benefit here is that I'm no longer restricted/blocked when getting started with a new laptop (i.e. blocked by a slow Dropbox sync)