Skip to content

Instantly share code, notes, and snippets.

@abiriadev
Created February 11, 2022 19:53
Show Gist options
  • Save abiriadev/39e55dbff123df6970effa330719b20f to your computer and use it in GitHub Desktop.
Save abiriadev/39e55dbff123df6970effa330719b20f to your computer and use it in GitHub Desktop.
my hyper config file
module.exports = {
config: {
fontSize: 16,
fontFamily: 'MesloLGS NF, JetBrains Mono, Menlo, DejaVu Sans Mono, Lucida Console, monospace',
cursorShape: 'BEAM',
selectionColor: 'rgba(98, 108, 128, .4)',
// shell: "/bin/fish"
defaultSSHApp: false,
workingDirectory: '~',
disableLigatures: false,
},
plugins: [
'hyper-one-dark',
'hyperpower',
'hyper-active-tab',
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment