Skip to content

Instantly share code, notes, and snippets.

View computer-catt's full-sized avatar
🐈
meow

Computer Cat computer-catt

🐈
meow
  • kitty city
  • 12:22 (UTC -06:00)
View GitHub Profile
@computer-catt
computer-catt / TOS.sh
Last active October 5, 2025 00:44
Install templeos on fresh alpine Linux
#!/bin/sh
apk update
apk upgrade
apk add nano qemu-system-x86_64 qemu-ui-gtk curl openbox xterm xorg-server xf86-input-libinput xinit mesa-dri-gallium mesa-va-gallium
cat >/etc/motd << EOL
Welcome to CatOS!!!!!!!!
There's only 1 rule.
1. Cats are cool.
@computer-catt
computer-catt / StartVesktop.bat
Created January 7, 2025 02:54
Portable vesktop
mklink /j "%appdata%\vesktop" "portable\vesktop"
start vesktop.exe
@computer-catt
computer-catt / InstallDiscord.bat
Created January 7, 2025 02:51
Portable Discord Utility
@echo off
setlocal EnableDelayedExpansion
echo Welcome to Portable Discord Utility
echo by a silly computer cat
:question
if exist "%localappdata%/discord" (
echo Discord is already installed
echo We can exit, delete it, or attempt to migrate everything