Skip to content

Instantly share code, notes, and snippets.

View heyy-josval's full-sized avatar
🐢
Turtling

José Valentino heyy-josval

🐢
Turtling
View GitHub Profile
@heyy-josval
heyy-josval / WIN10.MD
Created March 5, 2024 16:37 — forked from hungneox/WIN10.MD
How Make a Windows 10 USB Using Your Mac - Build a Bootable ISO From Your Mac's Terminal

Most new PCs don't come with DVD drives anymore. So it can be a pain to install Windows on a new computer.

Luckily, Microsoft makes a tool that you can use to install Windows from a USB storage drive (or "thumbdrive" as they are often called).

But what if you don't have a second PC for setting up that USB storage drive in the first place?

In this tutorial we'll show you how you can set this up from a Mac.

Step 1: Download the Windows 10 ISO file

You can download the ISO file straight from Windows. That's right - everything we're going to do here is 100% legal and sanctioned by Microsoft.

[
{
"name": "Booking MERN",
"image": "https://www.boardinfinity.com/blog/content/images/2023/01/Mern.png",
"description": "El proyecto Booking MERN es una aplicación web desarrollada como parte del curso de Ingeniería de Software en la universidad. Se trata de un sistema de reserva que utiliza la pila MERN (MongoDB, Express, React, Node.js) para gestionar y visualizar reservas de usuarios.",
"languages": ["JavaScript"],
"link_repo": "https://github.com/heyy-josval/booking-mern"
}
]
@heyy-josval
heyy-josval / settings.json
Last active July 3, 2023 11:36
vs code personal config
{
// EXTENSIONS
// - Indenticator
// - Frontend Essentials Extension Pack
// - svelte
// - Subtle match
"editor.fontFamily": "Iosevka",
"terminal.integrated.fontFamily": "Iosevka Term",
"editor.defaultFormatter": "esbenp.prettier-vscode",