diff --git a/esrf.org b/esrf.org deleted file mode 100644 index 84a97c0..0000000 --- a/esrf.org +++ /dev/null @@ -1,5 +0,0 @@ -#+TITLE: ESRF Configuration - -* Windows - -* Linux diff --git a/matlab.org b/matlab.org index 6b9a4e1..88e0020 100644 --- a/matlab.org +++ b/matlab.org @@ -90,7 +90,7 @@ format long g; ** Home Path #+begin_src matlab -toolboxes_path = '~/Cloud/thesis/matlab/toolboxes/'; +toolboxes_path = '~/Cloud/programming/matlab/'; #+end_src ** Add to path @@ -168,5 +168,5 @@ This script should be run once after Matlab is installed. Import a nice color scheme. #+begin_src matlab -schemer_import('~/Cloud/thesis/matlab/toolboxes/Add-Ons/matlab-schemer/schemes/monokai.prf'); +schemer_import('~/Cloud/programming/matlab/matlab-schemer/schemes/monokai.prf'); #+end_src diff --git a/ranger.org b/ranger.org index 41f74c1..4f386fd 100644 --- a/ranger.org +++ b/ranger.org @@ -384,14 +384,15 @@ map cd console cd%space *** Go to special folders #+BEGIN_SRC conf map gh cd ~/ -map gb cd ~/Cloud/brain -map gm cd ~/Cloud/thesis +map gw cd ~/Cloud/work-projects map gp cd ~/Pictures map gP cd ~/Cloud/pictures/phone map gT cd ~/.local/share/Trash/files map gd cd ~/Downloads +map gD cd ~/Cloud/documents map gc cd ~/Cloud map gV cd ~/.config/literate-dotfiles +map gm cd ~/Cloud/meetings #+END_SRC *** Get size of folders diff --git a/systemd.org b/systemd.org index e11d5a8..e18b1c9 100644 --- a/systemd.org +++ b/systemd.org @@ -52,7 +52,7 @@ WantedBy=default.target :END: #+begin_src bash -cd ~/Cloud/brain-website/ +cd ~/Cloud/programming/brain-website/ if [[ ! -z $(git status -s content/) ]] then @@ -62,6 +62,7 @@ then exit fi #+end_src + * =checkmail= - Check new mails ** Service :PROPERTIES: diff --git a/video.org b/video.org index edf7c9f..6cf3809 100644 --- a/video.org +++ b/video.org @@ -29,7 +29,7 @@ alang=en,fr # Do not close mpv at the end of video keep-open=yes -script-opts=ytdl_hook-ytdl_path=/usr/bin/yt-dlp +script-opts=ytdl_hook-ytdl_path=/home/thomas/miniconda3/bin/yt-dlp #+end_src * =input.conf= - MPV Key Bindings