2020-11-03 16:34:09 +01:00
|
|
|
#+TITLE: Personal Dotfiles written in a literate way
|
|
|
|
|
|
|
|
Main config file is accessible [[file:dotfiles/index.org][here]].
|
|
|
|
|
2020-11-03 16:36:42 +01:00
|
|
|
#+begin_src bash :results output drawer replace
|
2020-11-03 16:34:09 +01:00
|
|
|
uname -a
|
|
|
|
#+end_src
|
|
|
|
|
|
|
|
#+RESULTS:
|
2020-11-03 16:36:42 +01:00
|
|
|
:results:
|
|
|
|
Linux thomas-pc 5.7.19-2-MANJARO #1 SMP PREEMPT Fri Aug 28 20:22:12 UTC 2020 x86_64 GNU/Linux
|
|
|
|
:end:
|