Skip to content

Instantly share code, notes, and snippets.

View Aetherinox's full-sized avatar
🍌
I ain't fallin for no banana in the tail pipe!

Aetherx Aetherinox

🍌
I ain't fallin for no banana in the tail pipe!
View GitHub Profile
@Aetherinox
Aetherinox / obsidian_list
Last active December 7, 2023 21:14
Obsidian: Page Alphabetized List
View obsidian_list
dv.container.className += ' atx-alv1-dataview'
let arrABC = [];
let arrPages = dv.pages( "" )
.forEach( p =>
{
const file = p.file
const file_path = file.path;
const file_name = file.name;
const file_label = file.frontmatter.name || file.frontmatter.title || file.frontmatter.alias || file_name;
@Aetherinox
Aetherinox / its_overrides.css
Last active December 7, 2023 23:46
Obsidian ITS Theme Overrides
View its_overrides.css
/* @settings
name: ITS Theme Overrides
id: atx-its
settings:
-
id: atx-its-cat-general
title: '1. Appearance'
description: 'General appearance settings'
type: heading
level: 1
View gist:9f541ae33282de8bc6c130054347c31a
Plugins enabled: 40
1: Code Styler v1.0.11
2: Link Favicons v1.8.3
3: Style Settings v1.0.7
4: File Color v1.0.3
5: Obsidian42 - BRAT v0.7.1
6: Iconize v2.8.0
7: Folder notes v1.6.11
8: Advanced Tables v0.19.1
9: Banners v2.0.5-beta
@Aetherinox
Aetherinox / blue_topaz_overrides.css
Last active November 20, 2023 23:48
Obsidian: CSS Override
View blue_topaz_overrides.css
/* @settings
name: ⚙️ Blue Topaz (Aetherx Extras)
id: blue-topaz-theme-aetherx
settings:
-
id: atx-general
title: 1. General
description: General appearance settings
type: heading
level: 1
@Aetherinox
Aetherinox / plugin_stylesettings.css
Last active November 17, 2023 07:38
Obsidian.md: Plugin: Style Settings
View plugin_stylesettings.css
{
"minimal-style@@h1-size": "2.325em",
"minimal-style@@bg1@@dark": "#1C1C1C",
"minimal-style@@bg2@@dark": "#181818",
"minimal-style@@active-line-on": false,
"minimal-advanced@@styled-scrollbars": true,
"minimal-style@@h2-size": "1.8em",
"minimal-style@@h3-size": "1.5em",
"minimal-style@@code-normal@@dark": "#EA496A",
"minimal-style@@h3-color@@dark": "#4B82FF",
@Aetherinox
Aetherinox / docker-compose.yml
Last active October 23, 2023 19:47
bruceforce/vaultwarden-backup docker config : https://hub.docker.com/r/bruceforce/vaultwarden-backup
View docker-compose.yml
version: "3.8"
services:
vw_backup:
image: bruceforce/vaultwarden-backup
container_name: vaultwarden-backup
command: --volumes-from=vaultwarden
restart: unless-stopped
init: true
volumes:
- /home/docker/vaultwarden/vw-data:/data/
@Aetherinox
Aetherinox / sources.list
Created October 19, 2023 09:08
Ubuntu 23.04 (Lunar Lobster) Repo / Sources List + arm64 (Complete)
View sources.list
deb http://us.archive.ubuntu.com/ubuntu lunar main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu lunar main restricted
deb http://us.archive.ubuntu.com/ubuntu lunar-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu lunar-updates main restricted
deb http://us.archive.ubuntu.com/ubuntu lunar universe
# deb-src http://us.archive.ubuntu.com/ubuntu lunar universe
deb http://us.archive.ubuntu.com/ubuntu lunar-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu lunar-updates universe
@Aetherinox
Aetherinox / sources.list
Created October 17, 2023 07:03
ZorinOS 16 (Ubuntu 20.04 LTS) (Focal Fossa) Repo / Sources List (Extras)
View sources.list
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
@Aetherinox
Aetherinox / sources.list
Created October 17, 2023 07:02
ZorinOS 16 (Ubuntu 20.04 LTS) (Focal Fossa) Repo / Sources List (Complete)
View sources.list
deb https://packages.zorinos.com/stable focal main
# deb-src https://packages.zorinos.com/stable focal main
deb https://packages.zorinos.com/patches focal main
# deb-src https://packages.zorinos.com/patches focal main
deb https://packages.zorinos.com/apps focal main
# deb-src https://packages.zorinos.com/apps focal main
deb https://packages.zorinos.com/drivers focal main restricted
@Aetherinox
Aetherinox / sources.list
Created October 17, 2023 07:00
Ubuntu 23.04 (Lunar Lobster) Repo / Sources List (Extras)
View sources.list
deb http://archive.ubuntu.com/ubuntu/ lunar main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ lunar main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lunar-updates main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ lunar-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lunar-security main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ lunar-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lunar-backports main restricted universe multiverse