- Download iTerm2 3.1 beta version (https://iterm2.com/downloads/beta/iTerm2-3_1_beta_8.zip)
- Use Dracula theme for iTerm2 https://draculatheme.com/iterm/
- Install oh-my-zsh https://github.com/robbyrussell/oh-my-zsh
- Install Dracula there for zsh https://draculatheme.com/zsh/
- Set pane margins:
iTerm2 -> Preferences -> Advanced
General
section
- Set
Width of left and right margins in terminal panes
to 12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemd: | |
units: | |
- name: format-ebs.service | |
command: start | |
contents: | | |
[Unit] | |
Description=Formats EBS /dev/xvdb volume | |
After=dev-xvdb.device | |
Requires=dev-xvdb.device | |
[Service] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"services": { | |
"dynamodb": { | |
"operations": { | |
"batchGetItem": { | |
"request_descriptors": { | |
"RequestItems": { | |
"get_keys": true, | |
"rename_to": "table_names" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setTimeout(function () { | |
Promise.resolve().then(function () { | |
console.log("Promise"); | |
}); | |
process.nextTick(function () { | |
console.log("nextTick"); | |
}); | |
}, 1); |
I hereby claim:
- I am mthenw on github.
- I am mthenw (https://keybase.io/mthenw) on keybase.
- I have a public key whose fingerprint is 7043 9B11 68DF 611B CBDA 0615 1DC7 DCCD 88E5 2E02
To claim this, I am signing this object: