Created
February 26, 2019 14:15
-
-
Save mikemcbride/8b540c761670b3b2f5c6020deb09c60c to your computer and use it in GitHub Desktop.
Cannot install plugins using `hyper i {plugin}`
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: { | |
shell: '/usr/local/bin/fish', | |
updateChannel: 'canary', | |
fontSize: 15, | |
lineHeight: 1.2, | |
fontWeight: 'normal', | |
fontWeightBold: 'normal', | |
fontFamily: 'Fira Mono', | |
cursorShape: 'UNDERLINE', | |
cursorColor: '#34febb' | |
}, | |
plugins: [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment