ユーザ用ツール

サイト用ツール


public:hyper

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
public:hyper [2020/04/13 10:19] hirata.nanakopublic:hyper [2020/04/13 10:35] (現在) – [.hyper.js の設定例] hirata.nanako
行 1: 行 1:
-====== Hyper の設定例 ======+====== Hyper で PoserShell を使う ======
 Hyper を公式からダウンロードし、インストールする。設定は、「Edit」→「Preferences」で開かれる「.hyper.js」を編集することで変更できる。 Hyper を公式からダウンロードし、インストールする。設定は、「Edit」→「Preferences」で開かれる「.hyper.js」を編集することで変更できる。
 +
 +
 +==== .hyper.js の設定例 ====
 +- で始まる行は初期設定から削除し、+ で始まる行は初期設定から追加した行。
 +
 <code> <code>
 --- .hyper.js.org 2019-10-31 10:27:04.340105100 +0900 --- .hyper.js.org 2019-10-31 10:27:04.340105100 +0900
行 9: 行 14:
      // default font size in pixels for all tabs      // default font size in pixels for all tabs
 -    fontSize: 12, -    fontSize: 12,
-+    fontSize: 16,++    fontSize: 16,  // フォントサイズの変更、ご自由に
    
      // font family with optional fallbacks      // font family with optional fallbacks
 -    fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', -    fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
-+    fontFamily: '"Ricty Diminished", Menlo, Consolas',++    fontFamily: '"Ricty Diminished", Menlo, Consolas',   // フォントの変更、ご自由に
    
      // default font weight: 'normal' or 'bold'      // default font weight: 'normal' or 'bold'
行 22: 行 27:
      // set to `true` (without backticks and without quotes) for blinking cursor      // set to `true` (without backticks and without quotes) for blinking cursor
 -    cursorBlink: false, -    cursorBlink: false,
-+    cursorBlink: true,++    cursorBlink: true,  // カーソル、ご自由に
    
      // color of the text      // color of the text
行 50: 行 55:
    //   `project#1.0.1`    //   `project#1.0.1`
 -  plugins: [], -  plugins: [],
-+  plugins: [++  plugins: [ // プラグイン追加 ご自由に
 +            'hyper-chesterish', +            'hyper-chesterish',
 +            'hypercwd' +            'hypercwd'
行 60: 行 65:
 </code> </code>
 ※「.hyper.js」はバックアップをとることで、いつでも初期状態に戻せる。バックアップは、上記方法で「.hyper.js」を開き、別名保存で「.hyper.js.org」と保存することでできる。 ※「.hyper.js」はバックアップをとることで、いつでも初期状態に戻せる。バックアップは、上記方法で「.hyper.js」を開き、別名保存で「.hyper.js.org」と保存することでできる。
 +
 +
 +----
 +[[public:win10_openssh|Windows 10 OpenSSH に戻る]]
public/hyper.1586740763.txt.gz · 最終更新: 2020/04/13 10:19 by hirata.nanako

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki