Skip to content

Instantly share code, notes, and snippets.

Add-Type -AssemblyName System.IO.Compression.FileSystem
# Install nvim to a windows computer with my config with everything ready
$nvim_url = 'https://github.com/neovim/neovim/releases/download/v0.11.0/nvim-win64.zip'
$nvim_out = (Get-Location).PATH + '\nvim.zip'
$git_url = 'https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/Git-2.49.0-64-bit.exe'
$git_out = (Get-Location).PATH + '\GitInstaller.exe'
# Install everything
$wc = New-Object net.webclient
echo "Installing git"
@onlinemax
onlinemax / index.html
Created January 24, 2024 21:27
YzgxLzX
<div class="title">
<h1>Sources</h1>
<p>Outil pour faire des sources</p>
</div>
<h2>Remplir les informations suivantes: </h2>
<form id="info" method="get">
<fieldset>
<label><p>Le nom de l'auteur: </p><input autocomplete="off" id="nom" type="text" required>
</fieldset>
<fieldset>