Just run
./restore_windows.sh
./restore_emacs.sh
And read the comment at the end.
./copy_linux.sh
then git push
Look at first_install.md
Merci pour cette video : https://www.youtube.com/watch?v=c_oW0yJWveQ
besoin d installer :
sudo apt install fd-find entr
Je vous conseil de mettre ces deux fichier dans:
mv default/ensemble_programming_* ~/bin/
chmod +x ~/bin/ensemble_programming_*
puis
ensemble_programming_pull 15
ou
# surveille tous les fichiers
ensemble_programming_push . "WIP new feature"
# surveille les fichiers avec "py"
ensemble_programming_push py "WIP new feature"
$me=Get-LocalUser TimotheeGauthier
$pass = Read-Host -AsSecureString
[Runtime.InteropServices.Marshal]::PtrToStringAuto([Runtime.InteropServices.Marshal]::SecureStringToBSTR($pass))
$me | Set-LocalUser -Password $pass
$pass = ConvertTo-SecureString "TopSecretPassword" -AsPlainText -Force
$Env:UserName
$Env:UserDomain
$Env:ComputerName
[System.Security.Principal.WindowsIdentity]::GetCurrent().Name
$me | Set-LocalUser -UserMayChangePassword $true -PasswordNeverExpires $true