Skip to content

Instantly share code, notes, and snippets.

View RudraSwat's full-sized avatar
:octocat:
Hacking at home

Rudra Saraswat RudraSwat

:octocat:
Hacking at home
View GitHub Profile
modules:
ssh:
enabled: true
allowed_keys: ['ssh-rsa AAAA user@host', 'ssh-rsa BBBB user@host']
gnome:
enabled: true
style: light
gtk-theme: 'adw-gtk3'
icon-theme: 'Adwaita'
@RudraSwat
RudraSwat / gamebuntu.sh
Last active November 19, 2023 14:02
A simple script to transform an Ubuntu install into a complete game-ready (!) setup.
#!/bin/bash
# Gamebuntu, a simple script to transform an Ubuntu install into a complete game-ready (!) setup
# Copyright (C) 2021 Rudra Saraswat
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.