Skip to content

Instantly share code, notes, and snippets.

View mdbetancourt's full-sized avatar
🏠
Working from home

Michel Betancourt mdbetancourt

🏠
Working from home
View GitHub Profile
# Generated by Powerlevel10k configuration wizard on 2020-10-29 at 00:22 -04.
# Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 49789.
# Wizard options: nerdfont-complete + powerline, small icons, classic, unicode, dark,
# vertical separators, sharp heads, sharp tails, 2 lines, disconnected, full frame,
# sparse, many icons, fluent, transient_prompt, instant_prompt=off.
# Type `p10k configure` to generate another config.
#
# Config for Powerlevel10k with classic powerline prompt style. Type `p10k configure` to generate
# your own config based on it.
#
apiVersion: certmanager.k8s.io/v1alpha1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
# You must replace this email address with your own.
# Let's Encrypt will use this to contact you about expiring
# certificates, and issues related to your account.
email: correo@ejemplo.com
#!/bin/sh
set -e
sudo ros engine switch docker-17.03.2-ce
@mdbetancourt
mdbetancourt / .gitignore
Created October 15, 2017 20:12
Python3 (venv) programming with VS Code
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
@mdbetancourt
mdbetancourt / .zshrc
Last active October 29, 2020 06:53
My zsh config
# Created by newuser for 5.8
zstyle :omz:plugins:ssh-agent identities id_rsa nemobile_rsa
zstyle :omz:plugins:ssh-agent agent-forwarding on
### Added by Zinit's installer
if [[ ! -f $HOME/.zinit/bin/zinit.zsh ]]; then
print -P "%F{33}▓▒░ %F{220}Installing %F{33}DHARMA%F{220} Initiative Plugin Manager (%F{33}zdharma/zinit%F{220})…%f"
command mkdir -p "$HOME/.zinit" && command chmod g-rwX "$HOME/.zinit"
command git clone https://github.com/zdharma/zinit "$HOME/.zinit/bin" && \
print -P "%F{33}▓▒░ %F{34}Installation successful.%f%b" || \