Skip to content

Instantly share code, notes, and snippets.

@mtwzim
Created December 22, 2020 00:47
Show Gist options
  • Save mtwzim/1c934fd5eaf70a3c61f1dcd2e0ed3299 to your computer and use it in GitHub Desktop.
Save mtwzim/1c934fd5eaf70a3c61f1dcd2e0ed3299 to your computer and use it in GitHub Desktop.
Configuração do Hyper Terminal
module.exports = {
config: {
updateChannel: 'stable',
webGLRenderer : false,
fontFamily: 'MesloLGS NF',
fontWeight: 'normal',
fontWeightBold: 'bold',
cursorColor: 'rgba(248,28,229,0.8)',
cursorAccentColor: '#000',
cursorShape: 'BLOCK',
cursorBlink: false,
selectionColor: '#610ba2',
borderColor: '#333',
shell: 'C:\\Windows\\System32\\wsl.exe',
shellArgs: [],
bell: false,
copyOnSelect: false,
defaultSSHApp: true,
quickEdit: false,
macOptionSelectionMode: 'vertical',
webGLRenderer: true,
},
plugins: [
"hyper-dracula",
"hypercwd",
"hyper-font-ligatures"
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment