Skip to content

Instantly share code, notes, and snippets.

View zfhui's full-sized avatar
🐙
coding hard or hardly coding...

Zhuo-Fei Hui zfhui

🐙
coding hard or hardly coding...
View GitHub Profile
@zfhui
zfhui / .gitconfig
Last active October 18, 2023 08:16
[user]
name = Zhuo-Fei Hui
email =
signingkey = /Users/fei/.ssh/id_ed25519.pub
[core]
editor = code --wait
[alias]
co = checkout
ci = commit
st = status
@zfhui
zfhui / .hyper.js
Last active October 5, 2022 20:58
Hyper Settings
"use strict";
// 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',
// default font size in pixels for all tabs