Thank you for your interest in contributing to one of FireBall1725's mods ("We" or "Us").
The purpose of this contributor agreement ("Agreement") is to clarify and document the rights granted by contributors to Us.
type: custom:stack-in-card | |
cards: | |
- type: grid | |
square: false | |
columns: 2 | |
cards: | |
- type: custom:mushroom-entity-card | |
entity: light.kitchen_lights | |
name: Kitchen | |
secondary_info: none |
{ | |
"world_config": { | |
"world_generation_preset": "minecraft:bedrock,3*minecraft:stone,116*minecraft:sandstone;minecraft:desert" | |
} | |
} |
substitutions: | |
device_name: "teckin_unused_1" | |
plug_name: "Teckin SP20 1" | |
esphome: | |
name: ${device_name} | |
platform: ESP8266 | |
board: esp8285 | |
wifi: |
substitutions: | |
device_name: "sonoff_s31" | |
plug_name: "Sonoff S31 Template" | |
esphome: | |
name: ${device_name} | |
platform: ESP8266 | |
board: esp01_1m | |
esp8266_restore_from_flash: true |
esphome: | |
name: testled | |
platform: ESP8266 | |
board: d1_mini | |
esp8266_restore_from_flash: true | |
includes: | |
- rgbcct.h | |
wifi: | |
ssid: "ssid" |
substitutions: | |
device_name: "devicename" | |
plug_name: "Pretty Switch Name" | |
esphome: | |
name: ${device_name} | |
platform: ESP8266 | |
board: esp8285 | |
wifi: |
Thank you for your interest in contributing to one of FireBall1725's mods ("We" or "Us").
The purpose of this contributor agreement ("Agreement") is to clarify and document the rights granted by contributors to Us.
d-i pkgsel/include string open-vm-tools accountsservice acl acpid adduser apparmor apport apport-symptoms apt apt-utils at base-files base-passwd bash bash-completion bc bcache-tools bind9-host bsdmainutils bsdutils btrfs-progs btrfs-tools busybox-initramfs busybox-static byobu bzip2 ca-certificates cloud-guest-utils cloud-init cloud-initramfs-copymods cloud-initramfs-dyn-netconf command-not-found command-not-found-data console-setup console-setup-linux coreutils cpio cron cryptsetup cryptsetup-bin curl dash dbus debconf debconf-i18n debianutils diffutils dirmngr distro-info-data dmeventd dmidecode dmsetup dns-root-data dnsmasq-base dnsutils dosfstools dpkg e2fsprogs eatmydata ebtables ed eject ethtool fdisk file findutils fonts-ubuntu-console friendly-recovery ftp fuse gawk gcc-8-base:amd64 gdisk geoip-database gettext-base gir1.2-glib-2.0:amd64 git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv grep groff-base gzip hdparm hostname htop info init init-syst |
# /usr/share/zsh/functions/Newuser/zsh-newuser-install | |
# | |
# Function to install startup files for a new user. | |
# Currently it only creates or edits .zshrc. | |
# | |
# It can be run again by giving it the option "-f". | |
# Sanitize environment. | |
emulate -L zsh | |
setopt extendedglob nonomatch warncreateglobal |