Voy a dar instrucciones para distribuciones basadas en Debian, si tienen otra no puedo ayudarles mucho uwu
Primero instalaremos algunas herramientas para facilitarnos la pega.
/* | |
* "${PROJECT_NAME}" (c) by ${AUTHOR}. | |
* "${PROJECT_NAME}" is licensed under a | |
* Creative Commons Attribution 4.0 International License. | |
* You should have received a copy of the license along with this | |
* work. If not, see <https://creativecommons.org/licenses/by/4.0/>. | |
*/ |
To use, add the code from bash-like_autocomplete.ps1
to your PowerShell profile, then reset the console or execute the profile with . $PROFILE
If you're lazy you can run (I'm not making responsible if this fails[^1]):
$Url = 'https://gist.githubusercontent.com/r8vnhill/8bf0562924e7b0f132024bcfa8d06b24/raw/7c150f5ccb42e1f4532c029cf8731a0e4285a48f/bash-like_autocomplete.ps1'
Add-Content -Value "`n" -Path $PROFILE -Verbose
(Invoke-WebRequest -Uri $Url -Verbose).Content | Add-Content -Path $PROFILE -Verbose
. $PROFILE