You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WINDOWS.es.md
+10-69Lines changed: 10 additions & 69 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -601,88 +601,29 @@ Cuando termines, tu terminal debería lucir así:
601
601
:x: Si no, por favor **pídele ayuda a un profesor**.
602
602
603
603
604
-
## Conexión de tu navegador predeterminado con Ubuntu
604
+
## Linking your default browser to Ubuntu
605
605
606
606
Para asegurarnos de que puedas interactuar desde la terminal de Ubuntu con el navegador que tienes instalado en Windows, debemos definirlo como tu navegador predeterminado aquí.
607
607
608
-
:warning: Tienes que ejecutar al menos uno de los siguientes comandos:
608
+
Ejecuta el siguiente comando y sigue las instrucciones. La herramienta te pedirá que elijas uno de los navegadores disponibles en tu sistema. Solo necesitas escribir el **número** que aparece delante del navegador.
609
609
610
-
<details>
611
-
<summary>Google Chrome como tu navegador predeterminado</summary>
612
-
613
-
Ejecuta este comando:
614
-
615
-
```bash
616
-
ls /mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe
617
-
```
618
-
619
-
Si obtienes un error como este `ls: cannot access...` corre el siguiente comandos:
Luego asegúrate de que el siguiente comando devuelva "Browser defined 👌":
672
621
673
622
```bash
674
623
[ -z"$BROWSER" ] &&echo"ERROR: please define a BROWSER environment variable ⚠️"||echo"Browser defined 👌"
675
624
```
676
625
677
-
Si no lo hace pero
678
-
679
-
:heavy_check_mark: sí obtienes este mensaje, puedes continuar :+1:
680
-
681
-
:x: De lo contrario, escoge un navegador de la lista de arriba y ejecuta el comando correspondiente. Luego no olvides reiniciar tu terminal:
682
-
683
-
```bash
684
-
exec zsh
685
-
```
626
+
Si no es así, puedes seguir [estas instrucciones](https://github.com/lewagon/setup/blob/master/_partials/es/windows_browser.md) para configurar tu navegador predeterminado manualmente.
Copy file name to clipboardExpand all lines: WINDOWS.md
+9-98Lines changed: 9 additions & 98 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -619,114 +619,25 @@ At the end your terminal should look like this:
619
619
620
620
To be sure that you can interact with your browser installed on Windows from your Ubuntu terminal, we need to set it as your default browser there.
621
621
622
-
:warning: You need to execute at least one of the following commands below:
622
+
Run the following command and follow the instructions. The tool will prompt you to choose one of the browsers that are available on your system. You just need to type in the **number** that is shown in front of the browser.
623
623
624
-
<details>
625
-
<summary>Google Chrome as your default browser</summary>
626
-
627
-
Run the command:
628
-
629
-
```bash
630
-
ls /mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe
Then please make sure that the following command returns "Browser defined 👌":
716
635
717
636
```bash
718
637
[ -z"$BROWSER" ] &&echo"ERROR: please define a BROWSER environment variable ⚠️"||echo"Browser defined 👌"
719
638
```
720
639
721
-
If it does not,
722
-
723
-
:heavy_check_mark: If you got this message, you can continue :+1:
724
-
725
-
:x: If not, choose a browser in the list above and execute the corresponding command. Then don't forget to reset your terminal:
726
-
727
-
```bash
728
-
exec zsh
729
-
```
640
+
If it does not, you can follow [these instructions](https://github.com/lewagon/setup/blob/master/_partials/windows_browser.md) to set your default browser manually.
Para asegurarnos de que puedas interactuar desde la terminal de Ubuntu con el navegador que tienes instalado en Windows, debemos definirlo como tu navegador predeterminado aquí.
4
+
5
+
Ejecuta el siguiente comando y sigue las instrucciones. La herramienta te pedirá que elijas uno de los navegadores disponibles en tu sistema. Solo necesitas escribir el **número** que aparece delante del navegador.
Luego asegúrate de que el siguiente comando devuelva "Browser defined 👌":
18
+
19
+
```bash
20
+
[ -z"$BROWSER" ] &&echo"ERROR: please define a BROWSER environment variable ⚠️"||echo"Browser defined 👌"
21
+
```
22
+
23
+
Si no es así, puedes seguir [estas instrucciones](https://github.com/lewagon/setup/blob/master/_partials/es/windows_browser.md) para configurar tu navegador predeterminado manualmente.
To be sure that you can interact with your browser installed on Windows from your Ubuntu terminal, we need to set it as your default browser there.
4
+
5
+
Run the following command and follow the instructions. The tool will prompt you to choose one of the browsers that are available on your system. You just need to type in the **number** that is shown in front of the browser.
Then please make sure that the following command returns "Browser defined 👌":
18
+
19
+
```bash
20
+
[ -z"$BROWSER" ] &&echo"ERROR: please define a BROWSER environment variable ⚠️"||echo"Browser defined 👌"
21
+
```
22
+
23
+
If it does not, you can follow [these instructions](https://github.com/lewagon/setup/blob/master/_partials/windows_browser.md) to set your default browser manually.
0 commit comments