Skip to content

Instantly share code, notes, and snippets.

View bronze's full-sized avatar
😎

Carlos Bronze bronze

😎
View GitHub Profile
@bronze
bronze / dual boot grub.txt
Last active December 30, 2021 20:35
linux stuff
# https://www.youtube.com/watch?v=wLOZfT0732Y&t=51s
sudo apt install grub-efi grub2-common grub-customizer
sudo grub-install
sudo cp /boot/grub/x86_64-efi/grub.efi /boot/efi/EFI/pop/grubx64.efi
grub-customizer
# https://github.com/vinceliuice/grub2-themes
sudo ./install.sh -t vimix -s ultrawide -i white -b
@bronze
bronze / conditions.lua
Last active May 2, 2022 17:12
OPie Travel Form Macros
/cancelform [noflyable,noform:moonkin]
// If Indoors, cant fly: cat
// Can fly, swimming, outdoors: travel (do not dismount)
// combat: Moonkin
/cast [indoors, nostance:cat, nostance:travel][noflyable, nostance:cat, nostance:travel] {{spell:768}}; [flyable,outdoors,nocombat,noswimming,nomod, nostance:travel] {{spell:783}}; [swimming,nomod, nostance:travel] {{spell:783}}; [outdoors, nostance:cat, nostance:travel] {{spell:783}}; [combat, spec:balance, nostance:moonkin] {{spell:24858}}
@bronze
bronze / terminal-setup.md
Created February 19, 2024 18:01 — forked from onlurking/terminal-setup.md
Configs for zsh, oh-my-zsh, zsh-autosuggestions, zsh-syntax-highlighting and FZF

Setup

Terminal

Instal oh-my-zsh with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
@bronze
bronze / index.html
Created November 16, 2024 16:13
YouTube Video with Timed Text
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>YouTube Video with Timed Text</title>
<style>
.highlight {
display: block;