diff --git a/docs/music.html b/docs/music.html
index cb0583b..fb25c72 100644
--- a/docs/music.html
+++ b/docs/music.html
@@ -4,7 +4,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
+
[spotify]
username = dehaeze.thomas@gmail.com
-password = ***REMOVED***
+password = <<get-password(passname="spotify.com/dehaeze.thomas@gmail.com")>>
client_id = 3b740ab1-f26f-4c38-aee0-4dcb9e58b375
client_secret = ***REMOVED***
bitrate = 320
@@ -1426,7 +1426,7 @@ import:
Author: Dehaeze Thomas
-
Created: 2020-01-11 sam. 22:19
+
Created: 2020-01-11 sam. 23:20
diff --git a/dotfiles/index.org b/dotfiles/index.org
index e155e0e..3e94eb3 100644
--- a/dotfiles/index.org
+++ b/dotfiles/index.org
@@ -17,6 +17,49 @@
#+HTML_HEAD:
:END:
+- [[config.org][Other Config]]
+- [[git.org][Git]]
+- [[gtk.org][GTK]]
+
+- [[calendar.org][Calendar]]
+- [[contacts.org][Contacts]]
+- [[mail.org][Mail]]
+- [[newsboat.org][Newsboat]]
+- [[bookmarks.org][Bookmarks]]
+- [[qutebrowser.org][Qutebrowser]]
+
+- [[zathura.org][Zathura]]
+
+- [[pcmanfm.org][Pcmanfm]]
+- [[ranger.org][Ranger]]
+
+- [[applications.org][Desktop Applications]]
+- [[binaries.org][Binaries]]
+- [[scripts.org][Scripts]]
+
+- [[rofi.org][Rofi]]
+- [[compositor.org][Compositor]]
+- [[systemd.org][systemd]]
+- [[xconfig.org][X configuration]]
+- [[notifications.org][Notifications]]
+- [[polybar.org][Polybar]]
+- [[sxhkd.org][SXHKD]]
+- [[bspwm.org][BSPWM]]
+- [[i3.org][I3]]
+
+- [[image.org][Image]]
+- [[music.org][Music]]
+- [[video.org][Video]]
+
+- [[bash.org][Bash]]
+- [[zsh.org][ZSH]]
+- [[termite.org][Termite]]
+- [[tmux.org][TMUX]]
+
+- [[vim.org][vim]]
+- [[spacemacs.org][spacemacs]]
+- [[doom/config.org][Doom Emacs]]
+
* Ressources
** Dotfiles
- https://github.com/LukeSmithxyz/voidrice
@@ -35,23 +78,6 @@
- https://ambrevar.xyz/power-apps/
- https://enchiridion.red/2019/1/18/desktop-apps/
-** Macbook Pro
-- https://medium.com/@philpl/arch-linux-running-on-my-macbook-2ea525ebefe3
-- https://lobotuerto.com/blog/how-to-setup-manjaro-linux-i3-on-a-macbook-pro/
-- https://mchladek.me/post/arch-mbp/
-- https://0xadada.pub/2016/03/05/install-encrypted-arch-linux-on-apple-macbook-pro/
-- https://loicpefferkorn.net/2015/01/arch-linux-sur-macbook-pro-retina-2014-avec-dm-crypt-lvm-et-hibernation/
-
-** Ricing
-- https://www.reddit.com/r/unixporn/comments/8monwi/i3gapspolybar_my_first_attempt_at_ricing/
-
-** Others
-- Font Art: http://www.patorjk.com/software/taag/#p=display&f=ANSI%20Shadow&t=config
-- https://www.youtube.com/channel/UC2eYFnH61tmytImy1mTYvhA
-
-** TODO to read
-http://www.howardism.org/Technical/Emacs/literate-devops.html
-
* Package Manager: yay
https://github.com/Jguer/yay
diff --git a/dotfiles/music.org b/dotfiles/music.org
index e89e180..f8688fb 100644
--- a/dotfiles/music.org
+++ b/dotfiles/music.org
@@ -39,10 +39,10 @@ https://rybczak.net/ncmpcpp/
Cheatsheet: https://pkgbuild.com/~jelle/ncmpcpp/
** Config
- :PROPERTIES:
- :header-args:conf: :tangle ~/.config/ncmpcpp/config
- :header-args:conf+: :comments both :mkdirp yes
- :END:
+:PROPERTIES:
+:header-args:conf: :tangle ~/.config/ncmpcpp/config
+:header-args:conf+: :comments both :mkdirp yes
+:END:
#+BEGIN_SRC conf
##############################################################################
@@ -593,10 +593,10 @@ Cheatsheet: https://pkgbuild.com/~jelle/ncmpcpp/
#+END_SRC
** Bindings
- :PROPERTIES:
- :header-args:conf: :tangle ~/.config/ncmpcpp/bindings
- :header-args:conf+: :comments none :mkdirp yes
- :END:
+:PROPERTIES:
+:header-args:conf: :tangle ~/.config/ncmpcpp/bindings
+:header-args:conf+: :comments none :mkdirp yes
+:END:
#+begin_src conf
def_key "g"
@@ -635,10 +635,10 @@ Cheatsheet: https://pkgbuild.com/~jelle/ncmpcpp/
#+end_src
* MPD
- :PROPERTIES:
- :header-args:conf: :tangle ~/.config/mpd/mpd.conf
- :header-args:conf+: :comments both :mkdirp yes
- :END:
+:PROPERTIES:
+:header-args:conf: :tangle ~/.config/mpd/mpd.conf
+:header-args:conf+: :comments both :mkdirp yes
+:END:
https://www.musicpd.org/
** Files and directories
@@ -1023,10 +1023,10 @@ audio_output {
#+END_SRC
* Beets
- :PROPERTIES:
- :header-args:conf: :tangle ~/.config/beets/config.yaml
- :header-args:conf+: :comments both :mkdirp yes
- :END:
+:PROPERTIES:
+:header-args:conf: :tangle ~/.config/beets/config.yaml
+:header-args:conf+: :comments both :mkdirp yes
+:END:
http://beets.io/
#+BEGIN_SRC conf
@@ -1037,14 +1037,14 @@ http://beets.io/
move: yes
#+END_SRC
* Mopidy
- :PROPERTIES:
- :header-args:conf: :tangle ~/.config/mopidy/mopidy.conf
- :header-args:conf+: :comments none :mkdirp yes
- :END:
+:PROPERTIES:
+:header-args:conf: :tangle ~/.config/mopidy/mopidy.conf
+:header-args:conf+: :comments none :mkdirp yes :noweb no-export
+:END:
#+BEGIN_SRC conf
[spotify]
username = dehaeze.thomas@gmail.com
- password = ***REMOVED***
+ password = <