Skip to content

Instantly share code, notes, and snippets.

@mikemcbride
Created February 26, 2019 14:15
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 mikemcbride/8b540c761670b3b2f5c6020deb09c60c to your computer and use it in GitHub Desktop.
Save mikemcbride/8b540c761670b3b2f5c6020deb09c60c to your computer and use it in GitHub Desktop.
Cannot install plugins using `hyper i {plugin}`
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