Created
December 22, 2020 00:47
-
-
Save mtwzim/1c934fd5eaf70a3c61f1dcd2e0ed3299 to your computer and use it in GitHub Desktop.
Configuração do Hyper Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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