Skip to content

Instantly share code, notes, and snippets.

View Shebella's full-sized avatar
🇹🇼

Rubio Shebella

🇹🇼
View GitHub Profile
@jcayzac
jcayzac / README.md
Last active August 9, 2018 01:47
Dark slack theme

Dark Theme for Slack 3.2+ on macOS

Based on widget-/slack-black-theme#60 and Dark Reader's color scheme.

Install

curl -s https://gist.githubusercontent.com/jcayzac/7e66129f4187cef5415c34c67847d112/raw/macos-auto-apply.sh | bash
@Robyer
Robyer / maven-publish-helper-usage.gradle
Last active May 22, 2024 15:56
Gradle script for publishing Android library with sources and javadoc to Maven repository using maven-publish plugin.
// You can use maven-publish-helper.gradle script without changes and even share it between multiple
// modules. Just place the maven-publish-helper.gradle file in the root directory of your project,
// then apply it at the bottom of your module's build.gradle file like this:
// ...content of module's build.gradle file...
apply from: '../maven-publish-helper.gradle'
publishing {
publications {