Skip to content

Instantly share code, notes, and snippets.

@AdamJ
AdamJ / .hyper.js
Last active October 29, 2019 14:45
Hyper Terminal 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',
@AdamJ
AdamJ / keybase.md
Last active November 18, 2020 15:08

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@AdamJ
AdamJ / .editorconfig
Created May 23, 2018 15:21
.editorconfig
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
@AdamJ
AdamJ / ubuntu-config.md
Last active April 30, 2020 14:47
Ubuntu configuration

Basic configurations for developing on a Ubuntu-based machine

VirtualBox Guest Additions

$ sudo apt install virtualbox-guest-utils virtualbox-guest-dkms virtualbox-guest-x11
$ sudo reboot
$ lsmod | grep guest

General