-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bash version of script #9
Comments
Good point, I can write some bash script but it will most likely be a very simple text appending script and will most likely not support windows because of the dynamic installation path. |
Personally I'd assume packaging it into an executable would have a similar effect of not needing the dependency, however it wouldn't be as agnostic as bash script. |
I've got a bash script for this in my own project I threw together for the devs at my company. https://github.com/MashupMill/slack-themes/blob/master/install.sh It works relatively similar to your python script using markers to mark out the start and end, so you can strip it out. You could probably strip out the dev mode stuff. I use that when I'm testing CSS changes. It just spins up a little http server (via nodejs) serving up my local CSS files. |
I have used the python script and everything worked fine and smoothly. However, as a dependancy a user of this script will need to install
python
(I already had this so it's not an issue for me).It would be good to provide both
python
andbash
versions for those who don't havepython
and have no need for it after the makeitdark install.The text was updated successfully, but these errors were encountered: