Skip to content
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

macOS installation script. #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

macOS installation script. #129

wants to merge 1 commit into from

Conversation

vg
Copy link

@vg vg commented Jan 5, 2018

No description provided.

@reggian
Copy link

reggian commented Aug 13, 2018

I have found that cp did not work for me. Used curl instead:
curl -o /Applications/Slack.app/Contents/Resources/black.css https://raw.githubusercontent.com/laCour/slack-night-mode/master/css/raw/black.css

Also, in the grep command
grep 'filePath = "/Applications/Slack.app/Contents/Resources/black"'
you are missing the file extension like so:
grep 'filePath = "/Applications/Slack.app/Contents/Resources/black.css"'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants