Skip to content

Instantly share code, notes, and snippets.

iwr 'https://get.scoop.sh' | iex
scoop bucket add nerd-fonts
scoop bucket add extras
scoop update
scoop install sudo concfg
sudo scoop install dejavusansmono-nf
concfg import https://git.io/fAYe5 -n
{
"black": "#002b36",
"dark_blue": "#268bd2",
"dark_green": "#859900",
"dark_cyan": "#2aa198",
"dark_red": "#dc322f",
"dark_magenta": "#6c71c4",
"dark_yellow": "#b58900",
"gray": "#fdf6e3",
"dark_gray": "#073642",
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',