Skip to content

Instantly share code, notes, and snippets.

View gimpf's full-sized avatar
💭
mostly absently minded

Markus gimpf

💭
mostly absently minded
View GitHub Profile
@john20xdoe
john20xdoe / launch.json
Created January 24, 2018 01:27
VS Code config for Atlassian SDK developers
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
/*
* This attaches the VSCode debugger to the JIRA instance created by a `atlas-debug` command.
* Before attaching the debugger, you need to run `atlas-debug` to spin up a JIRA instance.
* Default port is 5005.
* Reference: https://developer.atlassian.com/server/framework/atlassian-sdk/creating-a-remote-debug-target/
*/
"version": "0.2.0",
"configurations": [
@matthewjberger
matthewjberger / instructions.md
Last active July 22, 2024 08:04
Install a nerd font on ubuntu

1.) Download a Nerd Font

2.) Unzip and copy to ~/.fonts

3.) Run the command fc-cache -fv to manually rebuild the font cache

@adam-garcia
adam-garcia / README.md
Last active April 23, 2024 09:41
Viridis Color Palette Generator

Viridis Color Palette Generator

A simple tool for extracting discrete color palette values from the viridis collection of color palettes.