public:hyper
差分
このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
public:hyper [2020/04/13 10:18] – 作成 hirata.nanako | public: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 の設定例 ==== | ||
+ | - で始まる行は初期設定から削除し、+ で始まる行は初期設定から追加した行。 | ||
+ | |||
+ | < | ||
+ | --- .hyper.js.org 2019-10-31 10: | ||
+ | +++ .hyper.js 2019-10-31 11: | ||
+ | @@ -9,10 +9,10 @@ | ||
+ | | ||
+ | |||
+ | // default font size in pixels for all tabs | ||
+ | - fontSize: 12, | ||
+ | + fontSize: 16, // フォントサイズの変更、ご自由に | ||
+ | |||
+ | // font family with optional fallbacks | ||
+ | - fontFamily: ' | ||
+ | + fontFamily: '" | ||
+ | |||
+ | // default font weight: ' | ||
+ | | ||
+ | @@ -36,7 +36,7 @@ | ||
+ | | ||
+ | |||
+ | // set to `true` (without backticks and without quotes) for blinking cursor | ||
+ | - cursorBlink: | ||
+ | + cursorBlink: | ||
+ | |||
+ | // color of the text | ||
+ | | ||
+ | @@ -103,14 +103,14 @@ | ||
+ | // | ||
+ | // PowerShell on Windows | ||
+ | // - Example: `C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe` | ||
+ | - shell: '', | ||
+ | + shell: `C: | ||
+ | |||
+ | // for setting shell arguments (i.e. for using interactive shellArgs: `[' | ||
+ | // by default `[' | ||
+ | - shellArgs: [' | ||
+ | + shellArgs: ['' | ||
+ | |||
+ | - // for environment variables | ||
+ | - env: {}, | ||
+ | +// for environment variables | ||
+ | + env: {LANG: ' | ||
+ | |||
+ | // set to `false` for no bell | ||
+ | bell: ' | ||
+ | @@ -146,7 +146,10 @@ | ||
+ | // | ||
+ | // | ||
+ | // | ||
+ | - plugins: [], | ||
+ | + plugins: [ // プラグイン追加 ご自由に | ||
+ | + ' | ||
+ | + ' | ||
+ | + ], | ||
+ | |||
+ | // in development, | ||
+ | // `~/ | ||
+ | |||
+ | </ | ||
※「.hyper.js」はバックアップをとることで、いつでも初期状態に戻せる。バックアップは、上記方法で「.hyper.js」を開き、別名保存で「.hyper.js.org」と保存することでできる。 | ※「.hyper.js」はバックアップをとることで、いつでも初期状態に戻せる。バックアップは、上記方法で「.hyper.js」を開き、別名保存で「.hyper.js.org」と保存することでできる。 | ||
+ | |||
+ | |||
+ | ---- | ||
+ | [[public: |
public/hyper.1586740705.txt.gz · 最終更新: 2020/04/13 10:18 by hirata.nanako