#config-location Either your webpage is wrong or your program.
See original GitHub issue- Your Hyper.app version is 3.0.2. Please verify your using the latest Hyper.app version
- I have searched the issues of this repo and believe that this is not a duplicate
-
Any relevant information from devtools? (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): N/A
-
Is the issue reproducible in vanilla Hyper.app? Yes.
Issue
Either your webpage is wrong or your program.
hyper.is/#config-location says
for macOS the path to config file is ~/Library/Application Support/Hyper/.hyper.js
and it says “config at ~/.hyper.js
still supported”.
But when I start a freshly installed Hyper.app
it creates ~/Lib…/App…Supp…/Hyper/
without .hyper.js
and .hyper_plugins/
inside
but creates ~/.hyper.js
and ~/.hyper_plugins/
.
Even when I move them from my home dir to Hyper’s AppSupport dir. They are re-created.
-
Hyper version: undefined “3.0.2”
-
OS ARCH VERSION: darwin x64 17.7.0
-
Electron: 3.1.3 LANG: undefined
-
SHELL: /bin/bash TERM: undefined
~/.hyper.js contents
{
"updateChannel": "stable",
"fontSize": 12,
"fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
"fontWeight": "normal",
"fontWeightBold": "bold",
"lineHeight": 1,
"letterSpacing": 0,
"cursorColor": "rgba(248,28,229,0.8)",
"cursorAccentColor": "#000",
"cursorShape": "BLOCK",
"cursorBlink": false,
"foregroundColor": "#fff",
"backgroundColor": "#000",
"selectionColor": "rgba(248,28,229,0.3)",
"borderColor": "#333",
"css": "",
"termCSS": "",
"showHamburgerMenu": "",
"showWindowControls": "",
"padding": "12px 14px",
"colors": {
"black": "#000000",
"red": "#C51E14",
"green": "#1DC121",
"yellow": "#C7C329",
"blue": "#0A2FC4",
"magenta": "#C839C5",
"cyan": "#20C5C6",
"white": "#C7C7C7",
"lightBlack": "#686868",
"lightRed": "#FD6F6B",
"lightGreen": "#67F86F",
"lightYellow": "#FFFA72",
"lightBlue": "#6A76FB",
"lightMagenta": "#FD7CFC",
"lightCyan": "#68FDFE",
"lightWhite": "#FFFFFF"
},
"shell": "",
"shellArgs": [
"--login"
],
"env": {},
"bell": "SOUND",
"copyOnSelect": false,
"defaultSSHApp": true,
"quickEdit": false,
"macOptionSelectionMode": "vertical",
"webGLRenderer": true
}
{
“plugins”: [
“hyperpower”
],
“localPlugins”: []
}
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:9 (1 by maintainers)
Top GitHub Comments
@zeilen: on my system Hyper uses
$XDG_CONFIG_HOME
when launched via the cli command. Opening the .app still reads from~/.hyper.js
. Can you confirm that?@LabhanshAgrawal Possibly, may be simple enough if macOS has a crontab