First attempt at NixOS installation and configuration.
Ssetup is similar to the gist where Void Linux was installed.
With NixOS the following features are listed:
- BTRFS filesystem
- Full Disk Encryption
- SystemD-boot as bootloader
#!/usr/bin/env perl | |
# 19.06.2025 | |
# PICO-8 Cartridge downloader | |
# Original Script: https://www.lexaloffle.com/bbs/?pid=157397#p | |
# I'm not the creator of this script. | |
# I just updated and beauty-fied it to my own taste. | |
# If desired, modify the "Variables" section, to decide where | |
# to store downloaded cartridges and how many page the script should look for. |
First attempt at NixOS installation and configuration.
Ssetup is similar to the gist where Void Linux was installed.
With NixOS the following features are listed:
#!/bin/sh | |
exec tail -n +3 $0 | |
# This file provides an easy way to add custom menu entries. Simply type the | |
# menu entries you want to add after this comment. Be careful not to change | |
# the 'exec tail' line above. | |
submenu 'Rescue ISOs' { | |
# Separator | |
menuentry '============================== GNU/Linux ISOs ==============================' { echo "" } | |
# Debian 11.4.0 GNOME |
# Requires: ffmpeg, tageditor, graphicsmagick | |
# Original message: | |
# https://discord.com/channels/752715224716411001/752715584973832213/989321238910476338 | |
# Windows version | |
mkdir backup | |
For %%# in (*.mp3) Do ( | |
echo "Extracting Artwork..." | |
REM Extracts the album artwort to "$f".jpg (baseline) |
This gist could be outdated, so if you prefer an automated script based on this gist, check out my github repo VoidLinuxInstaller!
This guide explains how to set up Void Linux:
/boot
, with LUKS;# SOURCE | |
# https://stackoverflow.com/questions/12306223/how-to-manually-create-icns-files-using-iconutil/20703594#20703594 | |
# BETTER VERSIONS | |
# https://github.com/retifrav/generate-iconset | |
# https://gist.github.com/djhaskin987/110e324f0bda182b6db34241da0182a6 | |
# https://gist.github.com/djhaskin987/110e324f0bda182b6db34241da0182a6 | |
# https://gist.github.com/yoannmoinet/051d92d132218dc3ad801f74f6f1536c | |
# USAGE |
#!/bin/bash | |
# SOURCE | |
# https://apple.stackexchange.com/questions/388246/efi-partition-change-name-and-logo/388287#388287 | |
# USAGE (image as .PNG, 1024x1024 px) | |
# ./ConvertToICNS.sh ImageToConvert.png | |
if [[ $0 != "$BASH_SOURCE" ]]; then | |
bash "$BASH_SOURCE" "$@" |
# Latest update: 2021/09/06 | |
# Wine version: 6.16 | |
# | |
# How to make Fusion360 work under Void Linux with latest Wine available directly from xbps. | |
# | |
# Resources heavily taken from: | |
# https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version- | |
# ======================== | |
# OpenGL as graphic driver |