update some content

This commit is contained in:
2021-10-28 14:13:06 +08:00
parent 97eb780aa4
commit 4f99455d8f
242 changed files with 1826 additions and 2616 deletions

View File

@@ -13,7 +13,7 @@
"articleSection" : "post",
"name" : "[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment",
"headline" : "[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment",
"description" : "\x3cp\x3e因為工作的關係現在很多時間都花在VIM的操作上\x3c\/p\x3e\n\x3cp\x3e所以之前花了滿多時間調整出一個適合自己的VIM環境\x3c\/p\x3e\n\x3cp\x3e原本的作法是把這個設定好的環境丟到自己建立的gitea 上面\x3c\/p\x3e\n\x3cp\x3e然後每到一台新的機器就要去clone 下來\x3c\/p\x3e",
"description" : "\u003cp\u003e因為工作的關係現在很多時間都花在VIM的操作上\u003c\/p\u003e\n\u003cp\u003e所以之前花了滿多時間調整出一個適合自己的VIM環境\u003c\/p\u003e\n\u003cp\u003e原本的作法是把這個設定好的環境丟到自己建立的gitea 上面\u003c\/p\u003e\n\u003cp\u003e然後每到一台新的機器就要去clone 下來\u003c\/p\u003e",
"inLanguage" : "en",
"author" : "Eric Chang",
"creator" : "Eric Chang",
@@ -21,8 +21,8 @@
"accountablePerson" : "Eric Chang",
"copyrightHolder" : "Eric Chang",
"copyrightYear" : "2018",
"datePublished": "2018-12-07 15:19:47 \x2b0800 CST",
"dateModified" : "2018-12-07 15:19:47 \x2b0800 CST",
"datePublished": "2018-12-07 15:19:47 \u002b0800 CST",
"dateModified" : "2018-12-07 15:19:47 \u002b0800 CST",
"url" : "https:\/\/h.cowbay.org\/post\/create-portable-vim-environment\/",
"wordCount" : "41",
"image" : "https://h.cowbay.orghttps://h.cowbay.org/images/post-default-8.jpg"",
@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1632901488" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1632901488" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -318,7 +318,7 @@ if (!doNotTrack) {
<p>那麼每一台機器都會有相同的vim 環境</p>
<p>比起之前要先git clone 然後 plugininstall 的作法要更方便許多,而且操作很簡單</p>
<p>只要先抓下來那個檔案並且執行</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-shell" data-lang="shell">bash &lt;<span style="color:#f92672">(</span>curl -L https://raw.githubusercontent.com/junegunn/myvim/master/myvim<span style="color:#f92672">)</span>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-shell" data-lang="shell">bash &lt;<span style="color:#f92672">(</span>curl -L https://raw.githubusercontent.com/junegunn/myvim/master/myvim<span style="color:#f92672">)</span>
</code></pre></div><p>就會在執行的目錄底下產生一個 vim.$(whoami) 的執行檔</p>
<p>這個就是可以帶著走的 vim環境</p>
<p>然後就把這個檔案丟到看哪一台server上然後在其他機器上面去下載回來</p>
@@ -609,7 +609,7 @@ title="pinterest icon"></i>
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1632901488"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
</body>
</html>