Skip to content

Instantly share code, notes, and snippets.

View andersondario's full-sized avatar

Anderson Dario andersondario

View GitHub Profile
@andersondario
andersondario / settings.json
Last active February 27, 2021 01:04 — forked from diego3g/settings.json
VSCode Settings (Updated)
{
"terminal.integrated.fontSize": 14,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"editor.tabSize": 4,
"editor.fontSize": 14,
"editor.lineHeight": 22,
"editor.fontFamily": "Fira Code",
@andersondario
andersondario / fedora_setup.sh
Last active May 14, 2022 23:05
Fedora Setup
# Initial update
sudo yum update -y
# Docker
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
# Minikube
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-latest.x86_64.rpm
sudo rpm -ivh minikube-latest.x86_64.rpm