curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | zsh
nvm install node
npm install -g yarn
This file contains 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
# 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 | |
This file contains 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
/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}} |
This file contains 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
<!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; |
OlderNewer