Skip to content

Instantly share code, notes, and snippets.

View cardiadev's full-sized avatar
:octocat:
Learning

Carlos J. Diaz Flores cardiadev

:octocat:
Learning
View GitHub Profile
@cardiadev
cardiadev / scss-color-palette-generator.scss
Created March 27, 2024 07:34 — forked from SimonPadbury/scss-color-palette-generator.scss
SCSS color palette generator — use to generate a range of color utilities (text color, background, border-color).
// Example: Set your color variables
$color--gray: #888888;
$color--blue: #3366FF;
$color--teal: #43E7F9;
$color--green: #5BD642;
$color--orange: #ffae18;
$color--red: #FF4732;
// Example: Set a color shade step interval
@cardiadev
cardiadev / instalaciones.md
Created April 25, 2023 15:44 — forked from Klerith/instalaciones.md
Instalaciones recomendadas - Curso de Angular de cero a experto
@cardiadev
cardiadev / docker-aliases.sh
Created April 24, 2023 21:30 — forked from jgrodziski/docker-aliases.sh
Useful Docker Aliases
############################################################################
# #
# ------- Useful Docker Aliases -------- #
# #
# # Installation : #
# copy/paste these lines into your .bashrc or .zshrc file or just #
# type the following in your current shell to try it out: #
# wget -O - https://gist.githubusercontent.com/jgrodziski/9ed4a17709baad10dbcd4530b60dfcbb/raw/d84ef1741c59e7ab07fb055a70df1830584c6c18/docker-aliases.sh | bash
# #
# # Usage: #
@cardiadev
cardiadev / instalaciones-nestjs.md
Created December 14, 2022 03:13 — forked from Klerith/instalaciones-nestjs.md
Instalaciones recomendadas para el curso de Nest.js
@cardiadev
cardiadev / setup.sh
Created September 4, 2020 20:02 — forked from bradp/setup.sh
New Mac Setup Script
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
echo "Please add this public key to Github \n"
echo "https://github.com/account/ssh \n"
read -p "Press [Enter] key after this..."
echo "Installing xcode-stuff"
xcode-select --install