Skip to content

Instantly share code, notes, and snippets.

View jsolarz's full-sized avatar
💭
There is no knowledge that is not power

Ioni jsolarz

💭
There is no knowledge that is not power
View GitHub Profile
@jsolarz
jsolarz / settings.json
Created January 20, 2026 14:18
Windows Terminal Settings
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "globalSummon",
"desktop": "toCurrent",
var timer=100;document.querySelectorAll("div > input[type='checkbox']:checked").forEach((interest) => {setTimeout(function(){interest.click()},timer);timer+=2000;});
1. Basic structure
First of all, we create the basic HTML structure:
<div id="wrap">
<div id="header"></div>
<div id="nav"></div>
<div id="main"></div>
<div id="sidebar"></div>
<div id="footer"></div>
#!/bin/bash
iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
#######################################################
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc