[cool-retro-term][] is a retro terminal emulator.
To install the theme:
- Download the JSON file.
- In cool-retro-term settings, click Import, find and select the downloaded JSON file. The theme should now appear in the list of available themes.
#!/bin/bash | |
# Download terraform docs to search through them locally, because registry.terraform.io is shit! | |
# set -x | |
provider=${1:-"aws"} | |
refs=${2:-"heads"} # or "tags" | |
version=${3:-"main"} # or "v4.44.0" |
MAKEFLAGS += --warn-undefined-variables | |
SHELL := bash | |
.SHELLFLAGS := -eu -o pipefail -c | |
.DEFAULT_GOAL := help | |
.SUFFIXES: | |
# --------------------------------------------------------- | |
# Local Variables | |
# --------------------------------------------------------- |
note: I wrote this for our internal documentation & guidelines at Embark so not all of it is likely relevant for other companies, but sharing here as others expressed interest in seeing it
What to evaluate and consider before adding usage of new third-party crates.
These are not exact requirements but questions to investigate and discuss to help reason around the health, safety, maintainability, and more around crates.
This can also be read as an opinionated guide for crate authors of what our (Embark's) guidelines and recommendations are, though should not be taken too literally.
bind-key -n 'C-\' run-shell -b ${HOME}/.local/bin/tmux-toggle-term |