Skip to content

Instantly share code, notes, and snippets.

View MikaCaldera's full-sized avatar
🐱
I only challenge because I care.

Mika Caldera MikaCaldera

🐱
I only challenge because I care.
View GitHub Profile
@MikaCaldera
MikaCaldera / config.js
Last active March 24, 2021 14:54
Hyper Configuration
// 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',
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help