Compare commits

...

2 commits

Author SHA1 Message Date
Geir Okkenhaug Jerstad ab93034d6d started litterate config in org-mode 2025-01-26 09:40:47 +01:00
Geir Okkenhaug Jerstad 406d709e45 started litterate config in org-mode 2025-01-26 09:40:19 +01:00
5 changed files with 88 additions and 0 deletions

0
dotfiles/devenv/.envrc Normal file
View file

View file

0
dotfiles/devenv/guix.scm Normal file
View file

57
litterate.org Normal file
View file

@ -0,0 +1,57 @@
#+AUTHOR: Geir O. Jerstad
#+EMAIL: geir@geokkjer.eu
#+PROPERTY: header-args:emacs-lisp :tangle yes :comments link
The litterate config
* Emacs
** init
#+begin_src emacs-lisp
#+end_src
** Look & Feel
** Coding
**
* Guix
** System
** Home
** Machines
* Nixos
** Application Server
#+begin_src nix
#+end_src
** File Server
#+begin_src nix
#+end_src
* Sway - Desktop
** Sway
** Waybar
** Gammastep
** Fuzzel
* Shell
** zsh
#+begin_src shell
#+end_src
** bash
#+begin_src shell
#+end_src
* sd
# Local Variables:
# eval: (add-hook 'after-save-hook #'org-babel-tangle t t)
# End:

31
litterate.org~ Normal file
View file

@ -0,0 +1,31 @@
#+AUTHOR: Geir O. Jerstad
#+EMAIL: geir@geokkjer.eu
#+PROPERTY: header-args:emacs-lisp :tangle yes :comments link
The litterate config
* Emacs
** init
** Look & Feel
** Coding
**
* Guix
** System
** Home
* Nixos
** Application Server
#+begin_src nix
#+end_src
** File Server
#+begin_src nix
#+end_src
* Sway - Desktop
* Shell
** zsh
** bash
# Local Variables:
# eval: (add-hook 'after-save-hook #'org-babel-tangle t t)
# End: