Last active
January 1, 2017 23:42
-
-
Save Jks15063/1f53f94b607f4d42ae9b877d493d3a75 to your computer and use it in GitHub Desktop.
Revisions
-
Jks15063 revised this gist
Jan 1, 2017 . 1 changed file with 41 additions and 23 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 @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2017-01-01 Sun 16:42 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Setup zsh with Prezto on macos</title> @@ -233,20 +233,21 @@ <h1 class="title">Setup zsh with Prezto on macos</h1> <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org4d66150">1. Update zsh</a></li> <li><a href="#orga148e4a">2. Setup Prezto</a></li> <li><a href="#org5c3d137">3. Install Chruby</a></li> <li><a href="#org124ea38">4. Install GNU coreutils</a></li> <li><a href="#org74246e0">5. Install powerline patched fonts</a></li> <li><a href="#org4083eba">6. Solarized and dircolors</a></li> <li><a href="#org2eac4ce">7. Links and Resources and Stuff</a></li> </ul> </div> </div> <p> <b>NOTE</b>: clone everything to <code>$HOME</code> dir </p> <div id="outline-container-org4d66150" class="outline-2"> <h2 id="org4d66150"><span class="section-number-2">1</span> Update zsh</h2> <div class="outline-text-2" id="text-1"> <pre class="example"> # check the zsh info: @@ -273,8 +274,8 @@ <h2 id="orge0a48b4"><span class="section-number-2">1</span> Update zsh</h2> </p> </div> </div> <div id="outline-container-orga148e4a" class="outline-2"> <h2 id="orga148e4a"><span class="section-number-2">2</span> Setup Prezto</h2> <div class="outline-text-2" id="text-2"> <pre class="example"> # Clone Prezto: @@ -295,9 +296,26 @@ <h2 id="orgf2b5cf2"><span class="section-number-2">2</span> Setup Prezto</h2> </p> </div> </div> <div id="outline-container-org5c3d137" class="outline-2"> <h2 id="org5c3d137"><span class="section-number-2">3</span> Install Chruby</h2> <div class="outline-text-2" id="text-3"> <pre class="example"> brew install chruby </pre> <ul class="org-ul"> <li><a href="https://github.com/postmodern/chruby">https://github.com/postmodern/chruby</a></li> <li>Path stuff should be set up already</li> <li>Optional, comment out ruby config line in .zprezto if not wanted</li> </ul> <p> <b>Restart Shell</b> </p> </div> </div> <div id="outline-container-org124ea38" class="outline-2"> <h2 id="org124ea38"><span class="section-number-2">4</span> Install GNU coreutils</h2> <div class="outline-text-2" id="text-4"> <p> <b>Note</b>: GNU version of <code>ls</code> is needed to work with dircolors </p> @@ -306,9 +324,9 @@ <h2 id="orgff979fe"><span class="section-number-2">3</span> Install GNU coreutil </pre> </div> </div> <div id="outline-container-org74246e0" class="outline-2"> <h2 id="org74246e0"><span class="section-number-2">5</span> Install powerline patched fonts</h2> <div class="outline-text-2" id="text-5"> <pre class="example"> git clone git@github.com:powerline/fonts.git cd fonts @@ -320,9 +338,9 @@ <h2 id="orgcbd5277"><span class="section-number-2">4</span> Install powerline pa </ul> </div> </div> <div id="outline-container-org4083eba" class="outline-2"> <h2 id="org4083eba"><span class="section-number-2">6</span> Solarized and dircolors</h2> <div class="outline-text-2" id="text-6"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git git clone git@github.com:tomislav/osx-terminal.app-colors-solarized.git @@ -335,9 +353,9 @@ <h2 id="org6772e59"><span class="section-number-2">5</span> Solarized and dircol </ul> </div> </div> <div id="outline-container-org2eac4ce" class="outline-2"> <h2 id="org2eac4ce"><span class="section-number-2">7</span> Links and Resources and Stuff</h2> <div class="outline-text-2" id="text-7"> <ul class="org-ul"> <li>zsh <a href="http://zsh.sourceforge.net/Doc/">manual</a></li> <li>zsh <a href="http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/">intro/crash-course</a></li> @@ -347,7 +365,7 @@ <h2 id="orgd6a1de2"><span class="section-number-2">6</span> Links and Resources </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2017-01-01 Sun 16:42</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 revised this gist
Dec 31, 2016 . 1 changed file with 57 additions and 110 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 @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-31 Sat 10:10 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Setup zsh with Prezto on macos</title> @@ -233,62 +233,21 @@ <h1 class="title">Setup zsh with Prezto on macos</h1> <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#orge0a48b4">1. Update zsh</a></li> <li><a href="#orgf2b5cf2">2. Setup Prezto</a></li> <li><a href="#orgff979fe">3. Install GNU coreutils</a></li> <li><a href="#orgcbd5277">4. Install powerline patched fonts</a></li> <li><a href="#org6772e59">5. Solarized and dircolors</a></li> <li><a href="#orgd6a1de2">6. Links and Resources and Stuff</a></li> </ul> </div> </div> <p> <b>NOTE</b>: clone everything to <code>$HOME</code> dir </p> <div id="outline-container-orge0a48b4" class="outline-2"> <h2 id="orge0a48b4"><span class="section-number-2">1</span> Update zsh</h2> <div class="outline-text-2" id="text-1"> <pre class="example"> # check the zsh info: brew info zsh @@ -305,18 +264,18 @@ <h3 id="org97b9b1e"><span class="section-number-3">2.1</span> From <a href="http # change default shell: chsh -s /usr/local/bin/zsh </pre> <ul class="org-ul"> <li>From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></li> </ul> <p> <b>Restart Shell</b> </p> </div> </div> <div id="outline-container-orgf2b5cf2" class="outline-2"> <h2 id="orgf2b5cf2"><span class="section-number-2">2</span> Setup Prezto</h2> <div class="outline-text-2" id="text-2"> <pre class="example"> # Clone Prezto: git clone --recursive https://github.com/jks15063/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" @@ -330,77 +289,65 @@ <h3 id="org0d50640"><span class="section-number-3">4.1</span> From <a href="http ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}" done </pre> <p> <b>Restart Shell</b> </p> </div> </div> <div id="outline-container-orgff979fe" class="outline-2"> <h2 id="orgff979fe"><span class="section-number-2">3</span> Install GNU coreutils</h2> <div class="outline-text-2" id="text-3"> <p> <b>Note</b>: GNU version of <code>ls</code> is needed to work with dircolors </p> <pre class="example"> brew install coreutils </pre> </div> </div> <div id="outline-container-orgcbd5277" class="outline-2"> <h2 id="orgcbd5277"><span class="section-number-2">4</span> Install powerline patched fonts</h2> <div class="outline-text-2" id="text-4"> <pre class="example"> git clone git@github.com:powerline/fonts.git cd fonts ./install.sh </pre> <ul class="org-ul"> <li><code>Terminal -> prefrences -> profiles -> import -> change font</code></li> <li>Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></li> </ul> </div> </div> <div id="outline-container-org6772e59" class="outline-2"> <h2 id="org6772e59"><span class="section-number-2">5</span> Solarized and dircolors</h2> <div class="outline-text-2" id="text-5"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git git clone git@github.com:tomislav/osx-terminal.app-colors-solarized.git </pre> <p> <b>Note</b>: May need to add solarized theme to <code>Terminal</code> </p> <ul class="org-ul"> <li><code>Terminal -> prefrences -> profiles -> import</code></li> </ul> </div> </div> <div id="outline-container-orgd6a1de2" class="outline-2"> <h2 id="orgd6a1de2"><span class="section-number-2">6</span> Links and Resources and Stuff</h2> <div class="outline-text-2" id="text-6"> <ul class="org-ul"> <li>zsh <a href="http://zsh.sourceforge.net/Doc/">manual</a></li> <li>zsh <a href="http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/">intro/crash-course</a></li> </ul> </div> </div> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-31 Sat 10:10</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 revised this gist
Dec 31, 2016 . 1 changed file with 62 additions and 62 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 @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-31 Sat 09:49 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Setup zsh with Prezto on macos</title> @@ -233,61 +233,61 @@ <h1 class="title">Setup zsh with Prezto on macos</h1> <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org19e59e5">1. <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</a></li> <li><a href="#org4cb0974">2. <span class="underline">Update zsh</span></a> <ul> <li><a href="#org97b9b1e">2.1. From this SO post</a></li> </ul> </li> <li><a href="#org72b525c">3. <span class="underline">Restart Shell</span></a></li> <li><a href="#org3485969">4. <span class="underline">Setup Prezto</span></a> <ul> <li><a href="#org0d50640">4.1. From the docs</a></li> </ul> </li> <li><a href="#org66d6cd3">5. <span class="underline">Restart Shell</span></a></li> <li><a href="#orge5ae016">6. <span class="underline">Install GNU coreutils</span></a> <ul> <li><a href="#orgf02fbfe">6.1. GNU version of <code>ls</code> is needed to work with dircolors</a></li> </ul> </li> <li><a href="#org3e28b4b">7. <span class="underline">Fonts</span></a> <ul> <li><a href="#orgf2d095b">7.1. <code>Terminal -> prefrences -> profiles -> import -> change font</code></a></li> <li><a href="#orgc5ec8e6">7.2. Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></a> <ul> <li><a href="#orgf5a7695">7.2.1. Or some other font</a></li> <li><a href="#orgeab6256">7.2.2. Or some other size</a></li> </ul> </li> </ul> </li> <li><a href="#orge045636">8. <span class="underline">Solarized and dircolors</span></a> <ul> <li><a href="#org4416842">8.1. May need to add solarized theme to <code>Terminal</code></a> <ul> <li><a href="#org392a776">8.1.1. <code>Terminal -> prefrences -> profiles -> import</code></a></li> </ul> </li> </ul> </li> <li><a href="#org6d0565d">9. <span class="underline">Links and Resources and Stuff</span></a> <ul> <li><a href="#orge40d39f">9.1. zsh manual</a></li> <li><a href="#org1a9aee6">9.2. zsh intro/crash-course</a></li> </ul> </li> </ul> </div> </div> <div id="outline-container-org19e59e5" class="outline-2"> <h2 id="org19e59e5"><span class="section-number-2">1</span> <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</h2> </div> <div id="outline-container-org4cb0974" class="outline-2"> <h2 id="org4cb0974"><span class="section-number-2">2</span> <span class="underline">Update zsh</span></h2> <div class="outline-text-2" id="text-2"> </div><div id="outline-container-org97b9b1e" class="outline-3"> <h3 id="org97b9b1e"><span class="section-number-3">2.1</span> From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></h3> <div class="outline-text-3" id="text-2-1"> <pre class="example"> # check the zsh info: @@ -308,14 +308,14 @@ <h3 id="org982b5c6"><span class="section-number-3">2.1</span> From <a href="http </div> </div> </div> <div id="outline-container-org72b525c" class="outline-2"> <h2 id="org72b525c"><span class="section-number-2">3</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-org3485969" class="outline-2"> <h2 id="org3485969"><span class="section-number-2">4</span> <span class="underline">Setup Prezto</span></h2> <div class="outline-text-2" id="text-4"> </div><div id="outline-container-org0d50640" class="outline-3"> <h3 id="org0d50640"><span class="section-number-3">4.1</span> From <a href="https://github.com/Jks15063/prezto">the docs</a></h3> <div class="outline-text-3" id="text-4-1"> <pre class="example"> # Clone Prezto: @@ -333,74 +333,74 @@ <h3 id="org47bae8e"><span class="section-number-3">4.1</span> From <a href="http </div> </div> </div> <div id="outline-container-org66d6cd3" class="outline-2"> <h2 id="org66d6cd3"><span class="section-number-2">5</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-orge5ae016" class="outline-2"> <h2 id="orge5ae016"><span class="section-number-2">6</span> <span class="underline">Install GNU coreutils</span></h2> <div class="outline-text-2" id="text-6"> </div><div id="outline-container-orgf02fbfe" class="outline-3"> <h3 id="orgf02fbfe"><span class="section-number-3">6.1</span> GNU version of <code>ls</code> is needed to work with dircolors</h3> <div class="outline-text-3" id="text-6-1"> <pre class="example"> brew install coreutils </pre> </div> </div> </div> <div id="outline-container-org3e28b4b" class="outline-2"> <h2 id="org3e28b4b"><span class="section-number-2">7</span> <span class="underline">Fonts</span></h2> <div class="outline-text-2" id="text-7"> <pre class="example"> git clone git@github.com:powerline/fonts.git cd fonts ./install.sh </pre> </div> <div id="outline-container-orgf2d095b" class="outline-3"> <h3 id="orgf2d095b"><span class="section-number-3">7.1</span> <code>Terminal -> prefrences -> profiles -> import -> change font</code></h3> </div> <div id="outline-container-orgc5ec8e6" class="outline-3"> <h3 id="orgc5ec8e6"><span class="section-number-3">7.2</span> Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></h3> <div class="outline-text-3" id="text-7-2"> </div><div id="outline-container-orgf5a7695" class="outline-4"> <h4 id="orgf5a7695"><span class="section-number-4">7.2.1</span> Or some other font</h4> </div> <div id="outline-container-orgeab6256" class="outline-4"> <h4 id="orgeab6256"><span class="section-number-4">7.2.2</span> Or some other size</h4> </div> </div> </div> <div id="outline-container-orge045636" class="outline-2"> <h2 id="orge045636"><span class="section-number-2">8</span> <span class="underline">Solarized and dircolors</span></h2> <div class="outline-text-2" id="text-8"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git git clone git@github.com:tomislav/osx-terminal.app-colors-solarized.git </pre> </div> <div id="outline-container-org4416842" class="outline-3"> <h3 id="org4416842"><span class="section-number-3">8.1</span> May need to add solarized theme to <code>Terminal</code></h3> <div class="outline-text-3" id="text-8-1"> </div><div id="outline-container-org392a776" class="outline-4"> <h4 id="org392a776"><span class="section-number-4">8.1.1</span> <code>Terminal -> prefrences -> profiles -> import</code></h4> </div> </div> </div> <div id="outline-container-org6d0565d" class="outline-2"> <h2 id="org6d0565d"><span class="section-number-2">9</span> <span class="underline">Links and Resources and Stuff</span></h2> <div class="outline-text-2" id="text-9"> </div><div id="outline-container-orge40d39f" class="outline-3"> <h3 id="orge40d39f"><span class="section-number-3">9.1</span> zsh <a href="http://zsh.sourceforge.net/Doc/">manual</a></h3> </div> <div id="outline-container-org1a9aee6" class="outline-3"> <h3 id="org1a9aee6"><span class="section-number-3">9.2</span> zsh <a href="http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/">intro/crash-course</a></h3> </div> </div> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-31 Sat 09:49</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 revised this gist
Dec 31, 2016 . 1 changed file with 75 additions and 78 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 @@ -3,10 +3,10 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-31 Sat 09:46 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Setup zsh with Prezto on macos</title> <meta name="generator" content="Org mode" /> <meta name="author" content="Jacob Sellers" /> <style type="text/css"> @@ -228,70 +228,67 @@ </head> <body> <div id="content"> <h1 class="title">Setup zsh with Prezto on macos</h1> <div id="table-of-contents"> <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org2293b1f">1. <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</a></li> <li><a href="#org3306264">2. <span class="underline">Update zsh</span></a> <ul> <li><a href="#org982b5c6">2.1. From this SO post</a></li> </ul> </li> <li><a href="#orgc11d56a">3. <span class="underline">Restart Shell</span></a></li> <li><a href="#org37635aa">4. <span class="underline">Setup Prezto</span></a> <ul> <li><a href="#org47bae8e">4.1. From the docs</a></li> </ul> </li> <li><a href="#orgb02601b">5. <span class="underline">Restart Shell</span></a></li> <li><a href="#org8fdaf2a">6. <span class="underline">Install GNU coreutils</span></a> <ul> <li><a href="#org8ca9ce9">6.1. GNU version of <code>ls</code> is needed to work with dircolors</a></li> </ul> </li> <li><a href="#orgb5198ac">7. <span class="underline">Fonts</span></a> <ul> <li><a href="#orge65d7b6">7.1. <code>Terminal -> prefrences -> profiles -> import -> change font</code></a></li> <li><a href="#orgb1febcf">7.2. Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></a> <ul> <li><a href="#orgcf4a6b5">7.2.1. Or some other font</a></li> <li><a href="#org9ac8509">7.2.2. Or some other size</a></li> </ul> </li> </ul> </li> <li><a href="#orgd0524b3">8. <span class="underline">Solarized and dircolors</span></a> <ul> <li><a href="#orgef8747c">8.1. May need to add solarized theme to <code>Terminal</code></a> <ul> <li><a href="#org201bfba">8.1.1. <code>Terminal -> prefrences -> profiles -> import</code></a></li> </ul> </li> </ul> </li> <li><a href="#orgb196d70">9. <span class="underline">Links and Resources and Stuff</span></a> <ul> <li><a href="#org5bfdc13">9.1. zsh manual</a></li> <li><a href="#orga8e3f5b">9.2. zsh intro/crash-course</a></li> </ul> </li> </ul> </div> </div> <div id="outline-container-org2293b1f" class="outline-2"> <h2 id="org2293b1f"><span class="section-number-2">1</span> <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</h2> </div> <div id="outline-container-org3306264" class="outline-2"> <h2 id="org3306264"><span class="section-number-2">2</span> <span class="underline">Update zsh</span></h2> <div class="outline-text-2" id="text-2"> </div><div id="outline-container-org982b5c6" class="outline-3"> <h3 id="org982b5c6"><span class="section-number-3">2.1</span> From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></h3> <div class="outline-text-3" id="text-2-1"> <pre class="example"> # check the zsh info: brew info zsh @@ -311,15 +308,15 @@ <h3 id="orge886710"><span class="section-number-3">3.1</span> From <a href="http </div> </div> </div> <div id="outline-container-orgc11d56a" class="outline-2"> <h2 id="orgc11d56a"><span class="section-number-2">3</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-org37635aa" class="outline-2"> <h2 id="org37635aa"><span class="section-number-2">4</span> <span class="underline">Setup Prezto</span></h2> <div class="outline-text-2" id="text-4"> </div><div id="outline-container-org47bae8e" class="outline-3"> <h3 id="org47bae8e"><span class="section-number-3">4.1</span> From <a href="https://github.com/Jks15063/prezto">the docs</a></h3> <div class="outline-text-3" id="text-4-1"> <pre class="example"> # Clone Prezto: git clone --recursive https://github.com/jks15063/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" @@ -336,74 +333,74 @@ <h3 id="org4ee8784"><span class="section-number-3">5.1</span> From <a href="http </div> </div> </div> <div id="outline-container-orgb02601b" class="outline-2"> <h2 id="orgb02601b"><span class="section-number-2">5</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-org8fdaf2a" class="outline-2"> <h2 id="org8fdaf2a"><span class="section-number-2">6</span> <span class="underline">Install GNU coreutils</span></h2> <div class="outline-text-2" id="text-6"> </div><div id="outline-container-org8ca9ce9" class="outline-3"> <h3 id="org8ca9ce9"><span class="section-number-3">6.1</span> GNU version of <code>ls</code> is needed to work with dircolors</h3> <div class="outline-text-3" id="text-6-1"> <pre class="example"> brew install coreutils </pre> </div> </div> </div> <div id="outline-container-orgb5198ac" class="outline-2"> <h2 id="orgb5198ac"><span class="section-number-2">7</span> <span class="underline">Fonts</span></h2> <div class="outline-text-2" id="text-7"> <pre class="example"> git clone git@github.com:powerline/fonts.git cd fonts ./install.sh </pre> </div> <div id="outline-container-orge65d7b6" class="outline-3"> <h3 id="orge65d7b6"><span class="section-number-3">7.1</span> <code>Terminal -> prefrences -> profiles -> import -> change font</code></h3> </div> <div id="outline-container-orgb1febcf" class="outline-3"> <h3 id="orgb1febcf"><span class="section-number-3">7.2</span> Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></h3> <div class="outline-text-3" id="text-7-2"> </div><div id="outline-container-orgcf4a6b5" class="outline-4"> <h4 id="orgcf4a6b5"><span class="section-number-4">7.2.1</span> Or some other font</h4> </div> <div id="outline-container-org9ac8509" class="outline-4"> <h4 id="org9ac8509"><span class="section-number-4">7.2.2</span> Or some other size</h4> </div> </div> </div> <div id="outline-container-orgd0524b3" class="outline-2"> <h2 id="orgd0524b3"><span class="section-number-2">8</span> <span class="underline">Solarized and dircolors</span></h2> <div class="outline-text-2" id="text-8"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git git clone git@github.com:tomislav/osx-terminal.app-colors-solarized.git </pre> </div> <div id="outline-container-orgef8747c" class="outline-3"> <h3 id="orgef8747c"><span class="section-number-3">8.1</span> May need to add solarized theme to <code>Terminal</code></h3> <div class="outline-text-3" id="text-8-1"> </div><div id="outline-container-org201bfba" class="outline-4"> <h4 id="org201bfba"><span class="section-number-4">8.1.1</span> <code>Terminal -> prefrences -> profiles -> import</code></h4> </div> </div> </div> <div id="outline-container-orgb196d70" class="outline-2"> <h2 id="orgb196d70"><span class="section-number-2">9</span> <span class="underline">Links and Resources and Stuff</span></h2> <div class="outline-text-2" id="text-9"> </div><div id="outline-container-org5bfdc13" class="outline-3"> <h3 id="org5bfdc13"><span class="section-number-3">9.1</span> zsh <a href="http://zsh.sourceforge.net/Doc/">manual</a></h3> </div> <div id="outline-container-orga8e3f5b" class="outline-3"> <h3 id="orga8e3f5b"><span class="section-number-3">9.2</span> zsh <a href="http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/">intro/crash-course</a></h3> </div> </div> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-31 Sat 09:46</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 revised this gist
Dec 31, 2016 . 1 changed file with 77 additions and 73 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 @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-31 Sat 09:44 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title></title> @@ -232,62 +232,66 @@ <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#orgd907f0e">1. Setup zsh with Prezto on macos</a></li> <li><a href="#orgb1fe261">2. <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</a></li> <li><a href="#orgb7ecd19">3. <span class="underline">Update zsh</span></a> <ul> <li><a href="#orge886710">3.1. From this SO post</a></li> </ul> </li> <li><a href="#orgbe0644f">4. <span class="underline">Restart Shell</span></a></li> <li><a href="#org85b0fa7">5. <span class="underline">Setup Prezto</span></a> <ul> <li><a href="#org4ee8784">5.1. From the docs</a></li> </ul> </li> <li><a href="#org8a102d5">6. <span class="underline">Restart Shell</span></a></li> <li><a href="#org4e16721">7. <span class="underline">Install GNU coreutils</span></a> <ul> <li><a href="#orgf99e1a5">7.1. GNU version of <code>ls</code> is needed to work with dircolors</a></li> </ul> </li> <li><a href="#org493754b">8. <span class="underline">Fonts</span></a> <ul> <li><a href="#orgf05b737">8.1. <code>Terminal -> prefrences -> profiles -> import -> change font</code></a></li> <li><a href="#orgccc9174">8.2. Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></a> <ul> <li><a href="#orgacfb8e8">8.2.1. Or some other font</a></li> <li><a href="#org88e6c28">8.2.2. Or some other size</a></li> </ul> </li> </ul> </li> <li><a href="#org32fa89b">9. <span class="underline">Solarized and dircolors</span></a> <ul> <li><a href="#org665e013">9.1. May need to add solarized theme to <code>Terminal</code></a> <ul> <li><a href="#org5dc257d">9.1.1. <code>Terminal -> prefrences -> profiles -> import</code></a></li> </ul> </li> </ul> </li> <li><a href="#org68ff121">10. <span class="underline">Links and Resources and Stuff</span></a> <ul> <li><a href="#orgb21c640">10.1. zsh manual</a></li> <li><a href="#orgdbd0c00">10.2. zsh intro/crash-course</a></li> </ul> </li> </ul> </div> </div> <div id="outline-container-orgd907f0e" class="outline-2"> <h2 id="orgd907f0e"><span class="section-number-2">1</span> Setup zsh with Prezto on macos</h2> </div> <div id="outline-container-orgb1fe261" class="outline-2"> <h2 id="orgb1fe261"><span class="section-number-2">2</span> <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</h2> </div> <div id="outline-container-orgb7ecd19" class="outline-2"> <h2 id="orgb7ecd19"><span class="section-number-2">3</span> <span class="underline">Update zsh</span></h2> <div class="outline-text-2" id="text-3"> </div><div id="outline-container-orge886710" class="outline-3"> <h3 id="orge886710"><span class="section-number-3">3.1</span> From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></h3> <div class="outline-text-3" id="text-3-1"> <pre class="example"> # check the zsh info: brew info zsh @@ -307,15 +311,15 @@ <h3 id="org8a52443"><span class="section-number-3">2.1</span> From <a href="http </div> </div> </div> <div id="outline-container-orgbe0644f" class="outline-2"> <h2 id="orgbe0644f"><span class="section-number-2">4</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-org85b0fa7" class="outline-2"> <h2 id="org85b0fa7"><span class="section-number-2">5</span> <span class="underline">Setup Prezto</span></h2> <div class="outline-text-2" id="text-5"> </div><div id="outline-container-org4ee8784" class="outline-3"> <h3 id="org4ee8784"><span class="section-number-3">5.1</span> From <a href="https://github.com/Jks15063/prezto">the docs</a></h3> <div class="outline-text-3" id="text-5-1"> <pre class="example"> # Clone Prezto: git clone --recursive https://github.com/jks15063/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" @@ -332,74 +336,74 @@ <h3 id="org9142694"><span class="section-number-3">4.1</span> From <a href="http </div> </div> </div> <div id="outline-container-org8a102d5" class="outline-2"> <h2 id="org8a102d5"><span class="section-number-2">6</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-org4e16721" class="outline-2"> <h2 id="org4e16721"><span class="section-number-2">7</span> <span class="underline">Install GNU coreutils</span></h2> <div class="outline-text-2" id="text-7"> </div><div id="outline-container-orgf99e1a5" class="outline-3"> <h3 id="orgf99e1a5"><span class="section-number-3">7.1</span> GNU version of <code>ls</code> is needed to work with dircolors</h3> <div class="outline-text-3" id="text-7-1"> <pre class="example"> brew install coreutils </pre> </div> </div> </div> <div id="outline-container-org493754b" class="outline-2"> <h2 id="org493754b"><span class="section-number-2">8</span> <span class="underline">Fonts</span></h2> <div class="outline-text-2" id="text-8"> <pre class="example"> git clone git@github.com:powerline/fonts.git cd fonts ./install.sh </pre> </div> <div id="outline-container-orgf05b737" class="outline-3"> <h3 id="orgf05b737"><span class="section-number-3">8.1</span> <code>Terminal -> prefrences -> profiles -> import -> change font</code></h3> </div> <div id="outline-container-orgccc9174" class="outline-3"> <h3 id="orgccc9174"><span class="section-number-3">8.2</span> Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></h3> <div class="outline-text-3" id="text-8-2"> </div><div id="outline-container-orgacfb8e8" class="outline-4"> <h4 id="orgacfb8e8"><span class="section-number-4">8.2.1</span> Or some other font</h4> </div> <div id="outline-container-org88e6c28" class="outline-4"> <h4 id="org88e6c28"><span class="section-number-4">8.2.2</span> Or some other size</h4> </div> </div> </div> <div id="outline-container-org32fa89b" class="outline-2"> <h2 id="org32fa89b"><span class="section-number-2">9</span> <span class="underline">Solarized and dircolors</span></h2> <div class="outline-text-2" id="text-9"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git git clone git@github.com:tomislav/osx-terminal.app-colors-solarized.git </pre> </div> <div id="outline-container-org665e013" class="outline-3"> <h3 id="org665e013"><span class="section-number-3">9.1</span> May need to add solarized theme to <code>Terminal</code></h3> <div class="outline-text-3" id="text-9-1"> </div><div id="outline-container-org5dc257d" class="outline-4"> <h4 id="org5dc257d"><span class="section-number-4">9.1.1</span> <code>Terminal -> prefrences -> profiles -> import</code></h4> </div> </div> </div> <div id="outline-container-org68ff121" class="outline-2"> <h2 id="org68ff121"><span class="section-number-2">10</span> <span class="underline">Links and Resources and Stuff</span></h2> <div class="outline-text-2" id="text-10"> </div><div id="outline-container-orgb21c640" class="outline-3"> <h3 id="orgb21c640"><span class="section-number-3">10.1</span> zsh <a href="http://zsh.sourceforge.net/Doc/">manual</a></h3> </div> <div id="outline-container-orgdbd0c00" class="outline-3"> <h3 id="orgdbd0c00"><span class="section-number-3">10.2</span> zsh <a href="http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/">intro/crash-course</a></h3> </div> </div> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-31 Sat 09:44</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 revised this gist
Dec 30, 2016 . 1 changed file with 69 additions and 53 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 @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-30 Fri 16:47 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title></title> @@ -232,55 +232,61 @@ <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org7f5d744">1. <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</a></li> <li><a href="#org751831e">2. <span class="underline">Update zsh</span></a> <ul> <li><a href="#org8a52443">2.1. From this SO post</a></li> </ul> </li> <li><a href="#orgd5fce66">3. <span class="underline">Restart Shell</span></a></li> <li><a href="#org6d9c663">4. <span class="underline">Setup Prezto</span></a> <ul> <li><a href="#org9142694">4.1. From the docs</a></li> </ul> </li> <li><a href="#orgf187355">5. <span class="underline">Restart Shell</span></a></li> <li><a href="#org054852e">6. <span class="underline">Install GNU coreutils</span></a> <ul> <li><a href="#org9430b50">6.1. GNU version of <code>ls</code> is needed to work with dircolors</a></li> </ul> </li> <li><a href="#orgee69a4d">7. <span class="underline">Fonts</span></a> <ul> <li><a href="#orgc2725e1">7.1. <code>Terminal -> prefrences -> profiles -> import -> change font</code></a></li> <li><a href="#org2caa58e">7.2. Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></a> <ul> <li><a href="#orgb16340a">7.2.1. Or some other font</a></li> <li><a href="#orgb53bde7">7.2.2. Or some other size</a></li> </ul> </li> </ul> </li> <li><a href="#orgecab082">8. <span class="underline">Solarized and dircolors</span></a> <ul> <li><a href="#org0f748e9">8.1. May need to add solarized theme to <code>Terminal</code></a> <ul> <li><a href="#org4760ea8">8.1.1. <code>Terminal -> prefrences -> profiles -> import</code></a></li> </ul> </li> </ul> </li> <li><a href="#orgaf1bb2c">9. <span class="underline">Links and Resources and Stuff</span></a> <ul> <li><a href="#org0ca8d0e">9.1. zsh manual</a></li> <li><a href="#org49cbbd8">9.2. zsh intro/crash-course</a></li> </ul> </li> </ul> </div> </div> <div id="outline-container-org7f5d744" class="outline-2"> <h2 id="org7f5d744"><span class="section-number-2">1</span> <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</h2> </div> <div id="outline-container-org751831e" class="outline-2"> <h2 id="org751831e"><span class="section-number-2">2</span> <span class="underline">Update zsh</span></h2> <div class="outline-text-2" id="text-2"> </div><div id="outline-container-org8a52443" class="outline-3"> <h3 id="org8a52443"><span class="section-number-3">2.1</span> From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></h3> <div class="outline-text-3" id="text-2-1"> <pre class="example"> # check the zsh info: @@ -301,14 +307,14 @@ <h3 id="orgf734b50"><span class="section-number-3">2.1</span> From <a href="http </div> </div> </div> <div id="outline-container-orgd5fce66" class="outline-2"> <h2 id="orgd5fce66"><span class="section-number-2">3</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-org6d9c663" class="outline-2"> <h2 id="org6d9c663"><span class="section-number-2">4</span> <span class="underline">Setup Prezto</span></h2> <div class="outline-text-2" id="text-4"> </div><div id="outline-container-org9142694" class="outline-3"> <h3 id="org9142694"><span class="section-number-3">4.1</span> From <a href="https://github.com/Jks15063/prezto">the docs</a></h3> <div class="outline-text-3" id="text-4-1"> <pre class="example"> # Clone Prezto: @@ -326,64 +332,74 @@ <h3 id="orgc9e1f4b"><span class="section-number-3">4.1</span> From <a href="http </div> </div> </div> <div id="outline-container-orgf187355" class="outline-2"> <h2 id="orgf187355"><span class="section-number-2">5</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-org054852e" class="outline-2"> <h2 id="org054852e"><span class="section-number-2">6</span> <span class="underline">Install GNU coreutils</span></h2> <div class="outline-text-2" id="text-6"> </div><div id="outline-container-org9430b50" class="outline-3"> <h3 id="org9430b50"><span class="section-number-3">6.1</span> GNU version of <code>ls</code> is needed to work with dircolors</h3> <div class="outline-text-3" id="text-6-1"> <pre class="example"> brew install coreutils </pre> </div> </div> </div> <div id="outline-container-orgee69a4d" class="outline-2"> <h2 id="orgee69a4d"><span class="section-number-2">7</span> <span class="underline">Fonts</span></h2> <div class="outline-text-2" id="text-7"> <pre class="example"> git clone git@github.com:powerline/fonts.git cd fonts ./install.sh </pre> </div> <div id="outline-container-orgc2725e1" class="outline-3"> <h3 id="orgc2725e1"><span class="section-number-3">7.1</span> <code>Terminal -> prefrences -> profiles -> import -> change font</code></h3> </div> <div id="outline-container-org2caa58e" class="outline-3"> <h3 id="org2caa58e"><span class="section-number-3">7.2</span> Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></h3> <div class="outline-text-3" id="text-7-2"> </div><div id="outline-container-orgb16340a" class="outline-4"> <h4 id="orgb16340a"><span class="section-number-4">7.2.1</span> Or some other font</h4> </div> <div id="outline-container-orgb53bde7" class="outline-4"> <h4 id="orgb53bde7"><span class="section-number-4">7.2.2</span> Or some other size</h4> </div> </div> </div> <div id="outline-container-orgecab082" class="outline-2"> <h2 id="orgecab082"><span class="section-number-2">8</span> <span class="underline">Solarized and dircolors</span></h2> <div class="outline-text-2" id="text-8"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git git clone git@github.com:tomislav/osx-terminal.app-colors-solarized.git </pre> </div> <div id="outline-container-org0f748e9" class="outline-3"> <h3 id="org0f748e9"><span class="section-number-3">8.1</span> May need to add solarized theme to <code>Terminal</code></h3> <div class="outline-text-3" id="text-8-1"> </div><div id="outline-container-org4760ea8" class="outline-4"> <h4 id="org4760ea8"><span class="section-number-4">8.1.1</span> <code>Terminal -> prefrences -> profiles -> import</code></h4> </div> </div> </div> <div id="outline-container-orgaf1bb2c" class="outline-2"> <h2 id="orgaf1bb2c"><span class="section-number-2">9</span> <span class="underline">Links and Resources and Stuff</span></h2> <div class="outline-text-2" id="text-9"> </div><div id="outline-container-org0ca8d0e" class="outline-3"> <h3 id="org0ca8d0e"><span class="section-number-3">9.1</span> zsh <a href="http://zsh.sourceforge.net/Doc/">manual</a></h3> </div> <div id="outline-container-org49cbbd8" class="outline-3"> <h3 id="org49cbbd8"><span class="section-number-3">9.2</span> zsh <a href="http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/">intro/crash-course</a></h3> </div> </div> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-30 Fri 16:47</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 revised this gist
Dec 30, 2016 . 1 changed file with 53 additions and 53 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 @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-29 Thu 22:52 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title></title> @@ -232,55 +232,55 @@ <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org8c6318b">1. <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</a></li> <li><a href="#org3effe0a">2. <span class="underline">Update zsh</span></a> <ul> <li><a href="#orgf734b50">2.1. From this SO post</a></li> </ul> </li> <li><a href="#orgcd2149e">3. <span class="underline">Restart Shell</span></a></li> <li><a href="#orga4a92a4">4. <span class="underline">Setup Prezto</span></a> <ul> <li><a href="#orgc9e1f4b">4.1. From the docs</a></li> </ul> </li> <li><a href="#org2d4562f">5. <span class="underline">Restart Shell</span></a></li> <li><a href="#org4838e7d">6. <span class="underline">Install GNU coreutils</span></a> <ul> <li><a href="#orga0cc7f4">6.1. GNU version of <code>ls</code> is needed to work with dircolors</a></li> </ul> </li> <li><a href="#org1d47435">7. <span class="underline">Fonts</span></a> <ul> <li><a href="#orge159b9b">7.1. <code>Terminal -> prefrences -> profiles -> import -> change font</code></a></li> <li><a href="#org48ca687">7.2. Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></a> <ul> <li><a href="#org760dc73">7.2.1. Or some other font</a></li> <li><a href="#orge637207">7.2.2. Or some other size</a></li> </ul> </li> </ul> </li> <li><a href="#org2ee1042">8. <span class="underline">Solarized and dircolors</span></a> <ul> <li><a href="#org9a424c4">8.1. May need to add solarized theme to <code>Terminal</code></a> <ul> <li><a href="#org7f5a6ce">8.1.1. <code>Terminal -> prefrences -> profiles -> import</code></a></li> </ul> </li> </ul> </li> </ul> </div> </div> <div id="outline-container-org8c6318b" class="outline-2"> <h2 id="org8c6318b"><span class="section-number-2">1</span> <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</h2> </div> <div id="outline-container-org3effe0a" class="outline-2"> <h2 id="org3effe0a"><span class="section-number-2">2</span> <span class="underline">Update zsh</span></h2> <div class="outline-text-2" id="text-2"> </div><div id="outline-container-orgf734b50" class="outline-3"> <h3 id="orgf734b50"><span class="section-number-3">2.1</span> From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></h3> <div class="outline-text-3" id="text-2-1"> <pre class="example"> # check the zsh info: @@ -301,14 +301,14 @@ <h3 id="orgd59f4c3"><span class="section-number-3">2.1</span> From <a href="http </div> </div> </div> <div id="outline-container-orgcd2149e" class="outline-2"> <h2 id="orgcd2149e"><span class="section-number-2">3</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-orga4a92a4" class="outline-2"> <h2 id="orga4a92a4"><span class="section-number-2">4</span> <span class="underline">Setup Prezto</span></h2> <div class="outline-text-2" id="text-4"> </div><div id="outline-container-orgc9e1f4b" class="outline-3"> <h3 id="orgc9e1f4b"><span class="section-number-3">4.1</span> From <a href="https://github.com/Jks15063/prezto">the docs</a></h3> <div class="outline-text-3" id="text-4-1"> <pre class="example"> # Clone Prezto: @@ -326,64 +326,64 @@ <h3 id="orgd77b1fe"><span class="section-number-3">4.1</span> From <a href="http </div> </div> </div> <div id="outline-container-org2d4562f" class="outline-2"> <h2 id="org2d4562f"><span class="section-number-2">5</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-org4838e7d" class="outline-2"> <h2 id="org4838e7d"><span class="section-number-2">6</span> <span class="underline">Install GNU coreutils</span></h2> <div class="outline-text-2" id="text-6"> </div><div id="outline-container-orga0cc7f4" class="outline-3"> <h3 id="orga0cc7f4"><span class="section-number-3">6.1</span> GNU version of <code>ls</code> is needed to work with dircolors</h3> <div class="outline-text-3" id="text-6-1"> <pre class="example"> brew install coreutils </pre> </div> </div> </div> <div id="outline-container-org1d47435" class="outline-2"> <h2 id="org1d47435"><span class="section-number-2">7</span> <span class="underline">Fonts</span></h2> <div class="outline-text-2" id="text-7"> <pre class="example"> git clone git@github.com:powerline/fonts.git cd fonts ./install.sh </pre> </div> <div id="outline-container-orge159b9b" class="outline-3"> <h3 id="orge159b9b"><span class="section-number-3">7.1</span> <code>Terminal -> prefrences -> profiles -> import -> change font</code></h3> </div> <div id="outline-container-org48ca687" class="outline-3"> <h3 id="org48ca687"><span class="section-number-3">7.2</span> Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></h3> <div class="outline-text-3" id="text-7-2"> </div><div id="outline-container-org760dc73" class="outline-4"> <h4 id="org760dc73"><span class="section-number-4">7.2.1</span> Or some other font</h4> </div> <div id="outline-container-orge637207" class="outline-4"> <h4 id="orge637207"><span class="section-number-4">7.2.2</span> Or some other size</h4> </div> </div> </div> <div id="outline-container-org2ee1042" class="outline-2"> <h2 id="org2ee1042"><span class="section-number-2">8</span> <span class="underline">Solarized and dircolors</span></h2> <div class="outline-text-2" id="text-8"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git git clone git@github.com:tomislav/osx-terminal.app-colors-solarized.git </pre> </div> <div id="outline-container-org9a424c4" class="outline-3"> <h3 id="org9a424c4"><span class="section-number-3">8.1</span> May need to add solarized theme to <code>Terminal</code></h3> <div class="outline-text-3" id="text-8-1"> </div><div id="outline-container-org7f5a6ce" class="outline-4"> <h4 id="org7f5a6ce"><span class="section-number-4">8.1.1</span> <code>Terminal -> prefrences -> profiles -> import</code></h4> </div> </div> </div> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-29 Thu 22:52</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 revised this gist
Dec 30, 2016 . 1 changed file with 53 additions and 53 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 @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-29 Thu 22:50 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title></title> @@ -232,55 +232,55 @@ <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org2cffb2d">1. <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</a></li> <li><a href="#org8c55b87">2. <span class="underline">Update zsh</span></a> <ul> <li><a href="#orgd59f4c3">2.1. From this SO post</a></li> </ul> </li> <li><a href="#org02f462c">3. <span class="underline">Restart Shell</span></a></li> <li><a href="#orgde5f181">4. <span class="underline">Setup Prezto</span></a> <ul> <li><a href="#orgd77b1fe">4.1. From the docs</a></li> </ul> </li> <li><a href="#org029cd20">5. <span class="underline">Restart Shell</span></a></li> <li><a href="#org681d3b2">6. <span class="underline">Install GNU coreutils</span></a> <ul> <li><a href="#org14d5745">6.1. GNU version of <code>ls</code> is needed to work with dircolors</a></li> </ul> </li> <li><a href="#orgb368794">7. <span class="underline">Fonts</span></a> <ul> <li><a href="#org7d2dcce">7.1. <code>Terminal -> prefrences -> profiles -> import -> change font</code></a></li> <li><a href="#org9874722">7.2. Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></a> <ul> <li><a href="#orgface388">7.2.1. Or some other font</a></li> <li><a href="#orgcbdc18d">7.2.2. Or some other size</a></li> </ul> </li> </ul> </li> <li><a href="#orgd42bb0e">8. <span class="underline">Solarized</span></a> <ul> <li><a href="#org422828b">8.1. May need to add solarized theme to <code>Terminal</code></a> <ul> <li><a href="#org461451b">8.1.1. <code>Terminal -> prefrences -> profiles -> import</code></a></li> </ul> </li> </ul> </li> </ul> </div> </div> <div id="outline-container-org2cffb2d" class="outline-2"> <h2 id="org2cffb2d"><span class="section-number-2">1</span> <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</h2> </div> <div id="outline-container-org8c55b87" class="outline-2"> <h2 id="org8c55b87"><span class="section-number-2">2</span> <span class="underline">Update zsh</span></h2> <div class="outline-text-2" id="text-2"> </div><div id="outline-container-orgd59f4c3" class="outline-3"> <h3 id="orgd59f4c3"><span class="section-number-3">2.1</span> From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></h3> <div class="outline-text-3" id="text-2-1"> <pre class="example"> # check the zsh info: @@ -301,14 +301,14 @@ <h3 id="org4046d97"><span class="section-number-3">2.1</span> From <a href="http </div> </div> </div> <div id="outline-container-org02f462c" class="outline-2"> <h2 id="org02f462c"><span class="section-number-2">3</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-orgde5f181" class="outline-2"> <h2 id="orgde5f181"><span class="section-number-2">4</span> <span class="underline">Setup Prezto</span></h2> <div class="outline-text-2" id="text-4"> </div><div id="outline-container-orgd77b1fe" class="outline-3"> <h3 id="orgd77b1fe"><span class="section-number-3">4.1</span> From <a href="https://github.com/Jks15063/prezto">the docs</a></h3> <div class="outline-text-3" id="text-4-1"> <pre class="example"> # Clone Prezto: @@ -326,64 +326,64 @@ <h3 id="orgbcc6bf5"><span class="section-number-3">4.1</span> From <a href="http </div> </div> </div> <div id="outline-container-org029cd20" class="outline-2"> <h2 id="org029cd20"><span class="section-number-2">5</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-org681d3b2" class="outline-2"> <h2 id="org681d3b2"><span class="section-number-2">6</span> <span class="underline">Install GNU coreutils</span></h2> <div class="outline-text-2" id="text-6"> </div><div id="outline-container-org14d5745" class="outline-3"> <h3 id="org14d5745"><span class="section-number-3">6.1</span> GNU version of <code>ls</code> is needed to work with dircolors</h3> <div class="outline-text-3" id="text-6-1"> <pre class="example"> brew install coreutils </pre> </div> </div> </div> <div id="outline-container-orgb368794" class="outline-2"> <h2 id="orgb368794"><span class="section-number-2">7</span> <span class="underline">Fonts</span></h2> <div class="outline-text-2" id="text-7"> <pre class="example"> git clone git@github.com:powerline/fonts.git cd fonts ./install.sh </pre> </div> <div id="outline-container-org7d2dcce" class="outline-3"> <h3 id="org7d2dcce"><span class="section-number-3">7.1</span> <code>Terminal -> prefrences -> profiles -> import -> change font</code></h3> </div> <div id="outline-container-org9874722" class="outline-3"> <h3 id="org9874722"><span class="section-number-3">7.2</span> Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></h3> <div class="outline-text-3" id="text-7-2"> </div><div id="outline-container-orgface388" class="outline-4"> <h4 id="orgface388"><span class="section-number-4">7.2.1</span> Or some other font</h4> </div> <div id="outline-container-orgcbdc18d" class="outline-4"> <h4 id="orgcbdc18d"><span class="section-number-4">7.2.2</span> Or some other size</h4> </div> </div> </div> <div id="outline-container-orgd42bb0e" class="outline-2"> <h2 id="orgd42bb0e"><span class="section-number-2">8</span> <span class="underline">Solarized</span></h2> <div class="outline-text-2" id="text-8"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git git clone git@github.com:tomislav/osx-terminal.app-colors-solarized.git </pre> </div> <div id="outline-container-org422828b" class="outline-3"> <h3 id="org422828b"><span class="section-number-3">8.1</span> May need to add solarized theme to <code>Terminal</code></h3> <div class="outline-text-3" id="text-8-1"> </div><div id="outline-container-org461451b" class="outline-4"> <h4 id="org461451b"><span class="section-number-4">8.1.1</span> <code>Terminal -> prefrences -> profiles -> import</code></h4> </div> </div> </div> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-29 Thu 22:50</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 revised this gist
Dec 30, 2016 . 1 changed file with 76 additions and 54 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 @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-29 Thu 22:46 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title></title> @@ -232,47 +232,56 @@ <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#orgea9b48d">1. <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</a></li> <li><a href="#org9a85ea8">2. <span class="underline">Update zsh</span></a> <ul> <li><a href="#org4046d97">2.1. From this SO post</a></li> </ul> </li> <li><a href="#orge6a7b51">3. <span class="underline">Restart Shell</span></a></li> <li><a href="#orgf5c74a5">4. <span class="underline">Setup Prezto</span></a> <ul> <li><a href="#orgbcc6bf5">4.1. From the docs</a></li> </ul> </li> <li><a href="#orge827d9b">5. <span class="underline">Restart Shell</span></a></li> <li><a href="#orgad35a39">6. <span class="underline">Install GNU coreutils</span></a> <ul> <li><a href="#orgaf5d9ea">6.1. GNU version of <code>ls</code> is needed to work with dircolors</a></li> </ul> </li> <li><a href="#orgfd41ac9">7. <span class="underline">Fonts</span></a> <ul> <li><a href="#orgc2ca7d9">7.1. <code>Terminal -> prefrences -> profiles -> import -> change font</code></a></li> <li><a href="#org165affd">7.2. Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></a> <ul> <li><a href="#orgf03b008">7.2.1. Or some other font</a></li> <li><a href="#orgd0ed707">7.2.2. Or some other size</a></li> </ul> </li> </ul> </li> <li><a href="#org87ed76c">8. <span class="underline">Solarized</span></a> <ul> <li><a href="#org0109b02">8.1. May need to add solarized theme to <code>Terminal:</code></a> <ul> <li><a href="#orgf0f28fb">8.1.1. <code>Terminal -> prefrences -> profiles -> import</code></a></li> </ul> </li> </ul> </li> </ul> </div> </div> <div id="outline-container-orgea9b48d" class="outline-2"> <h2 id="orgea9b48d"><span class="section-number-2">1</span> <span class="underline"><b>NOTE</b></span>: clone everything to <code>$HOME</code> dir</h2> </div> <div id="outline-container-org9a85ea8" class="outline-2"> <h2 id="org9a85ea8"><span class="section-number-2">2</span> <span class="underline">Update zsh</span></h2> <div class="outline-text-2" id="text-2"> </div><div id="outline-container-org4046d97" class="outline-3"> <h3 id="org4046d97"><span class="section-number-3">2.1</span> From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></h3> <div class="outline-text-3" id="text-2-1"> <pre class="example"> # check the zsh info: brew info zsh @@ -292,17 +301,17 @@ <h4 id="org7db27af"><span class="section-number-4">1.2.1</span> From <a href="ht </div> </div> </div> <div id="outline-container-orge6a7b51" class="outline-2"> <h2 id="orge6a7b51"><span class="section-number-2">3</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-orgf5c74a5" class="outline-2"> <h2 id="orgf5c74a5"><span class="section-number-2">4</span> <span class="underline">Setup Prezto</span></h2> <div class="outline-text-2" id="text-4"> </div><div id="outline-container-orgbcc6bf5" class="outline-3"> <h3 id="orgbcc6bf5"><span class="section-number-3">4.1</span> From <a href="https://github.com/Jks15063/prezto">the docs</a></h3> <div class="outline-text-3" id="text-4-1"> <pre class="example"> # Clone Prezto: git clone --recursive https://github.com/jks15063/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" # cd to new dir: @@ -317,51 +326,64 @@ <h4 id="orge9c4970"><span class="section-number-4">1.4.1</span> From <a href="ht </div> </div> </div> <div id="outline-container-orge827d9b" class="outline-2"> <h2 id="orge827d9b"><span class="section-number-2">5</span> <span class="underline">Restart Shell</span></h2> </div> <div id="outline-container-orgad35a39" class="outline-2"> <h2 id="orgad35a39"><span class="section-number-2">6</span> <span class="underline">Install GNU coreutils</span></h2> <div class="outline-text-2" id="text-6"> </div><div id="outline-container-orgaf5d9ea" class="outline-3"> <h3 id="orgaf5d9ea"><span class="section-number-3">6.1</span> GNU version of <code>ls</code> is needed to work with dircolors</h3> <div class="outline-text-3" id="text-6-1"> <pre class="example"> brew install coreutils </pre> </div> </div> </div> <div id="outline-container-orgfd41ac9" class="outline-2"> <h2 id="orgfd41ac9"><span class="section-number-2">7</span> <span class="underline">Fonts</span></h2> <div class="outline-text-2" id="text-7"> <pre class="example"> git clone git@github.com:powerline/fonts.git cd fonts ./install.sh </pre> </div> <div id="outline-container-orgc2ca7d9" class="outline-3"> <h3 id="orgc2ca7d9"><span class="section-number-3">7.1</span> <code>Terminal -> prefrences -> profiles -> import -> change font</code></h3> </div> <div id="outline-container-org165affd" class="outline-3"> <h3 id="org165affd"><span class="section-number-3">7.2</span> Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></h3> <div class="outline-text-3" id="text-7-2"> </div><div id="outline-container-orgf03b008" class="outline-4"> <h4 id="orgf03b008"><span class="section-number-4">7.2.1</span> Or some other font</h4> </div> <div id="outline-container-orgd0ed707" class="outline-4"> <h4 id="orgd0ed707"><span class="section-number-4">7.2.2</span> Or some other size</h4> </div> </div> </div> <div id="outline-container-org87ed76c" class="outline-2"> <h2 id="org87ed76c"><span class="section-number-2">8</span> <span class="underline">Solarized</span></h2> <div class="outline-text-2" id="text-8"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git git clone git@github.com:tomislav/osx-terminal.app-colors-solarized.git </pre> </div> <div id="outline-container-org0109b02" class="outline-3"> <h3 id="org0109b02"><span class="section-number-3">8.1</span> May need to add solarized theme to <code>Terminal:</code></h3> <div class="outline-text-3" id="text-8-1"> </div><div id="outline-container-orgf0f28fb" class="outline-4"> <h4 id="orgf0f28fb"><span class="section-number-4">8.1.1</span> <code>Terminal -> prefrences -> profiles -> import</code></h4> </div> </div> </div> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-29 Thu 22:46</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 revised this gist
Dec 30, 2016 . 1 changed file with 57 additions and 49 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 @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-29 Thu 22:16 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title></title> @@ -232,96 +232,104 @@ <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org1893dff">1. zsh Setup</a> <ul> <li><a href="#org9c55659">1.1. <b>NOTE:</b> clone everything to <code>$HOME</code> dir</a></li> <li><a href="#org9b3554c">1.2. Update to latest zsh</a> <ul> <li><a href="#org7db27af">1.2.1. From this SO post</a></li> </ul> </li> <li><a href="#org2b0b6bd">1.3. <code>Restart Shell</code></a></li> <li><a href="#org56efb57">1.4. Setup zsh and Prezto</a> <ul> <li><a href="#orge9c4970">1.4.1. From the docs</a></li> </ul> </li> <li><a href="#org095cafd">1.5. <code>Restart Shell</code></a></li> <li><a href="#org57d5db1">1.6. GNU version of <code>ls</code> is needed for colors</a></li> <li><a href="#orga33c649">1.7. Get fonts</a></li> <li><a href="#org2363a3a">1.8. Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></a> <ul> <li><a href="#org287e876">1.8.1. Or some other font</a></li> <li><a href="#org82fe7da">1.8.2. Or some other size</a></li> </ul> </li> <li><a href="#orgb166f7e">1.9. Get colors</a></li> </ul> </li> </ul> </div> </div> <div id="outline-container-org1893dff" class="outline-2"> <h2 id="org1893dff"><span class="section-number-2">1</span> zsh Setup</h2> <div class="outline-text-2" id="text-1"> </div><div id="outline-container-org9c55659" class="outline-3"> <h3 id="org9c55659"><span class="section-number-3">1.1</span> <b>NOTE:</b> clone everything to <code>$HOME</code> dir</h3> </div> <div id="outline-container-org9b3554c" class="outline-3"> <h3 id="org9b3554c"><span class="section-number-3">1.2</span> Update to latest zsh</h3> <div class="outline-text-3" id="text-1-2"> </div><div id="outline-container-org7db27af" class="outline-4"> <h4 id="org7db27af"><span class="section-number-4">1.2.1</span> From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></h4> <div class="outline-text-4" id="text-1-2-1"> <pre class="example"> # check the zsh info: brew info zsh # install zsh: brew install --without-etcdir zsh # add shell path: sudo vim /etc/shells # add the following line into the very end of the file(/etc/shells): /usr/local/bin/zsh # change default shell: chsh -s /usr/local/bin/zsh </pre> </div> </div> </div> <div id="outline-container-org2b0b6bd" class="outline-3"> <h3 id="org2b0b6bd"><span class="section-number-3">1.3</span> <code>Restart Shell</code></h3> </div> <div id="outline-container-org56efb57" class="outline-3"> <h3 id="org56efb57"><span class="section-number-3">1.4</span> Setup zsh and Prezto</h3> <div class="outline-text-3" id="text-1-4"> </div><div id="outline-container-orge9c4970" class="outline-4"> <h4 id="orge9c4970"><span class="section-number-4">1.4.1</span> From <a href="https://github.com/Jks15063/prezto">the docs</a></h4> <div class="outline-text-4" id="text-1-4-1"> <pre class="example"> # Install Prezto: git clone --recursive https://github.com/jks15063/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" # cd to new dir: cd .zprezto # Create a new Zsh configuration by copying the Zsh configuration files provided: setopt EXTENDED_GLOB for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}" done </pre> </div> </div> </div> <div id="outline-container-org095cafd" class="outline-3"> <h3 id="org095cafd"><span class="section-number-3">1.5</span> <code>Restart Shell</code></h3> </div> <div id="outline-container-org57d5db1" class="outline-3"> <h3 id="org57d5db1"><span class="section-number-3">1.6</span> GNU version of <code>ls</code> is needed for colors</h3> <div class="outline-text-3" id="text-1-6"> <pre class="example"> brew install coreutils </pre> </div> </div> <div id="outline-container-orga33c649" class="outline-3"> <h3 id="orga33c649"><span class="section-number-3">1.7</span> Get fonts</h3> <div class="outline-text-3" id="text-1-7"> <pre class="example"> git clone git@github.com:powerline/fonts.git @@ -330,18 +338,18 @@ <h3 id="org6afd245"><span class="section-number-3">1.7</span> Get fonts</h3> </pre> </div> </div> <div id="outline-container-org2363a3a" class="outline-3"> <h3 id="org2363a3a"><span class="section-number-3">1.8</span> Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></h3> <div class="outline-text-3" id="text-1-8"> </div><div id="outline-container-org287e876" class="outline-4"> <h4 id="org287e876"><span class="section-number-4">1.8.1</span> Or some other font</h4> </div> <div id="outline-container-org82fe7da" class="outline-4"> <h4 id="org82fe7da"><span class="section-number-4">1.8.2</span> Or some other size</h4> </div> </div> <div id="outline-container-orgb166f7e" class="outline-3"> <h3 id="orgb166f7e"><span class="section-number-3">1.9</span> Get colors</h3> <div class="outline-text-3" id="text-1-9"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git @@ -353,7 +361,7 @@ <h3 id="org1fed2b2"><span class="section-number-3">1.9</span> Get colors</h3> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-29 Thu 22:16</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 revised this gist
Dec 30, 2016 . 1 changed file with 41 additions and 44 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 @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-29 Thu 21:50 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title></title> @@ -232,42 +232,42 @@ <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#orgcf744c9">1. zsh Setup</a> <ul> <li><a href="#org7771570">1.1. <b>NOTE:</b> clone everything to <code>$HOME</code> dir</a></li> <li><a href="#org5e392bc">1.2. Update to latest zsh</a> <ul> <li><a href="#org3017785">1.2.1. From this SO post</a></li> </ul> </li> <li><a href="#orge1ee54a">1.3. <code>Restart Shell</code></a></li> <li><a href="#org28a661b">1.4. Setup zsh and Prezto</a></li> <li><a href="#org2910d26">1.5. <code>Restart Shell</code></a></li> <li><a href="#orgc1bed02">1.6. GNU version of <code>ls</code> is needed for colors</a></li> <li><a href="#org6afd245">1.7. Get fonts</a></li> <li><a href="#org9783102">1.8. Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></a> <ul> <li><a href="#org8f9427b">1.8.1. Or some other font</a></li> <li><a href="#orgc26a1e1">1.8.2. Or some other size</a></li> </ul> </li> <li><a href="#org1fed2b2">1.9. Get colors</a></li> </ul> </li> </ul> </div> </div> <div id="outline-container-orgcf744c9" class="outline-2"> <h2 id="orgcf744c9"><span class="section-number-2">1</span> zsh Setup</h2> <div class="outline-text-2" id="text-1"> </div><div id="outline-container-org7771570" class="outline-3"> <h3 id="org7771570"><span class="section-number-3">1.1</span> <b>NOTE:</b> clone everything to <code>$HOME</code> dir</h3> </div> <div id="outline-container-org5e392bc" class="outline-3"> <h3 id="org5e392bc"><span class="section-number-3">1.2</span> Update to latest zsh</h3> <div class="outline-text-3" id="text-1-2"> </div><div id="outline-container-org3017785" class="outline-4"> <h4 id="org3017785"><span class="section-number-4">1.2.1</span> From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></h4> <div class="outline-text-4" id="text-1-2-1"> <pre class="example"> # check the zsh info @@ -288,16 +288,13 @@ <h4 id="org1a5b286"><span class="section-number-4">1.2.1</span> From <a href="ht </div> </div> </div> <div id="outline-container-orge1ee54a" class="outline-3"> <h3 id="orge1ee54a"><span class="section-number-3">1.3</span> <code>Restart Shell</code></h3> </div> <div id="outline-container-org28a661b" class="outline-3"> <h3 id="org28a661b"><span class="section-number-3">1.4</span> Setup zsh and Prezto</h3> <div class="outline-text-3" id="text-1-4"> <pre class="example"> # Install Prezto git clone --recursive https://github.com/jks15063/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" @@ -312,19 +309,19 @@ <h3 id="orga430524"><span class="section-number-3">1.4</span> Setup zsh and Prez </pre> </div> </div> <div id="outline-container-org2910d26" class="outline-3"> <h3 id="org2910d26"><span class="section-number-3">1.5</span> <code>Restart Shell</code></h3> </div> <div id="outline-container-orgc1bed02" class="outline-3"> <h3 id="orgc1bed02"><span class="section-number-3">1.6</span> GNU version of <code>ls</code> is needed for colors</h3> <div class="outline-text-3" id="text-1-6"> <pre class="example"> brew install coreutils </pre> </div> </div> <div id="outline-container-org6afd245" class="outline-3"> <h3 id="org6afd245"><span class="section-number-3">1.7</span> Get fonts</h3> <div class="outline-text-3" id="text-1-7"> <pre class="example"> git clone git@github.com:powerline/fonts.git @@ -333,18 +330,18 @@ <h3 id="org4096603"><span class="section-number-3">1.7</span> Get fonts</h3> </pre> </div> </div> <div id="outline-container-org9783102" class="outline-3"> <h3 id="org9783102"><span class="section-number-3">1.8</span> Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></h3> <div class="outline-text-3" id="text-1-8"> </div><div id="outline-container-org8f9427b" class="outline-4"> <h4 id="org8f9427b"><span class="section-number-4">1.8.1</span> Or some other font</h4> </div> <div id="outline-container-orgc26a1e1" class="outline-4"> <h4 id="orgc26a1e1"><span class="section-number-4">1.8.2</span> Or some other size</h4> </div> </div> <div id="outline-container-org1fed2b2" class="outline-3"> <h3 id="org1fed2b2"><span class="section-number-3">1.9</span> Get colors</h3> <div class="outline-text-3" id="text-1-9"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git @@ -356,7 +353,7 @@ <h3 id="org3b71d47"><span class="section-number-3">1.9</span> Get colors</h3> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-29 Thu 21:50</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 revised this gist
Dec 30, 2016 . 1 changed file with 41 additions and 44 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 @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-29 Thu 21:49 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title></title> @@ -232,42 +232,42 @@ <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org1a5ecba">1. zsh Setup</a> <ul> <li><a href="#org0fa3bbd">1.1. <b>NOTE:</b> clone everything to <code>$HOME</code> dir</a></li> <li><a href="#org80c3020">1.2. Update to latest zsh</a> <ul> <li><a href="#org1a5b286">1.2.1. From this SO post</a></li> </ul> </li> <li><a href="#orgef13bf2">1.3. <code>Restart Shell</code></a></li> <li><a href="#orga430524">1.4. Setup zsh and Prezto</a></li> <li><a href="#org02239b2">1.5. <code>Restart Shell</code></a></li> <li><a href="#orgbbc2e78">1.6. GNU version of <code>ls</code> is needed for colors</a></li> <li><a href="#org4096603">1.7. Get fonts</a></li> <li><a href="#orgcba3883">1.8. Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></a> <ul> <li><a href="#org2ed3700">1.8.1. Or some other font</a></li> <li><a href="#org07da48d">1.8.2. Or some other size</a></li> </ul> </li> <li><a href="#org3b71d47">1.9. Get colors</a></li> </ul> </li> </ul> </div> </div> <div id="outline-container-org1a5ecba" class="outline-2"> <h2 id="org1a5ecba"><span class="section-number-2">1</span> zsh Setup</h2> <div class="outline-text-2" id="text-1"> </div><div id="outline-container-org0fa3bbd" class="outline-3"> <h3 id="org0fa3bbd"><span class="section-number-3">1.1</span> <b>NOTE:</b> clone everything to <code>$HOME</code> dir</h3> </div> <div id="outline-container-org80c3020" class="outline-3"> <h3 id="org80c3020"><span class="section-number-3">1.2</span> Update to latest zsh</h3> <div class="outline-text-3" id="text-1-2"> </div><div id="outline-container-org1a5b286" class="outline-4"> <h4 id="org1a5b286"><span class="section-number-4">1.2.1</span> From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></h4> <div class="outline-text-4" id="text-1-2-1"> <pre class="example"> # check the zsh info @@ -288,11 +288,11 @@ <h4 id="org55c1ffc"><span class="section-number-4">1.2.1</span> From <a href="ht </div> </div> </div> <div id="outline-container-orgef13bf2" class="outline-3"> <h3 id="orgef13bf2"><span class="section-number-3">1.3</span> <code>Restart Shell</code></h3> </div> <div id="outline-container-orga430524" class="outline-3"> <h3 id="orga430524"><span class="section-number-3">1.4</span> Setup zsh and Prezto</h3> <div class="outline-text-3" id="text-1-4"> <pre class="example"> # Start zsh @@ -309,25 +309,22 @@ <h3 id="orgd4d459b"><span class="section-number-3">1.4</span> Setup zsh and Prez for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}" done </pre> </div> </div> <div id="outline-container-org02239b2" class="outline-3"> <h3 id="org02239b2"><span class="section-number-3">1.5</span> <code>Restart Shell</code></h3> </div> <div id="outline-container-orgbbc2e78" class="outline-3"> <h3 id="orgbbc2e78"><span class="section-number-3">1.6</span> GNU version of <code>ls</code> is needed for colors</h3> <div class="outline-text-3" id="text-1-6"> <pre class="example"> brew install coreutils </pre> </div> </div> <div id="outline-container-org4096603" class="outline-3"> <h3 id="org4096603"><span class="section-number-3">1.7</span> Get fonts</h3> <div class="outline-text-3" id="text-1-7"> <pre class="example"> git clone git@github.com:powerline/fonts.git @@ -336,18 +333,18 @@ <h3 id="org4080362"><span class="section-number-3">1.7</span> Get fonts</h3> </pre> </div> </div> <div id="outline-container-orgcba3883" class="outline-3"> <h3 id="orgcba3883"><span class="section-number-3">1.8</span> Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></h3> <div class="outline-text-3" id="text-1-8"> </div><div id="outline-container-org2ed3700" class="outline-4"> <h4 id="org2ed3700"><span class="section-number-4">1.8.1</span> Or some other font</h4> </div> <div id="outline-container-org07da48d" class="outline-4"> <h4 id="org07da48d"><span class="section-number-4">1.8.2</span> Or some other size</h4> </div> </div> <div id="outline-container-org3b71d47" class="outline-3"> <h3 id="org3b71d47"><span class="section-number-3">1.9</span> Get colors</h3> <div class="outline-text-3" id="text-1-9"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git @@ -359,7 +356,7 @@ <h3 id="org857691e"><span class="section-number-3">1.9</span> Get colors</h3> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-29 Thu 21:49</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 revised this gist
Dec 30, 2016 . 1 changed file with 43 additions and 41 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 @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-29 Thu 21:42 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title></title> @@ -232,42 +232,42 @@ <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org5c1db25">1. zsh Setup</a> <ul> <li><a href="#org4ba90ac">1.1. <b>NOTE:</b> clone everything to <code>$HOME</code> dir</a></li> <li><a href="#orgff3bda6">1.2. Update to latest zsh</a> <ul> <li><a href="#org55c1ffc">1.2.1. From this SO post</a></li> </ul> </li> <li><a href="#org794e45d">1.3. <code>Restart Shell</code></a></li> <li><a href="#orgd4d459b">1.4. Setup zsh and Prezto</a></li> <li><a href="#org6130a1e">1.5. <code>Restart Shell</code></a></li> <li><a href="#org84cf495">1.6. GNU version of <code>ls</code> is needed for colors</a></li> <li><a href="#org4080362">1.7. Get fonts</a></li> <li><a href="#org8fbe320">1.8. Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></a> <ul> <li><a href="#org50aa68b">1.8.1. Or some other font</a></li> <li><a href="#org8db5686">1.8.2. Or some other size</a></li> </ul> </li> <li><a href="#org857691e">1.9. Get colors</a></li> </ul> </li> </ul> </div> </div> <div id="outline-container-org5c1db25" class="outline-2"> <h2 id="org5c1db25"><span class="section-number-2">1</span> zsh Setup</h2> <div class="outline-text-2" id="text-1"> </div><div id="outline-container-org4ba90ac" class="outline-3"> <h3 id="org4ba90ac"><span class="section-number-3">1.1</span> <b>NOTE:</b> clone everything to <code>$HOME</code> dir</h3> </div> <div id="outline-container-orgff3bda6" class="outline-3"> <h3 id="orgff3bda6"><span class="section-number-3">1.2</span> Update to latest zsh</h3> <div class="outline-text-3" id="text-1-2"> </div><div id="outline-container-org55c1ffc" class="outline-4"> <h4 id="org55c1ffc"><span class="section-number-4">1.2.1</span> From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></h4> <div class="outline-text-4" id="text-1-2-1"> <pre class="example"> # check the zsh info @@ -288,15 +288,17 @@ <h4 id="org119c2c2"><span class="section-number-4">1.2.1</span> From <a href="ht </div> </div> </div> <div id="outline-container-org794e45d" class="outline-3"> <h3 id="org794e45d"><span class="section-number-3">1.3</span> <code>Restart Shell</code></h3> </div> <div id="outline-container-orgd4d459b" class="outline-3"> <h3 id="orgd4d459b"><span class="section-number-3">1.4</span> Setup zsh and Prezto</h3> <div class="outline-text-3" id="text-1-4"> <pre class="example"> # Start zsh zsh # Install Prezto git clone --recursive https://github.com/jks15063/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" # cd to new dir @@ -313,19 +315,19 @@ <h3 id="orge6ca582"><span class="section-number-3">1.4</span> Setup zsh and Prez </pre> </div> </div> <div id="outline-container-org6130a1e" class="outline-3"> <h3 id="org6130a1e"><span class="section-number-3">1.5</span> <code>Restart Shell</code></h3> </div> <div id="outline-container-org84cf495" class="outline-3"> <h3 id="org84cf495"><span class="section-number-3">1.6</span> GNU version of <code>ls</code> is needed for colors</h3> <div class="outline-text-3" id="text-1-6"> <pre class="example"> brew install coreutils </pre> </div> </div> <div id="outline-container-org4080362" class="outline-3"> <h3 id="org4080362"><span class="section-number-3">1.7</span> Get fonts</h3> <div class="outline-text-3" id="text-1-7"> <pre class="example"> git clone git@github.com:powerline/fonts.git @@ -334,18 +336,18 @@ <h3 id="org3329005"><span class="section-number-3">1.7</span> Get fonts</h3> </pre> </div> </div> <div id="outline-container-org8fbe320" class="outline-3"> <h3 id="org8fbe320"><span class="section-number-3">1.8</span> Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></h3> <div class="outline-text-3" id="text-1-8"> </div><div id="outline-container-org50aa68b" class="outline-4"> <h4 id="org50aa68b"><span class="section-number-4">1.8.1</span> Or some other font</h4> </div> <div id="outline-container-org8db5686" class="outline-4"> <h4 id="org8db5686"><span class="section-number-4">1.8.2</span> Or some other size</h4> </div> </div> <div id="outline-container-org857691e" class="outline-3"> <h3 id="org857691e"><span class="section-number-3">1.9</span> Get colors</h3> <div class="outline-text-3" id="text-1-9"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git @@ -357,7 +359,7 @@ <h3 id="org38694d2"><span class="section-number-3">1.9</span> Get colors</h3> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-29 Thu 21:42</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> -
Jks15063 renamed this gist
Dec 30, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Jks15063 created this gist
Dec 30, 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,364 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2016-12-29 Thu 21:36 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title></title> <meta name="generator" content="Org mode" /> <meta name="author" content="Jacob Sellers" /> <style type="text/css"> <!--/*--><![CDATA[/*><!--*/ .title { text-align: center; margin-bottom: .2em; } .subtitle { text-align: center; font-size: medium; font-weight: bold; margin-top:0; } .todo { font-family: monospace; color: red; } .done { font-family: monospace; color: green; } .priority { font-family: monospace; color: orange; } .tag { background-color: #eee; font-family: monospace; padding: 2px; font-size: 80%; font-weight: normal; } .timestamp { color: #bebebe; } .timestamp-kwd { color: #5f9ea0; } .org-right { margin-left: auto; margin-right: 0px; text-align: right; } .org-left { margin-left: 0px; margin-right: auto; text-align: left; } .org-center { margin-left: auto; margin-right: auto; text-align: center; } .underline { text-decoration: underline; } #postamble p, #preamble p { font-size: 90%; margin: .2em; } p.verse { margin-left: 3%; } pre { border: 1px solid #ccc; box-shadow: 3px 3px 3px #eee; padding: 8pt; font-family: monospace; overflow: auto; margin: 1.2em; } pre.src { position: relative; overflow: visible; padding-top: 1.2em; } pre.src:before { display: none; position: absolute; background-color: white; top: -10px; right: 10px; padding: 3px; border: 1px solid black; } pre.src:hover:before { display: inline;} /* Languages per Org manual */ pre.src-asymptote:before { content: 'Asymptote'; } pre.src-awk:before { content: 'Awk'; } pre.src-C:before { content: 'C'; } /* pre.src-C++ doesn't work in CSS */ pre.src-clojure:before { content: 'Clojure'; } pre.src-css:before { content: 'CSS'; } pre.src-D:before { content: 'D'; } pre.src-ditaa:before { content: 'ditaa'; } pre.src-dot:before { content: 'Graphviz'; } pre.src-calc:before { content: 'Emacs Calc'; } pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } pre.src-fortran:before { content: 'Fortran'; } pre.src-gnuplot:before { content: 'gnuplot'; } pre.src-haskell:before { content: 'Haskell'; } pre.src-java:before { content: 'Java'; } pre.src-js:before { content: 'Javascript'; } pre.src-latex:before { content: 'LaTeX'; } pre.src-ledger:before { content: 'Ledger'; } pre.src-lisp:before { content: 'Lisp'; } pre.src-lilypond:before { content: 'Lilypond'; } pre.src-lua:before { content: 'Lua'; } pre.src-matlab:before { content: 'MATLAB'; } pre.src-mscgen:before { content: 'Mscgen'; } pre.src-ocaml:before { content: 'Objective Caml'; } pre.src-octave:before { content: 'Octave'; } pre.src-org:before { content: 'Org mode'; } pre.src-oz:before { content: 'OZ'; } pre.src-plantuml:before { content: 'Plantuml'; } pre.src-processing:before { content: 'Processing.js'; } pre.src-python:before { content: 'Python'; } pre.src-R:before { content: 'R'; } pre.src-ruby:before { content: 'Ruby'; } pre.src-sass:before { content: 'Sass'; } pre.src-scheme:before { content: 'Scheme'; } pre.src-screen:before { content: 'Gnu Screen'; } pre.src-sed:before { content: 'Sed'; } pre.src-sh:before { content: 'shell'; } pre.src-sql:before { content: 'SQL'; } pre.src-sqlite:before { content: 'SQLite'; } /* additional languages in org.el's org-babel-load-languages alist */ pre.src-forth:before { content: 'Forth'; } pre.src-io:before { content: 'IO'; } pre.src-J:before { content: 'J'; } pre.src-makefile:before { content: 'Makefile'; } pre.src-maxima:before { content: 'Maxima'; } pre.src-perl:before { content: 'Perl'; } pre.src-picolisp:before { content: 'Pico Lisp'; } pre.src-scala:before { content: 'Scala'; } pre.src-shell:before { content: 'Shell Script'; } pre.src-ebnf2ps:before { content: 'ebfn2ps'; } /* additional language identifiers per "defun org-babel-execute" in ob-*.el */ pre.src-cpp:before { content: 'C++'; } pre.src-abc:before { content: 'ABC'; } pre.src-coq:before { content: 'Coq'; } pre.src-groovy:before { content: 'Groovy'; } /* additional language identifiers from org-babel-shell-names in ob-shell.el: ob-shell is the only babel language using a lambda to put the execution function name together. */ pre.src-bash:before { content: 'bash'; } pre.src-csh:before { content: 'csh'; } pre.src-ash:before { content: 'ash'; } pre.src-dash:before { content: 'dash'; } pre.src-ksh:before { content: 'ksh'; } pre.src-mksh:before { content: 'mksh'; } pre.src-posh:before { content: 'posh'; } /* Additional Emacs modes also supported by the LaTeX listings package */ pre.src-ada:before { content: 'Ada'; } pre.src-asm:before { content: 'Assembler'; } pre.src-caml:before { content: 'Caml'; } pre.src-delphi:before { content: 'Delphi'; } pre.src-html:before { content: 'HTML'; } pre.src-idl:before { content: 'IDL'; } pre.src-mercury:before { content: 'Mercury'; } pre.src-metapost:before { content: 'MetaPost'; } pre.src-modula-2:before { content: 'Modula-2'; } pre.src-pascal:before { content: 'Pascal'; } pre.src-ps:before { content: 'PostScript'; } pre.src-prolog:before { content: 'Prolog'; } pre.src-simula:before { content: 'Simula'; } pre.src-tcl:before { content: 'tcl'; } pre.src-tex:before { content: 'TeX'; } pre.src-plain-tex:before { content: 'Plain TeX'; } pre.src-verilog:before { content: 'Verilog'; } pre.src-vhdl:before { content: 'VHDL'; } pre.src-xml:before { content: 'XML'; } pre.src-nxml:before { content: 'XML'; } /* add a generic configuration mode; LaTeX export needs an additional (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */ pre.src-conf:before { content: 'Configuration File'; } table { border-collapse:collapse; } caption.t-above { caption-side: top; } caption.t-bottom { caption-side: bottom; } td, th { vertical-align:top; } th.org-right { text-align: center; } th.org-left { text-align: center; } th.org-center { text-align: center; } td.org-right { text-align: right; } td.org-left { text-align: left; } td.org-center { text-align: center; } dt { font-weight: bold; } .footpara { display: inline; } .footdef { margin-bottom: 1em; } .figure { padding: 1em; } .figure p { text-align: center; } .inlinetask { padding: 10px; border: 2px solid gray; margin: 10px; background: #ffffcc; } #org-div-home-and-up { text-align: right; font-size: 70%; white-space: nowrap; } textarea { overflow-x: auto; } .linenr { font-size: smaller } .code-highlighted { background-color: #ffff00; } .org-info-js_info-navigation { border-style: none; } #org-info-js_console-label { font-size: 10px; font-weight: bold; white-space: nowrap; } .org-info-js_search-highlight { background-color: #ffff00; color: #000000; font-weight: bold; } .org-svg { width: 90%; } /*]]>*/--> </style> <script type="text/javascript"> /* @licstart The following is the entire license notice for the JavaScript code in this tag. Copyright (C) 2012-2013 Free Software Foundation, Inc. The JavaScript code in this tag is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License (GNU GPL) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The code is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. As additional permission under GNU GPL version 3 section 7, you may distribute non-source (e.g., minimized or compacted) forms of that code without the copy of the GNU GPL normally required by section 4, provided you include this license notice and a URL through which recipients can access the Corresponding Source. @licend The above is the entire license notice for the JavaScript code in this tag. */ <!--/*--><![CDATA[/*><!--*/ function CodeHighlightOn(elem, id) { var target = document.getElementById(id); if(null != target) { elem.cacheClassElem = elem.className; elem.cacheClassTarget = target.className; target.className = "code-highlighted"; elem.className = "code-highlighted"; } } function CodeHighlightOff(elem, id) { var target = document.getElementById(id); if(elem.cacheClassElem) elem.className = elem.cacheClassElem; if(elem.cacheClassTarget) target.className = elem.cacheClassTarget; } /*]]>*///--> </script> </head> <body> <div id="content"> <div id="table-of-contents"> <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#orgfd99a38">1. zsh Setup</a> <ul> <li><a href="#org1c41531">1.1. <b>NOTE:</b> clone everything to <code>$HOME</code> dir</a></li> <li><a href="#org063bf80">1.2. Update to latest zsh</a> <ul> <li><a href="#org119c2c2">1.2.1. From this SO post</a></li> </ul> </li> <li><a href="#org7e20c7a">1.3. <code>Restart Shell</code></a></li> <li><a href="#orge6ca582">1.4. Setup zsh and Prezto</a></li> <li><a href="#org1549cc7">1.5. <code>Restart Shell</code></a></li> <li><a href="#orgeaf3410">1.6. GNU version of <code>ls</code> is needed for colors</a></li> <li><a href="#org3329005">1.7. Get fonts</a></li> <li><a href="#orgb78c5b5">1.8. Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></a> <ul> <li><a href="#orgd8d7fc1">1.8.1. Or some other font</a></li> <li><a href="#orgaebd35d">1.8.2. Or some other size</a></li> </ul> </li> <li><a href="#org38694d2">1.9. Get colors</a></li> </ul> </li> </ul> </div> </div> <div id="outline-container-orgfd99a38" class="outline-2"> <h2 id="orgfd99a38"><span class="section-number-2">1</span> zsh Setup</h2> <div class="outline-text-2" id="text-1"> </div><div id="outline-container-org1c41531" class="outline-3"> <h3 id="org1c41531"><span class="section-number-3">1.1</span> <b>NOTE:</b> clone everything to <code>$HOME</code> dir</h3> </div> <div id="outline-container-org063bf80" class="outline-3"> <h3 id="org063bf80"><span class="section-number-3">1.2</span> Update to latest zsh</h3> <div class="outline-text-3" id="text-1-2"> </div><div id="outline-container-org119c2c2" class="outline-4"> <h4 id="org119c2c2"><span class="section-number-4">1.2.1</span> From <a href="http://stackoverflow.com/questions/17648621/how-do-i-update-zsh-to-the-latest-version">this SO post</a></h4> <div class="outline-text-4" id="text-1-2-1"> <pre class="example"> # check the zsh info brew info zsh # install zsh brew install --without-etcdir zsh # add shell path sudo vim /etc/shells # add the following line into the very end of the file(/etc/shells) /usr/local/bin/zsh # change default shell chsh -s /usr/local/bin/zsh </pre> </div> </div> </div> <div id="outline-container-org7e20c7a" class="outline-3"> <h3 id="org7e20c7a"><span class="section-number-3">1.3</span> <code>Restart Shell</code></h3> </div> <div id="outline-container-orge6ca582" class="outline-3"> <h3 id="orge6ca582"><span class="section-number-3">1.4</span> Setup zsh and Prezto</h3> <div class="outline-text-3" id="text-1-4"> <pre class="example"> zsh git clone --recursive https://github.com/jks15063/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" # cd to new dir cd .zprezto # Just do it setopt EXTENDED_GLOB for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}" done # Set zsh to default shell chsh -s /bin/zsh </pre> </div> </div> <div id="outline-container-org1549cc7" class="outline-3"> <h3 id="org1549cc7"><span class="section-number-3">1.5</span> <code>Restart Shell</code></h3> </div> <div id="outline-container-orgeaf3410" class="outline-3"> <h3 id="orgeaf3410"><span class="section-number-3">1.6</span> GNU version of <code>ls</code> is needed for colors</h3> <div class="outline-text-3" id="text-1-6"> <pre class="example"> brew install coreutils </pre> </div> </div> <div id="outline-container-org3329005" class="outline-3"> <h3 id="org3329005"><span class="section-number-3">1.7</span> Get fonts</h3> <div class="outline-text-3" id="text-1-7"> <pre class="example"> git clone git@github.com:powerline/fonts.git cd fonts ./install.sh </pre> </div> </div> <div id="outline-container-orgb78c5b5" class="outline-3"> <h3 id="orgb78c5b5"><span class="section-number-3">1.8</span> Set font in terminal to <code>DejaVu Sans Mono for Powerline</code>, <code>18 pt.</code></h3> <div class="outline-text-3" id="text-1-8"> </div><div id="outline-container-orgd8d7fc1" class="outline-4"> <h4 id="orgd8d7fc1"><span class="section-number-4">1.8.1</span> Or some other font</h4> </div> <div id="outline-container-orgaebd35d" class="outline-4"> <h4 id="orgaebd35d"><span class="section-number-4">1.8.2</span> Or some other size</h4> </div> </div> <div id="outline-container-org38694d2" class="outline-3"> <h3 id="org38694d2"><span class="section-number-3">1.9</span> Get colors</h3> <div class="outline-text-3" id="text-1-9"> <pre class="example"> git clone git@github.com:seebi/dircolors-solarized.git git clone git@github.com:tomislav/osx-terminal.app-colors-solarized.git </pre> </div> </div> </div> </div> <div id="postamble" class="status"> <p class="author">Author: Jacob Sellers</p> <p class="date">Created: 2016-12-29 Thu 21:36</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> </html>