Skip to content

Instantly share code, notes, and snippets.

View rzjnzk's full-sized avatar

Robert Zack Jaidyn Norris-Karr rzjnzk

View GitHub Profile
ignorePatterns:
- "**/node_modules/**"
overrides:
# `.mjs`.
- files:
- "**/*.mjs"
extends:
- eslint:recommended
env:
node: true
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <linux/limits.h>
int main(int argc, char *argv[])
{
printf("begin");
//META{"name":"Holo","description":"","author":"github.com/rzjnzk","version":"0.0.1"}*//{}
#app-mount .app-2rEoOp
{
/* background-color: transparent; */
background-image: url(https://i.imgur.com/nLRfaKa.jpg);
background-size: cover;
}
.da-titleBar
//META{"name":"Holo","description":"","author":"github.com/rzjnzk","version":"0.0.1"}*//{}
#app-mount .app-2rEoOp
{
/* background-color: transparent; */
background-image: url(https://i.imgur.com/nLRfaKa.jpg);
background-size: cover;
}
.da-titleBar
  1. Download the latest zip file from https://github.com/rauenzi/BetterDiscordApp/releases. The file will likely be named BetterDiscord_*_win.zip.

  2. Downlod themes and plugins from https://betterdiscordlibrary.com/.

  3. Place themes in %AppData%\BetterDiscord\themes, and plugins in %AppData%\BetterDiscord\plugins.

  4. Enable or disable themes and plugins under user settings.

Recommended plugins:

@rzjnzk
rzjnzk / se-image-paste.user.js
Created May 29, 2019 10:40 — forked from chrahunt/se-image-paste.user.js
Add image-pasting capability to StackEdit markdown editor.
// ==UserScript==
// @name StackEdit Image Extension
// @namespace http://chri.sh/
// @version 0.4.1
// @description Add image-pasting capability to StackEdit editor.
// @author chrahunt
// @match https://stackedit.io/editor
// @run-at document-end
// @grant none
// @downloadURL https://gist.github.com/chrahunt/c27686b095a390c26ff8/raw/se-image-paste.user.js

My personal atom configuration for use with the sync-settings atom package