-
Notifications
You must be signed in to change notification settings - Fork 602
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
Theme names. #38
Comments
Hi, Thanks # Wrong
export {PROFILE_NAME,PROFILE_SLUG}="One Light" && wget -O xt http://git.io/vs7UQ && chmod +x xt && ./xt && rm xt # Correct
export {PROFILE_NAME,PROFILE_SLUG}="OneLight" && wget -O xt http://git.io/vs7UQ && chmod +x xt && ./xt && rm xt I think the best approach is making this method optional. |
Hi ! Thank you! I'm on Ubuntu 15 and when i don't pass the theme name , doesn't change the Also one piece of constructive criticism , the whole wget ting and Thanks! On Mon, Apr 11, 2016 at 12:54 AM, Mayccoll notifications@github.com wrote:
|
The change used the issue Gogh-Co#38 as reference, considering the Linux Mint problem with profile names containing spaces.
Hi
Man i love your project , i started using it today , the only thing i took the liberty to modify is using them in the following format
export {PROFILE_NAME,PROFILE_SLUG}="One Light" && wget -O xt http://git.io/vs7UQ && chmod +x xt && ./xt && rm xt
So the name doesn't end like "Default".
I've also modified the themes.md page , so it reflects this , if you're ok with it i can create a PR
themes files modified:
themes.md.txt
dodge script that i used to do so:
transform.txt
thanks for your hard work on this.
The text was updated successfully, but these errors were encountered: