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