Minor update (only alignment)
This commit is contained in:
parent
60946b747f
commit
250be01ab3
@ -1,10 +1,10 @@
|
|||||||
#+TITLE: Bash Configuration
|
#+TITLE: Bash Configuration
|
||||||
|
|
||||||
* Bashrc
|
* Bashrc
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args:bash: :tangle ~/.bashrc
|
:header-args:bash: :tangle ~/.bashrc
|
||||||
:header-args:bash+: :comments both :mkdirp yes
|
:header-args:bash+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
** TODO What does that do?
|
** TODO What does that do?
|
||||||
#+BEGIN_SRC bash
|
#+BEGIN_SRC bash
|
||||||
@ -352,10 +352,10 @@ Force prompt to write history after every command. http://superuser.com/question
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Bash Profile
|
* Bash Profile
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args:bash: :tangle ~/.bash_profile
|
:header-args:bash: :tangle ~/.bash_profile
|
||||||
:header-args:bash+: :comments both :mkdirp yes
|
:header-args:bash+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC bash
|
#+BEGIN_SRC bash
|
||||||
[[ -f ~/.profile ]] && . ~/.profile
|
[[ -f ~/.profile ]] && . ~/.profile
|
||||||
@ -363,10 +363,10 @@ Force prompt to write history after every command. http://superuser.com/question
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Profile
|
* Profile
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args:conf: :tangle ~/.profile
|
:header-args:conf: :tangle ~/.profile
|
||||||
:header-args:conf+: :comments both :mkdirp yes
|
:header-args:conf+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
** QT And GTK Themes
|
** QT And GTK Themes
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#+TITLE:Calendar Configuration
|
#+TITLE:Calendar Configuration
|
||||||
|
|
||||||
* Vdirsyncer
|
* Vdirsyncer
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/vdirsyncer/config
|
:header-args: :tangle ~/.config/vdirsyncer/config
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[general]
|
[general]
|
||||||
@ -47,10 +47,10 @@
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Khal
|
* Khal
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/khal/config
|
:header-arg s: :tangle ~/.config/khal/config
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[calendars]
|
[calendars]
|
||||||
|
@ -14,11 +14,11 @@
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* TODO [#A] LockScreen
|
* TODO [#A] LockScreen
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/scripts/lockscreen.sh
|
:header-args: :tangle ~/scripts/lockscreen.sh
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:header-args+: :shebang "#!/usr/bin/env bash"
|
:header-args+: :shebang "#!/usr/bin/env bash"
|
||||||
:END:
|
:END:
|
||||||
- [ ] Does not work well with multiple screen
|
- [ ] Does not work well with multiple screen
|
||||||
|
|
||||||
First, turn off dunst
|
First, turn off dunst
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
* Pass Git
|
* Pass Git
|
||||||
** Service
|
** Service
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/passgit.service
|
:header-args: :tangle ~/.config/systemd/user/passgit.service
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[Unit]
|
[Unit]
|
||||||
@ -19,10 +19,10 @@
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Timer
|
** Timer
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/passgit.timer
|
:header-args: :tangle ~/.config/systemd/user/passgit.timer
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[Unit]
|
[Unit]
|
||||||
@ -42,11 +42,11 @@
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Script
|
** Script
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/scripts/pass_git_sync.sh
|
:header-args: :tangle ~/scripts/pass_git_sync.sh
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:header-args+: :shebang "#!/usr/bin/env bash"
|
:header-args+: :shebang "#!/usr/bin/env bash"
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
pass git pull --rebase && pass git push
|
pass git pull --rebase && pass git push
|
||||||
@ -54,10 +54,10 @@
|
|||||||
|
|
||||||
* Buku Git
|
* Buku Git
|
||||||
** Service
|
** Service
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/bukugit.service
|
:header-args: :tangle ~/.config/systemd/user/bukugit.service
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[Unit]
|
[Unit]
|
||||||
@ -71,10 +71,10 @@
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Timer
|
** Timer
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/bukugit.timer
|
:header-args: :tangle ~/.config/systemd/user/bukugit.timer
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[Unit]
|
[Unit]
|
||||||
@ -94,11 +94,11 @@
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Script
|
** Script
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/scripts/buku_git_push.sh
|
:header-args: :tangle ~/scripts/buku_git_push.sh
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:header-args+: :shebang "#!/usr/bin/env bash"
|
:header-args+: :shebang "#!/usr/bin/env bash"
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
cd ~/.local/share/buku/
|
cd ~/.local/share/buku/
|
||||||
@ -114,10 +114,10 @@
|
|||||||
|
|
||||||
* Check mail
|
* Check mail
|
||||||
** Service
|
** Service
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/checkmail.service
|
:header-args: :tangle ~/.config/systemd/user/checkmail.service
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[Unit]
|
[Unit]
|
||||||
@ -131,10 +131,10 @@
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Timer
|
** Timer
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/checkmail.timer
|
:header-args: :tangle ~/.config/systemd/user/checkmail.timer
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[Unit]
|
[Unit]
|
||||||
@ -157,11 +157,11 @@
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Script
|
** Script
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/scripts/checkmail.sh
|
:header-args: :tangle ~/scripts/checkmail.sh
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:header-args+: :shebang "#!/usr/bin/env bash"
|
:header-args+: :shebang "#!/usr/bin/env bash"
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
while [ -n "$1" ]; do # while loop starts
|
while [ -n "$1" ]; do # while loop starts
|
||||||
@ -220,10 +220,10 @@
|
|||||||
|
|
||||||
* Sync mail
|
* Sync mail
|
||||||
** Service
|
** Service
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/syncmail.service
|
:header-args: :tangle ~/.config/systemd/user/syncmail.service
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[Unit]
|
[Unit]
|
||||||
@ -237,10 +237,10 @@
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Timer
|
** Timer
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/syncmail.timer
|
:header-args: :tangle ~/.config/systemd/user/syncmail.timer
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[Unit]
|
[Unit]
|
||||||
@ -264,10 +264,10 @@
|
|||||||
|
|
||||||
* Emacs
|
* Emacs
|
||||||
** Service
|
** Service
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/emacs.service
|
:header-args: :tangle ~/.config/systemd/user/emacs.service
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[Unit]
|
[Unit]
|
||||||
@ -287,10 +287,11 @@
|
|||||||
|
|
||||||
* Vdirsyncer
|
* Vdirsyncer
|
||||||
** Service
|
** Service
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/vdirsyncer.service
|
:header-args: :tangle ~/.config/systemd/user/vdirsyncer.service
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Synchronize calendars and contacts
|
Description=Synchronize calendars and contacts
|
||||||
@ -304,10 +305,11 @@
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Timer
|
** Timer
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/vdirsyncer.timer
|
:header-args: :tangle ~/.config/systemd/user/vdirsyncer.timer
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Synchronize vdirs
|
Description=Synchronize vdirs
|
||||||
@ -323,10 +325,10 @@
|
|||||||
|
|
||||||
* Weechat
|
* Weechat
|
||||||
** Service
|
** Service
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/weechat.service
|
:header-args: :tangle ~/.config/systemd/user/weechat.service
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=A WeeChat client and relay service using Tmux
|
Description=A WeeChat client and relay service using Tmux
|
||||||
@ -367,10 +369,10 @@
|
|||||||
|
|
||||||
* Powertop
|
* Powertop
|
||||||
** Service
|
** Service
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/powertop.service
|
:header-args: :tangle ~/.config/systemd/user/powertop.service
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Powertop tunings
|
Description=Powertop tunings
|
||||||
@ -384,10 +386,11 @@
|
|||||||
#+end_src
|
#+end_src
|
||||||
* NCMPCPP
|
* NCMPCPP
|
||||||
** Service
|
** Service
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/ncmpcpp.service
|
:header-args: :tangle ~/.config/systemd/user/ncmpcpp.service
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Ncmpcpp - Music Player
|
Description=Ncmpcpp - Music Player
|
||||||
@ -405,10 +408,11 @@
|
|||||||
|
|
||||||
* Newsboat
|
* Newsboat
|
||||||
** Service - tmux
|
** Service - tmux
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/systemd/user/newsboat.service
|
:header-args: :tangle ~/.config/systemd/user/newsboat.service
|
||||||
:header-args+: :comments both :mkdirp yes
|
:header-args+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Newsboat - RSS reader
|
Description=Newsboat - RSS reader
|
||||||
|
@ -765,6 +765,7 @@ kdeconnect
|
|||||||
** Weechat
|
** Weechat
|
||||||
https://weechat.org/files/doc/stable/weechat_user.en.html
|
https://weechat.org/files/doc/stable/weechat_user.en.html
|
||||||
https://wiki.archlinux.org/index.php/WeeChat
|
https://wiki.archlinux.org/index.php/WeeChat
|
||||||
|
https://gist.github.com/pascalpoitras/8406501
|
||||||
|
|
||||||
*** Installation
|
*** Installation
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
|
Loading…
Reference in New Issue
Block a user