Skip to content

Instantly share code, notes, and snippets.

View danvisx's full-sized avatar
🔬
^_^

danvisx

🔬
^_^
View GitHub Profile
@danvisx
danvisx / fedora-install-jetbrains-toolbox.sh
Last active March 7, 2026 16:05 — forked from abn/fedora-install-jetbrains-toolbox.sh
Install JetBrains Toolbox on Fedora (run without sudo)
#!/bin/bash
set -e
set -o pipefail
sudo dnf install -y jq
# switch this to eap if you require the early access version
RELEASE_TYPE=release
TOOLBOX_BIN_DIR=${HOME}/.local/share/JetBrains/Toolbox/bin
@danvisx
danvisx / 0_reuse_code.js
Created January 26, 2016 05:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console