vercel / vercel/hyper

Configuration file location

Open
#3,124 1 comment 12 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

  • I am on the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate
  • OS version and name: macOS 10.13.6
  • Hyper.app version: 2.0.0 (homebrew)
  • Link of a Gist with the contents of your .hyper.js: NA
  • Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): NA
  • The issue is reproducible in vanilla Hyper.app: Yes/NA

Issue

Generally speaking it's really unfortunate that so many tools just blindly dump random configuration in a user's home directory. Some tools (fish, kakoune, neovim) have started to adopt ~/.config as an alternative. Please consider moving ~/.hyper.js to ~/.config/hyper/config.js. ~/.hyper_plugins should also be moved to ~/.config/hyper/plugins. I'm sure I could handle making the change if it would be welcome.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how Hyper locates and loads ~/.hyper.js and ~/.hyper_plugins. Check the related configuration and plugin-loading entry points, then verify that configuration is read from ~/.config/hyper/config.js and plugins from ~/.config/hyper/plugins. The requested locations are the completion criteria.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, macos
Domain
desktop, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.