70 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<?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>
 | 
						|
<!-- 2021-01-01 ven. 14:56 -->
 | 
						|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 | 
						|
<title>ZSH Config</title>
 | 
						|
<meta name="generator" content="Org mode" />
 | 
						|
<meta name="author" content="Dehaeze Thomas" />
 | 
						|
<link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
 | 
						|
<link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
 | 
						|
<script type="text/javascript" src="./js/jquery.min.js"></script>
 | 
						|
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
 | 
						|
<script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
 | 
						|
<script type="text/javascript" src="./js/readtheorg.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<div id="org-div-home-and-up">
 | 
						|
 <a accesskey="h" href="./index.html"> UP </a>
 | 
						|
 |
 | 
						|
 <a accesskey="H" href="./index.html"> HOME </a>
 | 
						|
</div><div id="content">
 | 
						|
<h1 class="title">ZSH Config</h1>
 | 
						|
<div id="table-of-contents">
 | 
						|
<h2>Table of Contents</h2>
 | 
						|
<div id="text-table-of-contents">
 | 
						|
<ul>
 | 
						|
<li><a href="#orgdf62626">Zplug</a></li>
 | 
						|
</ul>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
<p>
 | 
						|
<a href="https://github.com/unixorn/awesome-zsh-plugins">https://github.com/unixorn/awesome-zsh-plugins</a>
 | 
						|
</p>
 | 
						|
 | 
						|
<div id="outline-container-orgdf62626" class="outline-2">
 | 
						|
<h2 id="orgdf62626">Zplug</h2>
 | 
						|
<div class="outline-text-2" id="text-orgdf62626">
 | 
						|
<p>
 | 
						|
<a href="https://github.com/zplug/zplug">https://github.com/zplug/zplug</a>
 | 
						|
</p>
 | 
						|
<div class="org-src-container">
 | 
						|
<pre class="src src-conf">source ~/.zplug/init.zsh
 | 
						|
 | 
						|
zplug mafredri/zsh-async, from:github
 | 
						|
zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme
 | 
						|
 | 
						|
<span class="org-comment-delimiter"># </span><span class="org-comment">Install plugins if there are plugins that have not been installed</span>
 | 
						|
if ! zplug check --verbose; then
 | 
						|
    printf <span class="org-string">"Install? [y/N]: "</span>
 | 
						|
    if read -q; then
 | 
						|
        echo; zplug install
 | 
						|
    fi
 | 
						|
fi
 | 
						|
 | 
						|
<span class="org-comment-delimiter"># </span><span class="org-comment">Then, source plugins and add commands to $PATH</span>
 | 
						|
zplug load --verbose
 | 
						|
</pre>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
<div id="postamble" class="status">
 | 
						|
<p class="author">Author: Dehaeze Thomas</p>
 | 
						|
<p class="date">Created: 2021-01-01 ven. 14:56</p>
 | 
						|
</div>
 | 
						|
</body>
 | 
						|
</html>
 |