Skip to content

Instantly share code, notes, and snippets.

View penrodlol's full-sized avatar
[object Object]

Christian penrodlol

[object Object]
View GitHub Profile
@penrodlol
penrodlol / VSCode Config
Last active April 3, 2022 22:45
Configuration for VSCode
{
// WORKBENCH
// ================================================================
"workbench.colorTheme": "Rosé Pine",
"workbench.startupEditor": "none",
"workbench.iconTheme": "minimal-icons",
// ================================================================
// EDITOR
// ================================================================
@penrodlol
penrodlol / Hyper Config
Last active March 21, 2022 15:46
Configuration for Hyper Terminal
"use strict";
module.exports = {
config: {
updateChannel: "stable",
fontSize: 19,
fontFamily:
'Nunito, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
fontWeight: "normal",
fontWeightBold: "bold",
lineHeight: 1,