Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

March 15, 2022

Note: Utiliser le nouveau Windows Terminal dans Windows 10, sans passer par le store
  1. Récupérer le dernier .msixbundle ici
  2. Ouvrir une fenêtre PowerShell à l'endroit où se trouve le fichier .msixbundle
  3. Écrire Add-AppxPackage <nom du fichier>

Pour ajouter Git Bash dedans, aller dans les paramètres, puis Open JSON file.

Dans la partie profiles/list, ajouter :

{
  "commandline": "%PROGRAMFILES%/git/usr/bin/bash.exe -i -l",
  "guid": "{00000000-0000-0000-ba54-000000000002}",
  "hidden": false,
  "icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico",
  "name": "Git Bash"
}