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 April 27, 2024 16:01
osu! Tournaments
================================================================================
================================================================================
================================================================================
+------------------------------------------------------+
| ______ ________ ___ ____ ___ _____ |
| / ___/ | / / ____/ |__ \ / __ \__ \|__ / |
| / __ \| | /| / / / __/ // / / /_/ / /_ < |
| / /_/ /| |/ |/ / /___ / __// /_/ / __/___/ / |
| \____/ |__/|__/\____/ /____/\____/____/____/ |
@PillTime
PillTime / MainHUDComponents.json
Last active January 11, 2023 01:15
osu!lazer main HUD config
[
{
"Type": "osu.Game.Screens.Play.HUD.DefaultHealthDisplay, osu.Game, Version=2022.1228.0.0, Culture=neutral, PublicKeyToken=null",
"Position": {
"x": 0.0,
"y": 0.0
},
"Rotation": 0.0,
"Scale": {
"x": 1.0,
@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 February 5, 2021 17:23
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 9, 2024 13:26
Installing Arch Linux
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:

  • Some computers won't work out of the box because of bugs left by the manufacturers.
Example My laptop spams tty1 with the following errors when the network card starts being used: