Last active
January 13, 2016 23:15
-
-
Save uetchy/d3c1df37c13d391d1bc8 to your computer and use it in GitHub Desktop.
Revisions
-
uetchy revised this gist
Jan 13, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ #!/bin/bash brew cask install basictex export PATH="/Library/TeX/texbin:$PATH" sudo tlmgr update --self --all -
uetchy revised this gist
Jan 13, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ #!/bin/bash brew cask install basictex export PATH="/Library/TeX/texbin:$PATH" sudo tlmgr update --self --all sudo tlmgr install collection-langjapanese draftcopy # tlmgr search —global foobar # sudo tlmgr install foobar -
uetchy revised this gist
Jan 13, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,7 @@ brew cask install basictex sudo tlmgr update --self --all sudo tlmgr install collection-langjapanese draftcopy export PATH="/Library/TeX/texbin:$PATH" # tlmgr search —global foobar # sudo tlmgr install foobar -
uetchy revised this gist
Jan 13, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ brew cask install basictex sudo tlmgr update --self --all sudo tlmgr install collection-langjapanese draftcopy # tlmgr search —global foobar # sudo tlmgr install foobar -
uetchy revised this gist
Jan 13, 2016 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,7 @@ brew cask install basictex sudo tlmgr update --self --all sudo tlmgr install collection-langjapanese # tlmgr search —global foobar # sudo tlmgr install foobar -
uetchy created this gist
Jan 13, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ #!/bin/bash brew cask install basictex sudo tlmgr update --self --all sudo tlmgr install collection-langjapanese