Replace byobu with zellij
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -3,16 +3,103 @@
|
||||
;; 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-hugo-base-dir "~/Documents/hugo/")
|
||||
'(org-roam-capture-templates
|
||||
'(("d" "default" plain "%?" :target
|
||||
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}")
|
||||
:unnarrowed t)
|
||||
("p" "project" plain "* Project Description\n\n- Type: %^{Project Type}\n- Project Partner: %?\n\n* Tasks\n\n** TODO Add initial taks\n\n* Deadlines\n" :target
|
||||
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}")
|
||||
:unnarrowed t)
|
||||
("l" "lecture" plain "- Lecture: ${title}\\n\\n- Lecturer: %^{Docent}\\n- Research Group: %^{Research Group}\\n* Description\\n\\n " :target
|
||||
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}")
|
||||
:unnarrowed t nil nil))))
|
||||
'(("d" "default" plain "* Description
|
||||
%?
|
||||
|
||||
* Resources
|
||||
- " :target
|
||||
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}")
|
||||
:unnarrowed t)
|
||||
("r" "Code Implementation" plain "* Description
|
||||
%?
|
||||
|
||||
* Methods
|
||||
|
||||
** TODO <Name>
|
||||
|
||||
*** Description
|
||||
|
||||
*** Code
|
||||
|
||||
* Resources
|
||||
- " :target
|
||||
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}
|
||||
#+filetags: code")
|
||||
:unnarrowed t)
|
||||
("t" "Rust Traits" plain "* Description
|
||||
%?
|
||||
|
||||
* Notable Implementations/Subtraits
|
||||
|
||||
|
||||
|
||||
* Methods
|
||||
|
||||
** TODO <Name>
|
||||
|
||||
*** Description
|
||||
|
||||
*** Code
|
||||
|
||||
* Resources
|
||||
- " :target
|
||||
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}
|
||||
#+filetags: rust-trait")
|
||||
:unnarrowed t)
|
||||
("P" "project" plain "* Project Overview
|
||||
- Type: %^{Project Type}
|
||||
- Project Partners:
|
||||
- %?
|
||||
|
||||
* Project Description
|
||||
|
||||
* Tasks
|
||||
|
||||
** TODO Add initial taks
|
||||
|
||||
* Sprints
|
||||
|
||||
**
|
||||
" :target
|
||||
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}
|
||||
#+filetags: project")
|
||||
:unnarrowed t)
|
||||
("p" "paper" plain "* Authors
|
||||
- %?
|
||||
|
||||
* Index Terms
|
||||
-
|
||||
|
||||
* Short Summary
|
||||
" :target
|
||||
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}
|
||||
#+filetags: paper")
|
||||
:unnarrowed t)
|
||||
("l" "programming language" plain "* Description
|
||||
%?
|
||||
|
||||
* Programming Language Properties
|
||||
-
|
||||
|
||||
* Benefits
|
||||
-
|
||||
|
||||
* Examples
|
||||
** Hello World
|
||||
#+begin_src ${title}
|
||||
#+end_src
|
||||
" :target
|
||||
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}")
|
||||
:unnarrowed t)
|
||||
("L" "lecture" plain "- Lecture: ${title}
|
||||
- Lecturer: %^{Docent}
|
||||
- Research Group: %^{Research Group}
|
||||
* Description
|
||||
" :target
|
||||
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}")
|
||||
:unnarrowed t nil nil))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
;;biblio ; Writes a PhD for you (citation needed)
|
||||
debugger ; FIXME stepping through code, to help you add bugs
|
||||
;;direnv
|
||||
;;docker
|
||||
docker
|
||||
;;editorconfig ; let someone else argue about tabs vs spaces
|
||||
;;ein ; tame Jupyter notebooks with emacs
|
||||
(eval
|
||||
@@ -189,7 +189,7 @@
|
||||
;;swift ; who asked for emoji variables?
|
||||
;;terra ; Earth and Moon in alignment for performance.
|
||||
;;web ; the tubes
|
||||
;;yaml ; JSON, but readable
|
||||
yaml ; JSON, but readable
|
||||
;;zig ; C, but simpler
|
||||
|
||||
:email
|
||||
|
||||
Reference in New Issue
Block a user