π£
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ββββββββββββββββββββββββββββββββββ | |
# β ββββββββββββββββββββββββββββββ β | |
# β ββββββββββββββββββββββββββββββ β | |
# β ββββββββββββββββββββββββββββββ β | |
# ββββββββββββββββββββββββββββββββββ | |
[ids] | |
0001:0001 | |
[main] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
# β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β | |
# β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β | |
# β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β | |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
[ids] | |
0a5c:8503 | |
[main] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Current Debian stable is 12 (bookworm) | |
ISO=debian-12.4.0-amd64-netinst.iso | |
IMG=debian-12.qcow2 | |
if [ ! -f "$ISO" ]; then | |
wget https://deb.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/mini.iso -O $ISO | |
# Alternative full netinst image if mini.iso is too minimal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ids] | |
0416:b23c | |
[main] | |
capslock = overload(control, esc) | |
# leftmeta = leftalt | |
# leftalt = leftmeta | |
leftmeta = layer(alt) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# By default, each key is bound to itself within the main layer. The exception to this are the modifier keys, which are instead bound to eponymously named layers with the corresponding modifiers. | |
# For example, meta is actually bound to layer(meta), where meta is internally defined as meta:M. | |
# The full set of modifier bindings are as follows: | |
# control = layer(control) | |
# meta = layer(meta) | |
# shift = layer(shift) | |
# leftalt = layer(alt) | |
# rightalt = layer(altgr) | |
[ids] | |
0c45:8513 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Removing Defaults | |
keymap + NULL | |
keymap C-v NULL | |
keymap SPC NULL | |
keymap ^[[6~ NULL | |
keymap - NULL | |
keymap ESC-v NULL | |
keymap ^[[5~ NULL | |
keymap b NULL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Hint markers - softer colors and nicer appearance */ | |
.LH { | |
background: linear-gradient(#190007, #150542) !important; | |
color: #00fff9 !important; | |
border: 2px solid #fd7cff !important; | |
border-radius: 6px !important; | |
} | |
/* Selected elements */ | |
.Flash { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
# β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β | |
# β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β | |
# β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β | |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
# βββββββββββββββββββββ GitHub Profile βββββββββββββββββββββ | |
# π URL: https://github.com/aaronedev | |
# β‘ Username: aaronedev | |
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
sudo pacman -S intel-media-driver \ | |
libva-intel-driver \ | |
libva-mesa-driver \ | |
mesa \ | |
vulkan-intel \ | |
vulkan-nouveau \ | |
vulkan-radeon \ | |
xf86-video-amdgpu \ | |
xf86-video-ati \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
sudo pacman -S dunst \ | |
grim \ | |
btop \ | |
hyprland \ | |
iwd \ | |
kitty \ | |
nano \ | |
vim \ | |
neovim \ |
NewerOlder