Change some path
This commit is contained in:
parent
dc1f55182d
commit
c3dbbc4f1f
@ -90,7 +90,7 @@ format long g;
|
|||||||
|
|
||||||
** Home Path
|
** Home Path
|
||||||
#+begin_src matlab
|
#+begin_src matlab
|
||||||
toolboxes_path = '~/Cloud/thesis/matlab/toolboxes/';
|
toolboxes_path = '~/Cloud/programming/matlab/';
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Add to path
|
** Add to path
|
||||||
@ -168,5 +168,5 @@ This script should be run once after Matlab is installed.
|
|||||||
|
|
||||||
Import a nice color scheme.
|
Import a nice color scheme.
|
||||||
#+begin_src matlab
|
#+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
|
#+end_src
|
||||||
|
@ -384,14 +384,15 @@ map cd console cd%space
|
|||||||
*** Go to special folders
|
*** Go to special folders
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
map gh cd ~/
|
map gh cd ~/
|
||||||
map gb cd ~/Cloud/brain
|
map gw cd ~/Cloud/work-projects
|
||||||
map gm cd ~/Cloud/thesis
|
|
||||||
map gp cd ~/Pictures
|
map gp cd ~/Pictures
|
||||||
map gP cd ~/Cloud/pictures/phone
|
map gP cd ~/Cloud/pictures/phone
|
||||||
map gT cd ~/.local/share/Trash/files
|
map gT cd ~/.local/share/Trash/files
|
||||||
map gd cd ~/Downloads
|
map gd cd ~/Downloads
|
||||||
|
map gD cd ~/Cloud/documents
|
||||||
map gc cd ~/Cloud
|
map gc cd ~/Cloud
|
||||||
map gV cd ~/.config/literate-dotfiles
|
map gV cd ~/.config/literate-dotfiles
|
||||||
|
map gm cd ~/Cloud/meetings
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Get size of folders
|
*** Get size of folders
|
||||||
|
@ -52,7 +52,7 @@ WantedBy=default.target
|
|||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
cd ~/Cloud/brain-website/
|
cd ~/Cloud/programming/brain-website/
|
||||||
|
|
||||||
if [[ ! -z $(git status -s content/) ]]
|
if [[ ! -z $(git status -s content/) ]]
|
||||||
then
|
then
|
||||||
@ -62,6 +62,7 @@ then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* =checkmail= - Check new mails
|
* =checkmail= - Check new mails
|
||||||
** Service
|
** Service
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
@ -29,7 +29,7 @@ alang=en,fr
|
|||||||
# Do not close mpv at the end of video
|
# Do not close mpv at the end of video
|
||||||
keep-open=yes
|
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
|
#+end_src
|
||||||
|
|
||||||
* =input.conf= - MPV Key Bindings
|
* =input.conf= - MPV Key Bindings
|
||||||
|
Loading…
Reference in New Issue
Block a user