Skip to content

Instantly share code, notes, and snippets.

View yingdongzhang's full-sized avatar

Daniel Zhang yingdongzhang

  • Melbourne, VIC, Australia
View GitHub Profile
@yingdongzhang
yingdongzhang / windows_terminal_profiles.json
Created March 9, 2020 07:45
Windows Terminal Profiles
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles":
@yingdongzhang
yingdongzhang / 01_setup_swap.config
Created January 10, 2017 01:35 — forked from steinnes/01_setup_swap.config
EB config file which executes setup_swap.sh
container_commands:
01setup_swap:
command: "bash .ebextensions/swap/setup_swap.sh"