-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
1 parent
fbb71b6
commit 66143a7
Showing
6 changed files
with
5 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,3 @@ root: ~/code/quin/CMOS_RTN/algorithm/ | |
windows: | ||
- nvim: nvim | ||
- zsh: | ||
- ranger: ranger data |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |