diff --git a/.screenrc b/.screenrc
deleted file mode 100644
index 66b9926..0000000
--- a/.screenrc
+++ /dev/null
@@ -1,11 +0,0 @@
-hardstatus alwayslastline
-
-caption always "%{= R}[%{= G}%c:%{= G}%s%{= R}] %{= R}[%{= G}${USER}%{= R}@%{= G}%H%{= R}]%{= G} %{= R}[%{= G}%n %t %h%{= R}]%{= G} %W"
-
-termcapinfo xterm|xterms|xs|rxvt ti@:te@
-
-defscrollback 10000
-
-bindkey ^N screen
-bindkey ^T title
-
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..057cabd
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2025 Creative Commons
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
index c08695e..69fc4a0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,11 @@
-
+
+
+# my personal dotfiles
+probably not useful to you but feel free to look, use or remix!
+
+## folders
+[system-any](system-any) for any of my systems, usually as a base
+
+[system-specific](system-any) for specific systems
-# my personal dotfiles
diff --git a/img/u.png b/img/u.png
deleted file mode 100644
index 23082c3..0000000
Binary files a/img/u.png and /dev/null differ
diff --git a/.nanorc b/system-any/.nanorc
similarity index 87%
rename from .nanorc
rename to system-any/.nanorc
index 5364e14..5a5fb7a 100644
--- a/.nanorc
+++ b/system-any/.nanorc
@@ -1,24 +1,23 @@
-set constantshow
-## set mouse
-## set nowrap
-
-set minibar
-set minicolor white,green
-
-set scrollercolor white,green
-set titlecolor white,green
-set keycolor white,green
-set functioncolor white,green
-
-set linenumbers
-set numbercolor white,green
-
-set nohelp
-## set indicator
-
-set guidestripe 80
-set stripecolor red,normal
-## set zero
-
-bind ^P linenumbers all
-
+set constantshow
+## set mouse
+## set nowrap
+
+set minibar
+set minicolor white,green
+
+set scrollercolor white,green
+set titlecolor white,green
+set keycolor white,green
+set functioncolor white,green
+
+set linenumbers
+set numbercolor white,green
+
+set nohelp
+## set indicator
+
+set guidestripe 80
+set stripecolor red,normal
+## set zero
+
+bind ^P linenumbers all
\ No newline at end of file
diff --git a/system-any/.screenrc b/system-any/.screenrc
new file mode 100644
index 0000000..07cc64d
--- /dev/null
+++ b/system-any/.screenrc
@@ -0,0 +1,10 @@
+hardstatus alwayslastline
+caption always "%{= kR}[%{= kG}%c:%{= kG}%s%{= kR}] %{= kR}[%{= kG}${USER}%{= kR}@%{= kG}%H%{= kR}]%{= kG} %{= kR}[%{= kG}%n %t %h%{= kR}]%{= kG} %W"
+#shelltitle "$ |bash"
+
+termcapinfo xterm|xterms|xs|rxvt ti@:te@
+
+defscrollback 10000
+
+bindkey ^N screen
+bindkey ^T title
diff --git a/cmus/nuclear.theme b/system-any/cmus/nuclear.theme
similarity index 100%
rename from cmus/nuclear.theme
rename to system-any/cmus/nuclear.theme
diff --git a/kitty.zsh-theme b/system-any/kitty.zsh-theme
similarity index 97%
rename from kitty.zsh-theme
rename to system-any/kitty.zsh-theme
index 877ec25..07e1bd6 100644
--- a/kitty.zsh-theme
+++ b/system-any/kitty.zsh-theme
@@ -1,14 +1,14 @@
-if [ $UID -eq 0 ]; then NCOLOR="green"; else NCOLOR="white"; fi
-
-user='%{$fg[magenta]%}%B%n%b%{$reset_color%}'
-host='@$fg[magenta]%}%B%m%b%{$reset_color%}:%{$fg[magenta]%}%30<...<%~%<<%{$reset_color%}'
-PROMPT='['$user$host']%(!.#.$) '
-RPROMPT='$(git_prompt_info)'
-
-ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[gray]%}(%{$fg_no_bold[yellow]%}%B"
-ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[gray]%})%{$reset_color%} "
-ZSH_THEME_GIT_PROMPT_CLEAN=""
-ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}(x)"
-
-export LSCOLORS="Gxfxcxdxbxegedabagacad"
-export LS_COLORS="di=34:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=31;40"
+if [ $UID -eq 0 ]; then NCOLOR="green"; else NCOLOR="white"; fi
+
+user='%{$fg[magenta]%}%B%n%b%{$reset_color%}'
+host='@$fg[magenta]%}%B%m%b%{$reset_color%}:%{$fg[magenta]%}%30<...<%~%<<%{$reset_color%}'
+PROMPT='['$user$host']%(!.#.$) '
+RPROMPT='$(git_prompt_info)'
+
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[gray]%}(%{$fg_no_bold[yellow]%}%B"
+ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[gray]%})%{$reset_color%} "
+ZSH_THEME_GIT_PROMPT_CLEAN=""
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}(x)"
+
+export LSCOLORS="Gxfxcxdxbxegedabagacad"
+export LS_COLORS="di=34:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=31;40"
diff --git a/lynx/lynx.lss b/system-any/lynx/lynx.lss
similarity index 100%
rename from lynx/lynx.lss
rename to system-any/lynx/lynx.lss
diff --git a/nuclear.zsh-theme b/system-any/nuclear.zsh-theme
similarity index 100%
rename from nuclear.zsh-theme
rename to system-any/nuclear.zsh-theme
diff --git a/nucleargreen.xpi b/system-any/nucleargreen.xpi
similarity index 100%
rename from nucleargreen.xpi
rename to system-any/nucleargreen.xpi
diff --git a/stylesheets/awoopub.css b/system-any/stylesheets/awoopub.css
similarity index 100%
rename from stylesheets/awoopub.css
rename to system-any/stylesheets/awoopub.css
diff --git a/stylesheets/userChrome.css b/system-any/stylesheets/userChrome.css
similarity index 100%
rename from stylesheets/userChrome.css
rename to system-any/stylesheets/userChrome.css
diff --git a/vscode/vscode.jsonc b/system-any/vscode/vscode.jsonc
similarity index 75%
rename from vscode/vscode.jsonc
rename to system-any/vscode/vscode.jsonc
index 8a4881a..cc96d8e 100644
--- a/vscode/vscode.jsonc
+++ b/system-any/vscode/vscode.jsonc
@@ -1,64 +1,72 @@
-{
- "extensions.ignoreRecommendations": true,
- "telemetry.enableCrashReporter": false,
- "telemetry.enableTelemetry": false,
- "window.zoomLevel": 0,
- "liveshare.guestApprovalRequired": true,
- "markdown.preview.fontSize": 16,
- "editor.formatOnSave": false, // fuck this shit
- "window.title": "${dirty}${activeEditorShort}@vscode", // edgy, todo: remove [Unsupported] somehow
- // Zen mode stuff
- "zenMode.hideTabs": true,
- "zenMode.fullScreen": false,
- "zenMode.centerLayout": false,
- "zenMode.hideLineNumbers": false,
- "zenMode.hideActivityBar": true,
- "zenMode.hideStatusBar": true,
- "zenMode.silentNotifications": true,
- "zenMode.restore": true, // if quit in zen, open in zen
- "editor.renderIndentGuides": false, // the funny tab things piss me off
- "css.completion.completePropertyWithSemicolon": false, // would rather type out myself
- "html.autoClosingTags": false, // would rather type out myself
- "editor.renderWhitespace": "none", // remove funny space dots
- "editor.useTabStops": false, // OH BOY Fuck this
- "breadcrumbs.enabled": false, //directory listing, sometimes nice but i like it off
- "window.menuBarVisibility": "toggle", // isn't that what the alt key is for?
- "workbench.activityBar.visible": true,
- "editor.minimap.enabled": false, // never liked this go begin with
- "workbench.statusBar.visible": true, // sometimes nice, hidden in zen
- "workbench.iconTheme": null, // looks nicer without icons
- "workbench.colorCustomizations": {
- "activityBar.background": "#031d09", // css doesn't change this one thing for some reason
- "editor.background": "#031d09", // and this
- "scrollbarSlider.background": "#031d09", // these hide scroll bar into background
- "scrollbarSlider.activeBackground": "#031d09",
- "scrollbarSlider.hoverBackground": "#031d09",
- "editorGroup.emptyBackground": "#031d09",
- "editorGroup.border": "#031d09", // this line is about as thing as my patience
- "editorWidget.background": "#031d09", // hehe funny find
- "tab.activeBackground": "#031d09",
- "tab.inactiveBackground": "#031d09",
- "editorGroupHeader.tabsBackground": "#031d09",
- "editorGroupHeader.noTabsBackground": "#031d09",
- "breadcrumbPicker.background": "#031d09",
- "list.activeSelectionBackground": "#031d09",
- "list.hoverBackground": "#031d09",
- "settings.checkboxBackground": "#031d09",
- "settings.dropdownBackground": "#031d09",
- "settings.numberInputBackground": "#031d09",
- "settings.textInputBackground": "#031d09",
- "sideBar.background": "#031d09",
- "sideBarSectionHeader.background": "#031d09",
- "statusBar.background": "#031d09",
- "titleBar.activeBackground": "#031d09",
- "titleBar.inactiveBackground": "#031d09"
- },
- "files.associations": {
- "*.HC": "c"
- },
- "editor.fontFamily": "Unifont, Consolas, 'Courier New', monospace",
- "editor.fontSize": 16,
- "[html]": {
- "editor.formatOnSave": false
- }
+{
+ "extensions.ignoreRecommendations": true,
+ "telemetry.enableCrashReporter": false,
+ "telemetry.enableTelemetry": false,
+ "window.zoomLevel": 0,
+ "liveshare.guestApprovalRequired": true,
+ "markdown.preview.fontSize": 16,
+ "editor.formatOnSave": false, // fuck this shit
+ "window.title": "${dirty}${activeEditorShort}@vscode",
+ "zenMode.fullScreen": false,
+ "zenMode.centerLayout": false,
+ "zenMode.hideLineNumbers": false,
+ "zenMode.hideActivityBar": true,
+ "zenMode.hideStatusBar": true,
+ "zenMode.silentNotifications": true,
+ "zenMode.restore": true, // the funny tab things piss me off
+ "css.completion.completePropertyWithSemicolon": false, // would rather type out myself
+ "html.autoClosingTags": false, // would rather type out myself
+ "editor.renderWhitespace": "all",
+ "editor.useTabStops": false, // OH BOY Fuck this
+ "breadcrumbs.enabled": false, //directory listing, sometimes nice but i like it off
+ "window.menuBarVisibility": "toggle",
+ "editor.minimap.enabled": false, // never liked this go begin with
+ "workbench.statusBar.visible": true, // sometimes nice, hidden in zen
+ "workbench.iconTheme": null, // looks nicer without icons
+ "workbench.colorCustomizations": {
+ "activityBar.background": "#031d09", // css doesn't change this one thing for some reason
+ "editor.background": "#031d09", // and this
+ "scrollbarSlider.background": "#031d09", // these hide scroll bar into background
+ "scrollbarSlider.activeBackground": "#031d09",
+ "scrollbarSlider.hoverBackground": "#031d09",
+ "editorGroup.emptyBackground": "#031d09",
+ "editorGroup.border": "#031d09", // this line is about as thing as my patience
+ "editorWidget.background": "#031d09", // hehe funny find
+ "tab.activeBackground": "#031d09",
+ "tab.inactiveBackground": "#031d09",
+ "editorGroupHeader.tabsBackground": "#031d09",
+ "editorGroupHeader.noTabsBackground": "#031d09",
+ "breadcrumbPicker.background": "#031d09",
+ "list.activeSelectionBackground": "#031d09",
+ "list.hoverBackground": "#031d09",
+ "settings.checkboxBackground": "#031d09",
+ "settings.dropdownBackground": "#031d09",
+ "settings.numberInputBackground": "#031d09",
+ "settings.textInputBackground": "#031d09",
+ "sideBar.background": "#031d09",
+ "sideBarSectionHeader.background": "#031d09",
+ "statusBar.background": "#031d09",
+ "titleBar.activeBackground": "#031d09",
+ "titleBar.inactiveBackground": "#031d09"
+ },
+ "files.associations": {
+ "*.HC": "c",
+ "*.H": "c",
+ "*.HPP": "cpp",
+ "*mpy": "python",
+ "*.starfall": "lua"
+ },
+ // "editor.fontFamily": "Unifont, Consolas, 'Courier New', monospace",
+
+ "editor.fontFamily": "'Sarasa Mono J', Unifont, Consolas, 'Courier New', monospace", // unifont looks weird on high dpi displays
+ "editor.fontSize": 16,
+ "[html]": {
+ "editor.formatOnSave": false
+ },
+ "window.titleBarStyle": "native",
+ "zenMode.showTabs": "single",
+ "editor.guides.indentation": false,
+ "git.openRepositoryInParentFolders": "never",
+ "window.customTitleBarVisibility": "never",
+ "python.defaultInterpreterPath": "N:\\conda"
}
\ No newline at end of file
diff --git a/.bash_aliases b/system-specific/legacy/.bash_aliases
similarity index 100%
rename from .bash_aliases
rename to system-specific/legacy/.bash_aliases