Skip to content

Instantly share code, notes, and snippets.

View PillTime's full-sized avatar

Carlos Pinto PillTime

View GitHub Profile
@PillTime
PillTime / tournaments.txt
Last active October 31, 2024 20:47
osu! Tournaments
================================================================================
================================================================================
================================================================================
+------------------------------------------------------+
| ______ ________ ___ ____ ___ _____ |
| / ___/ | / / ____/ |__ \ / __ \__ \|__ / |
| / __ \| | /| / / / __/ // / / /_/ / /_ < |
| / /_/ /| |/ |/ / /___ / __// /_/ / __/___/ / |
| \____/ |__/|__/\____/ /____/\____/____/____/ |
@PillTime
PillTime / new_vm.sh
Last active January 30, 2023 22:17
QEMU VM Creator
#!/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
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)
@PillTime
PillTime / __SOMA__.md
Last active January 26, 2025 15:50
SOMA Short Stories

SOMA Short Stories

Make sure to play SOMA first!

Taken from https://somagame.com to save them from being lost.

@PillTime
PillTime / regex.txt
Last active August 24, 2021 19:32
directory shortener
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
@PillTime
PillTime / archlinux.md
Last active March 2, 2025 19:38
Installing Arch Linux
Notice: I might make a big revision someday to review everything, fix anything that needs fixing, and explain the reason for each step. Maybe.

Installing Arch Linux

Small notes before we start:

  • 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.