TOC update and small changes
This commit is contained in:
+14
-5
@@ -114,7 +114,6 @@
|
|||||||
- [[#spell-checking][Spell-Checking]]
|
- [[#spell-checking][Spell-Checking]]
|
||||||
- [[#hyphenation-rules][Hyphenation Rules]]
|
- [[#hyphenation-rules][Hyphenation Rules]]
|
||||||
- [[#thesaurus][Thesaurus]]
|
- [[#thesaurus][Thesaurus]]
|
||||||
- [[#virtualbox][Virtualbox]]
|
|
||||||
- [[#utils][Utils]]
|
- [[#utils][Utils]]
|
||||||
- [[#ncdu][NCDU]]
|
- [[#ncdu][NCDU]]
|
||||||
- [[#nmap][NMAP]]
|
- [[#nmap][NMAP]]
|
||||||
@@ -122,6 +121,7 @@
|
|||||||
- [[#rsync][Rsync]]
|
- [[#rsync][Rsync]]
|
||||||
- [[#transmission][Transmission]]
|
- [[#transmission][Transmission]]
|
||||||
- [[#xarchiver][xarchiver]]
|
- [[#xarchiver][xarchiver]]
|
||||||
|
- [[#xclip][XClip]]
|
||||||
- [[#yt-dlp][yt-dlp]]
|
- [[#yt-dlp][yt-dlp]]
|
||||||
- [[#zip][zip]]
|
- [[#zip][zip]]
|
||||||
- [[#misc][Misc]]
|
- [[#misc][Misc]]
|
||||||
@@ -137,9 +137,11 @@
|
|||||||
- [[#scribus][Scribus]]
|
- [[#scribus][Scribus]]
|
||||||
- [[#shotwell-photo-manager][Shotwell Photo Manager]]
|
- [[#shotwell-photo-manager][Shotwell Photo Manager]]
|
||||||
- [[#vlc][VLC]]
|
- [[#vlc][VLC]]
|
||||||
- [[#xclip][xclip]]
|
- [[#xclip-1][xclip]]
|
||||||
- [[#drawio][drawio]]
|
- [[#drawio][drawio]]
|
||||||
- [[#spotify][Spotify]]
|
- [[#spotify][Spotify]]
|
||||||
|
- [[#virtualbox][Virtualbox]]
|
||||||
|
- [[#teamviewer][Teamviewer]]
|
||||||
- [[#manual-tasks-after-tangling][Manual Tasks after tangling]]
|
- [[#manual-tasks-after-tangling][Manual Tasks after tangling]]
|
||||||
- [[#other-todos][Other TODOs]]
|
- [[#other-todos][Other TODOs]]
|
||||||
- [[#dunst][dunst]]
|
- [[#dunst][dunst]]
|
||||||
@@ -3084,13 +3086,21 @@ blueman-applet &
|
|||||||
git
|
git
|
||||||
#+end_src
|
#+end_src
|
||||||
** Configuration
|
** Configuration
|
||||||
set user
|
*** Literate Header
|
||||||
|
#+begin_src conf :tangle ~/.gitconfig
|
||||||
|
# DO NOT EDIT THIS FILE DIRECTLY
|
||||||
|
# This is a file generated from a literate programing source file
|
||||||
|
# You should make any changes there and regenerate it from Emacs org-mode
|
||||||
|
# using org-babel-tangle (C-c C-v t)
|
||||||
|
|
||||||
|
#+end_src
|
||||||
|
*** User
|
||||||
#+begin_src conf :tangle ~/.gitconfig
|
#+begin_src conf :tangle ~/.gitconfig
|
||||||
[user]
|
[user]
|
||||||
name = paul-loedige
|
name = paul-loedige
|
||||||
email = 59517210+ploedige@users.noreply.github.com
|
email = 59517210+ploedige@users.noreply.github.com
|
||||||
#+end_src
|
#+end_src
|
||||||
set default branch to =main=
|
*** Default Branch
|
||||||
#+begin_src conf :tangle ~/.gitconfig
|
#+begin_src conf :tangle ~/.gitconfig
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
@@ -3431,7 +3441,6 @@ libmythes
|
|||||||
mythes-en
|
mythes-en
|
||||||
mythes-de
|
mythes-de
|
||||||
#+end_src
|
#+end_src
|
||||||
* TODO Virtualbox
|
|
||||||
* Utils
|
* Utils
|
||||||
** [[https://dev.yorhel.nl/ncdu][NCDU]]
|
** [[https://dev.yorhel.nl/ncdu][NCDU]]
|
||||||
#+begin_src shell :tangle pkg-list.txt
|
#+begin_src shell :tangle pkg-list.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user