From 250be01ab39e9f76fe6b491da80687fdb55bd46e Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Mon, 16 Dec 2019 08:53:36 +0100 Subject: [PATCH] Minor update (only alignment) --- dotfiles/bash.org | 24 +++---- dotfiles/calendar.org | 16 ++--- dotfiles/scripts.org | 10 +-- dotfiles/systemd.org | 154 ++++++++++++++++++++++-------------------- readme.org | 1 + 5 files changed, 105 insertions(+), 100 deletions(-) diff --git a/dotfiles/bash.org b/dotfiles/bash.org index b5ad2de..265917b 100644 --- a/dotfiles/bash.org +++ b/dotfiles/bash.org @@ -1,10 +1,10 @@ #+TITLE: Bash Configuration * Bashrc - :PROPERTIES: - :header-args:bash: :tangle ~/.bashrc - :header-args:bash+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args:bash: :tangle ~/.bashrc +:header-args:bash+: :comments both :mkdirp yes +:END: ** TODO What does that do? #+BEGIN_SRC bash @@ -352,10 +352,10 @@ Force prompt to write history after every command. http://superuser.com/question #+END_SRC * Bash Profile - :PROPERTIES: - :header-args:bash: :tangle ~/.bash_profile - :header-args:bash+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args:bash: :tangle ~/.bash_profile +:header-args:bash+: :comments both :mkdirp yes +:END: #+BEGIN_SRC bash [[ -f ~/.profile ]] && . ~/.profile @@ -363,10 +363,10 @@ Force prompt to write history after every command. http://superuser.com/question #+END_SRC * Profile - :PROPERTIES: - :header-args:conf: :tangle ~/.profile - :header-args:conf+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args:conf: :tangle ~/.profile +:header-args:conf+: :comments both :mkdirp yes +:END: ** QT And GTK Themes #+BEGIN_SRC conf diff --git a/dotfiles/calendar.org b/dotfiles/calendar.org index 0e797ba..b7c6ee8 100644 --- a/dotfiles/calendar.org +++ b/dotfiles/calendar.org @@ -1,10 +1,10 @@ #+TITLE:Calendar Configuration * Vdirsyncer - :PROPERTIES: - :header-args: :tangle ~/.config/vdirsyncer/config - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/vdirsyncer/config +:header-args+: :comments both :mkdirp yes +:END: #+BEGIN_SRC conf [general] @@ -47,10 +47,10 @@ #+END_SRC * Khal - :PROPERTIES: - :header-args: :tangle ~/.config/khal/config - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-arg s: :tangle ~/.config/khal/config +:header-args+: :comments both :mkdirp yes +:END: #+BEGIN_SRC conf [calendars] diff --git a/dotfiles/scripts.org b/dotfiles/scripts.org index d0155aa..c5b0fe1 100644 --- a/dotfiles/scripts.org +++ b/dotfiles/scripts.org @@ -14,11 +14,11 @@ #+end_src * TODO [#A] LockScreen - :PROPERTIES: - :header-args: :tangle ~/scripts/lockscreen.sh - :header-args+: :comments both :mkdirp yes - :header-args+: :shebang "#!/usr/bin/env bash" - :END: +:PROPERTIES: +:header-args: :tangle ~/scripts/lockscreen.sh +:header-args+: :comments both :mkdirp yes +:header-args+: :shebang "#!/usr/bin/env bash" +:END: - [ ] Does not work well with multiple screen First, turn off dunst diff --git a/dotfiles/systemd.org b/dotfiles/systemd.org index ed72507..33dd23e 100644 --- a/dotfiles/systemd.org +++ b/dotfiles/systemd.org @@ -2,10 +2,10 @@ * Pass Git ** Service - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/passgit.service - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/passgit.service +:header-args+: :comments both :mkdirp yes +:END: #+BEGIN_SRC conf [Unit] @@ -19,10 +19,10 @@ #+END_SRC ** Timer - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/passgit.timer - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/passgit.timer +:header-args+: :comments both :mkdirp yes +:END: #+BEGIN_SRC conf [Unit] @@ -42,11 +42,11 @@ #+END_SRC ** Script - :PROPERTIES: - :header-args: :tangle ~/scripts/pass_git_sync.sh - :header-args+: :comments both :mkdirp yes - :header-args+: :shebang "#!/usr/bin/env bash" - :END: +:PROPERTIES: +:header-args: :tangle ~/scripts/pass_git_sync.sh +:header-args+: :comments both :mkdirp yes +:header-args+: :shebang "#!/usr/bin/env bash" +:END: #+begin_src bash pass git pull --rebase && pass git push @@ -54,10 +54,10 @@ * Buku Git ** Service - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/bukugit.service - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/bukugit.service +:header-args+: :comments both :mkdirp yes +:END: #+BEGIN_SRC conf [Unit] @@ -71,10 +71,10 @@ #+END_SRC ** Timer - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/bukugit.timer - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/bukugit.timer +:header-args+: :comments both :mkdirp yes +:END: #+BEGIN_SRC conf [Unit] @@ -94,11 +94,11 @@ #+END_SRC ** Script - :PROPERTIES: - :header-args: :tangle ~/scripts/buku_git_push.sh - :header-args+: :comments both :mkdirp yes - :header-args+: :shebang "#!/usr/bin/env bash" - :END: +:PROPERTIES: +:header-args: :tangle ~/scripts/buku_git_push.sh +:header-args+: :comments both :mkdirp yes +:header-args+: :shebang "#!/usr/bin/env bash" +:END: #+begin_src bash cd ~/.local/share/buku/ @@ -114,10 +114,10 @@ * Check mail ** Service - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/checkmail.service - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/checkmail.service +:header-args+: :comments both :mkdirp yes +:END: #+BEGIN_SRC conf [Unit] @@ -131,10 +131,10 @@ #+END_SRC ** Timer - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/checkmail.timer - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/checkmail.timer +:header-args+: :comments both :mkdirp yes +:END: #+BEGIN_SRC conf [Unit] @@ -157,11 +157,11 @@ #+END_SRC ** Script - :PROPERTIES: - :header-args: :tangle ~/scripts/checkmail.sh - :header-args+: :comments both :mkdirp yes - :header-args+: :shebang "#!/usr/bin/env bash" - :END: +:PROPERTIES: +:header-args: :tangle ~/scripts/checkmail.sh +:header-args+: :comments both :mkdirp yes +:header-args+: :shebang "#!/usr/bin/env bash" +:END: #+begin_src bash while [ -n "$1" ]; do # while loop starts @@ -220,10 +220,10 @@ * Sync mail ** Service - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/syncmail.service - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/syncmail.service +:header-args+: :comments both :mkdirp yes +:END: #+BEGIN_SRC conf [Unit] @@ -237,10 +237,10 @@ #+END_SRC ** Timer - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/syncmail.timer - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/syncmail.timer +:header-args+: :comments both :mkdirp yes +:END: #+BEGIN_SRC conf [Unit] @@ -264,10 +264,10 @@ * Emacs ** Service - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/emacs.service - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/emacs.service +:header-args+: :comments both :mkdirp yes +:END: #+BEGIN_SRC conf [Unit] @@ -287,10 +287,11 @@ * Vdirsyncer ** Service - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/vdirsyncer.service - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/vdirsyncer.service +:header-args+: :comments both :mkdirp yes +:END: + #+begin_src conf [Unit] Description=Synchronize calendars and contacts @@ -304,10 +305,11 @@ #+end_src ** Timer - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/vdirsyncer.timer - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/vdirsyncer.timer +:header-args+: :comments both :mkdirp yes +:END: + #+begin_src conf [Unit] Description=Synchronize vdirs @@ -323,10 +325,10 @@ * Weechat ** Service - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/weechat.service - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/weechat.service +:header-args+: :comments both :mkdirp yes +:END: #+begin_src conf [Unit] Description=A WeeChat client and relay service using Tmux @@ -367,10 +369,10 @@ * Powertop ** Service - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/powertop.service - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/powertop.service +:header-args+: :comments both :mkdirp yes +:END: #+begin_src conf [Unit] Description=Powertop tunings @@ -384,10 +386,11 @@ #+end_src * NCMPCPP ** Service - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/ncmpcpp.service - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/ncmpcpp.service +:header-args+: :comments both :mkdirp yes +:END: + #+begin_src conf [Unit] Description=Ncmpcpp - Music Player @@ -405,10 +408,11 @@ * Newsboat ** Service - tmux - :PROPERTIES: - :header-args: :tangle ~/.config/systemd/user/newsboat.service - :header-args+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args: :tangle ~/.config/systemd/user/newsboat.service +:header-args+: :comments both :mkdirp yes +:END: + #+begin_src conf [Unit] Description=Newsboat - RSS reader diff --git a/readme.org b/readme.org index 6ce644e..28aeb3c 100644 --- a/readme.org +++ b/readme.org @@ -765,6 +765,7 @@ kdeconnect ** Weechat https://weechat.org/files/doc/stable/weechat_user.en.html https://wiki.archlinux.org/index.php/WeeChat +https://gist.github.com/pascalpoitras/8406501 *** Installation #+begin_src bash