I am trying to get a bash script setup to install for new machines and when I wipe my computer. One problem I am hitting is that when I bring in the Package Control.sublime-settings
after installing PC, I need to open Sublime for it to being the process of putting packages in. However the next line in my script copies in my settings, so because the settings have a theme set, ST cannot find it and changes to default theme in settings, thus busting my settings lol.
Is there a way to maybe call Package Control from command line to start its install process then I can copy settings over?
Does this make any sense?
Thank you!