Minor update (only alignment)
This commit is contained in:
parent
60946b747f
commit
250be01ab3
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user