Compare commits
1 Commits
main
...
1beac52c98
| Author | SHA1 | Date | |
|---|---|---|---|
| 1beac52c98 |
18
README.org
18
README.org
@@ -1,4 +1,20 @@
|
|||||||
#+title: Sydnix
|
#+title: Sydnix
|
||||||
#+author: Madeleine Sydney Ślaga
|
#+author: Madeleine Sydney Ślaga
|
||||||
|
|
||||||
these are my disgusting undocumented dotfiles. someday they'll be documented. maybe. }:)
|
Hello! These are my dotfiles for all my software and Nix machines. My TODO lists and READMEs tend to share a file, so I've moved it out of version-control. A link will be here soon enough.
|
||||||
|
|
||||||
|
* Overview
|
||||||
|
|
||||||
|
** Modules
|
||||||
|
|
||||||
|
Nix modules are Sydnix's primary mode of organisation. The modules in this repository are categorised by the scope of their applicability, be it user-specific, machine-specific, Sydnix-specific, or releasable. These sum of these categories resembles a hierarchy wherein modules become less generally-applicable as they build off one another. This all goes to say, in a very roundabout fashion, that we are using the [[https://www.nayuki.io/pe/designing-better-file-organization-around-tags-not-hierarchies][accursed]] hierarchical file-system as god intended:
|
||||||
|
|
||||||
|
#+begin_example
|
||||||
|
«TODO: Annotated diagram explaining the structore of modules/»
|
||||||
|
#+end_example
|
||||||
|
|
||||||
|
User modules may be configurations using a host-specific module, which itself may be a configuration of a Sydnix-specific module.
|
||||||
|
|
||||||
|
# Local Variables:
|
||||||
|
# jinx-local-words: "dotfiles"
|
||||||
|
# End:
|
||||||
|
|||||||
11
modules/home/users/msyds/emacs/bookmarks
Normal file
11
modules/home/users/msyds/emacs/bookmarks
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
;;;; Emacs Bookmark Format Version 1;;;; -*- coding: utf-8-emacs; mode: lisp-data -*-
|
||||||
|
;;; This format is meant to be slightly human-readable;
|
||||||
|
;;; nevertheless, you probably don't want to edit it.
|
||||||
|
;;; -*- End Of Bookmark File Format Version Stamp -*-
|
||||||
|
(("org-capture-last-stored"
|
||||||
|
(filename . "~/org/20260207174607-discontinuity_linguistics.org")
|
||||||
|
(front-context-string . "\nIn [[id:f140be8")
|
||||||
|
(rear-context-string . "y (linguistics)\n")
|
||||||
|
(position . 105)
|
||||||
|
(last-modified 27015 56580 955383 229000))
|
||||||
|
)
|
||||||
@@ -63,3 +63,46 @@
|
|||||||
syd/eshell
|
syd/eshell
|
||||||
syd/treesit
|
syd/treesit
|
||||||
syd/grammatical-framework))
|
syd/grammatical-framework))
|
||||||
|
(custom-set-variables
|
||||||
|
;; custom-set-variables was added by Custom.
|
||||||
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
;; Your init file should contain only one such instance.
|
||||||
|
;; If there is more than one, they won't work right.
|
||||||
|
'(org-latex-preview-mode-display-live t nil nil "Customized with use-package org-latex-preview")
|
||||||
|
'(org-latex-preview-mode-update-delay 0.25 nil nil "Customized with use-package org-latex-preview")
|
||||||
|
'(safe-local-variable-directories
|
||||||
|
'("/home/msyds/src/deertopia.net/"
|
||||||
|
"/home/msyds/src/net-deertopia/publisher/"
|
||||||
|
"/home/msyds/src/net-deertopia/"))
|
||||||
|
'(safe-local-variable-values '((jinx-languages . "en_GB en_US"))))
|
||||||
|
(custom-set-faces
|
||||||
|
;; custom-set-faces was added by Custom.
|
||||||
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
;; Your init file should contain only one such instance.
|
||||||
|
;; If there is more than one, they won't work right.
|
||||||
|
'(comint-highlight-prompt ((t :foreground "#C8C093" :background unspecified :weight bold)))
|
||||||
|
'(form-feed-st-line ((t :strike-through "#727169")))
|
||||||
|
'(org-block ((t (:inherit fixed-pitch :background "#1a1a22"))))
|
||||||
|
'(org-block-begin-line ((t (:foreground unspecified :inherit font-lock-comment-face :extend t :background "#16161D" :height 0.75))))
|
||||||
|
'(org-block-end-line ((t (:foreground unspecified :inherit font-lock-comment-face :extend t :background "#16161D" :height 0.75))))
|
||||||
|
'(org-checkbox ((t (:inherit fixed-pitch))))
|
||||||
|
'(org-code ((t (:inherit (shadow fixed-pitch)))))
|
||||||
|
'(org-document-info ((t (:weight bold :height 1.0))))
|
||||||
|
'(org-document-info-keyword ((t (:background unspecified :foreground unspecified :inherit (fixed-pitch font-lock-comment-face) :height 0.9))))
|
||||||
|
'(org-document-title ((t (:weight bold :height 1.6))))
|
||||||
|
'(org-drawer ((t (:foreground unspecified :inherit font-lock-comment-face :extend t :background "#16161D" :height 0.75))))
|
||||||
|
'(org-ellipsis ((t (:height 1.0))))
|
||||||
|
'(org-indent ((t (:inherit (org-hide syd-alt-fixed-pitch)))))
|
||||||
|
'(org-level-1 ((t (:weight bold :height 1.4 :foreground "#957FB8"))))
|
||||||
|
'(org-level-2 ((t (:weight bold :height 1.35 :foreground "#7E9CD8"))))
|
||||||
|
'(org-level-3 ((t (:weight bold :height 1.3 :foreground "#9CABCA"))))
|
||||||
|
'(org-level-4 ((t (:weight bold :height 1.25 :foreground "#A3D4D5"))))
|
||||||
|
'(org-level-5 ((t (:weight bold :height 1.2 :foreground "#7AA89F"))))
|
||||||
|
'(org-level-6 ((t (:weight bold :height 1.15 :foreground "#98BB6C"))))
|
||||||
|
'(org-level-7 ((t (:weight bold :height 1.1 :foreground "#938056"))))
|
||||||
|
'(org-level-8 ((t (:weight bold :height 1.05 :foreground "#C0A36E"))))
|
||||||
|
'(org-meta-line ((t (:background unspecified :foreground unspecified :inherit (fixed-pitch font-lock-comment-face) :height 0.9))))
|
||||||
|
'(org-property-value ((t (:inherit fixed-pitch))))
|
||||||
|
'(org-quote ((t (:inherit (variable-pitch org-block)))))
|
||||||
|
'(org-special-keyword ((t (:inherit (font-lock-comment-face fixed-pitch)))))
|
||||||
|
'(org-table ((t (:inherit fixed-pitch)))))
|
||||||
|
|||||||
1
modules/home/users/msyds/emacs/transient/history.el
Normal file
1
modules/home/users/msyds/emacs/transient/history.el
Normal file
@@ -0,0 +1 @@
|
|||||||
|
nil
|
||||||
@@ -44,7 +44,6 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
user = "git";
|
user = "git";
|
||||||
group = "git";
|
group = "git";
|
||||||
appName = "GupHub"; # Name per my darling Colestar ♥
|
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
ROOT_URL = "https://git.deertopia.net/";
|
ROOT_URL = "https://git.deertopia.net/";
|
||||||
|
|||||||
Reference in New Issue
Block a user