Taken from https://somagame.com to save them from being lost.
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
================================================================================ | |
================================================================================ | |
================================================================================ | |
+------------------------------------------------------+ | |
| ______ ________ ___ ____ ___ _____ | | |
| / ___/ | / / ____/ |__ \ / __ \__ \|__ / | | |
| / __ \| | /| / / / __/ // / / /_/ / /_ < | | |
| / /_/ /| |/ |/ / /___ / __// /_/ / __/___/ / | | |
| \____/ |__/|__/\____/ /____/\____/____/____/ | |
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
#!/bin/sh | |
case $1 in | |
'-h'|'--help') | |
printf 'Usage: %s VM_NAME CPUS MEMORY DISK\n' "$0" | |
exit 0 | |
esac | |
[ $# -ne 4 ] && printf 'ERROR: Need 4 arguments. Check -h/--help.\n' && exit 1 |
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
Even Better TOML (tamasfe.even-better-toml) | |
Fluent Icons (miguelsolorio.fluent-icons) | |
Gruvbox Theme (jdinhlife.gruvbox) | |
rust-analyzer (rust-lang.rust-analyzer) | |
Vim (vscodevim.vim) | |
vscode-icons (vscode-icons-team.vscode-icons) |
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
PART 1: | |
s|$HOME|~| | |
PART 2: | |
s|((\s*\.?\s*[^/]\s*[^/]\s*[^/])\s*[^/]*/)|\2/|g | |
EXAMPLES USED: | |
/home/carlos/Pictures | |
/home/carlos/Documents/fcup/Rust Programming/hello |
Notice: I might make a big revision someday to review everything, fix anything that needs fixing, and explain the reason for each step. Maybe.
- Arch Linux now comes with an installer, so if you just want a minimal system ready in a few minutes, you're better off just doing
archinstall
. - This guide is for UEFI only, not BIOS.
- The only officially supported architecture by Arch Linux is x86_64, so make sure your computer uses that architecture before attempting to install it.
- Some computers won't work out of the box because of bugs left by the manufacturers.