Skip to content

Instantly share code, notes, and snippets.

@santospatrick
Last active March 16, 2023 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santospatrick/303642eab7152a77a398ccf8710255da to your computer and use it in GitHub Desktop.
Save santospatrick/303642eab7152a77a398ccf8710255da to your computer and use it in GitHub Desktop.
// .hyper.js
// See https://hyper.is#cfg for all currently supported options.
// After installing hyper, run the following:
// hyper i hyper-dracula hypercwd hyper-active-tab
module.exports = {
config: {
fontSize: 18,
fontFamily: '"Meslo LG M for Powerline", Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
fontWeight: 'normal',
fontWeightBold: 'bold',
shell: '/bin/zsh',
shellArgs: ['--login'],
env: {},
bell: 'SOUND',
copyOnSelect: false,
defaultSSHApp: true,
quickEdit: false,
macOptionSelectionMode: 'vertical',
webGLRenderer: true,
activeTab: '🚀',
},
plugins: [
"hyper-dracula",
"hypercwd",
"hyper-active-tab"
],
localPlugins: [],
keymaps: {
// Example
// 'window:devtools': 'cmd+alt+o',
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment