Skip to content

Instantly share code, notes, and snippets.

View arendondiosa's full-sized avatar

Alejandro E. Rendon arendondiosa

View GitHub Profile
@arendondiosa
arendondiosa / .hyper
Last active January 4, 2019 22:57
Personal Hyper.is configuration on Windows
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
// default font size in pixels for all tabs
fontSize: 14,
// font family with optional fallbacks
//fontFamily: "Fira Code",
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',