From c8a2fb6dd3e2e19dfe3fbdd013983070a2895c0b Mon Sep 17 00:00:00 2001 From: Declan Teevan Date: Sat, 7 Feb 2026 22:36:10 +0000 Subject: [PATCH] docs: stage small todo file Not currently a repo I have a huge focus on at the moment. But will at some point stage some more configs, for easier moving between workstations, installs and distros. Plus my 'rice' of hyprland (when not on Gnome/KDE) - given some time to polish up. --- TODO.md | 9 ++++++ .../display/hyprland/hypr/hyprland.conf.copy | 28 ------------------- distro/alpine/setup.sh | 1 + distro/fedora/.gitkeep | 0 distro/fedora/setup.sh | 1 + 5 files changed, 11 insertions(+), 28 deletions(-) create mode 100644 TODO.md delete mode 100644 config/display/hyprland/hypr/hyprland.conf.copy delete mode 100644 distro/fedora/.gitkeep create mode 100644 distro/fedora/setup.sh diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..52bf67a --- /dev/null +++ b/TODO.md @@ -0,0 +1,9 @@ +# TODO + +- [ ] Customised install scripts ('normal', 'extended', 'minimal', 'custom' like setups - individual components, etc) + + - [ ] Stage `.zshrc` and other general files from existing setups. + + - [ ] KVM / QEMU configs and setup within installs (looking glass, hypervisor OS, etc) + + - [ ] Maybe.. container / workstation deployment with VNC? Would be interesting. diff --git a/config/display/hyprland/hypr/hyprland.conf.copy b/config/display/hyprland/hypr/hyprland.conf.copy deleted file mode 100644 index 7d6c986..0000000 --- a/config/display/hyprland/hypr/hyprland.conf.copy +++ /dev/null @@ -1,28 +0,0 @@ -# This is an example Hyprland config file. -# Refer to the wiki for more information. -# https://wiki.hypr.land/Configuring/ - -# Please note not all available settings / options are set here. -# For a full list, see the wiki - -# You can split this configuration into multiple files -# Create your files separately and then link them to this file like this: -# source = ~/.config/hypr/myColors.conf - - - - - - - - - - - - - - - - - - diff --git a/distro/alpine/setup.sh b/distro/alpine/setup.sh index e69de29..a9bf588 100644 --- a/distro/alpine/setup.sh +++ b/distro/alpine/setup.sh @@ -0,0 +1 @@ +#!/bin/bash diff --git a/distro/fedora/.gitkeep b/distro/fedora/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/distro/fedora/setup.sh b/distro/fedora/setup.sh new file mode 100644 index 0000000..a9bf588 --- /dev/null +++ b/distro/fedora/setup.sh @@ -0,0 +1 @@ +#!/bin/bash