This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |