Skip to content

Instantly share code, notes, and snippets.

@anandb0101
anandb0101 / Hyper default config for Ubuntu
Created May 28, 2021 06:52
this is the default configuration of hyper for linux. just copy and paste it in your .hyper.js file
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',