Skip to content

Commit

Permalink
[tmux] Update uni mux profiles
Browse files Browse the repository at this point in the history
- Move git (including latex) projects out of Nextcloud. Recipe for
  disaster (even though I don't like latex in ~/code)
- Change other directories
- Other changes
  • Loading branch information
MarcelRobitaille committed Oct 10, 2022
1 parent fbb71b6 commit 66143a7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion tmuxinator-profiles/quin-minutes.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: modelines=0

name: quin-minutes
root: ~/Nextcloud/Waterloo/QuIN_Lab/Meeting_Minutes
root: ~/code/quin/Meeting_Minutes/
windows:
- nvim: nvim
- zsh:
2 changes: 1 addition & 1 deletion tmuxinator-profiles/quin-rtn-latex.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: modelines=0

name: quin-rtn-latex
root: ~/Nextcloud/Waterloo/QuIN_Lab/31_CMOS_RTN/Algorithm Paper V2/Overleaf
root: ~/Nextcloud/Waterloo/QuIN_Lab/31_CMOS_RTN/Articles/Algorithm Paper V2/Overleaf
windows:
- nvim: nvim RTN_Algorithm_Paper_EDL_V2_202202.tex
- latex: latexmk -pdflatex=lualatex -shell-escape -pvc -interaction=nonstopmode -pdf -pvc -e '$pdf_previewer = "xdg-open"' -e '$success_cmd = "echo vimtex_compiler_callback_success"' RTN_Algorithm_Paper_EDL_V2_202202.tex
4 changes: 2 additions & 2 deletions tmuxinator-profiles/quin-rtn-nature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name: quin-rtn-nature
root: ~/Nextcloud/Waterloo/QuIN_Lab/31_CMOS_RTN/Articles/2022_03_RNN_Paper_Nature
windows:
- nvim: nvim RNNmain.tex
- latex: latexmk -pdflatex=lualatex -shell-escape -pvc -interaction=nonstopmode -pdf -pvc -e '$pdf_previewer = "xdg-open"' -e '$success_cmd = "echo vimtex_compiler_callback_success"' RNNmain.tex
- nvim: nvim RNNmain_v2_20220519.tex
- latex: latexmk -pdflatex=lualatex -shell-escape -pvc -interaction=nonstopmode -pdf -pvc -e '$pdf_previewer = "xdg-open"' -e '$success_cmd = "echo vimtex_compiler_callback_success"' RNNmain_v2_20220519.tex
1 change: 0 additions & 1 deletion tmuxinator-profiles/rtn-algorithm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ root: ~/code/quin/CMOS_RTN/algorithm/
windows:
- nvim: nvim
- zsh:
- ranger: ranger data
8 changes: 0 additions & 8 deletions tmuxinator-profiles/rtn-lu.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tmuxinator-profiles/thesis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: modelines=0

name: thesis
root: ~/Nextcloud/Waterloo/Thesis/latex
root: ~/Documents/Waterloo/Thesis/latex
windows:
- nvim: nvim
- latex: latexmk -pdflatex=lualatex -shell-escape -pvc -interaction=nonstopmode -pdf -pvc -e '$pdf_previewer = "xdg-open"' -e '$success_cmd = "echo vimtex_compiler_callback_success"' masters_thesis_MJR.tex

0 comments on commit 66143a7

Please sign in to comment.