Last active
January 16, 2021 14:29
-
-
Save tavomak/d56330694190dfdae99db03d8ebad10f to your computer and use it in GitHub Desktop.
Tutorial para configurar ZSH, crear claves SSH
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
1-. En configuraciones de windows activar el modo desarrollador | |
2-. Ejecutar windows subsystem for linux, con power shell como administrador https://docs.microsoft.com/en-us/windows/wsl/install-win10 | |
3-. Ir a Marketplace e instalar ubuntu, consola ubuntu, configurar username y contraseña. Linux corriendo en windows. | |
4-. Instalar terminal multiplataforma Hyper. https://hyper.is/ | |
5-. Instalar ZSH. En terminal ubuntu usar el comando "sudo apt-get install zsh" introducir contraseña. sudo apt-get install git-flow | |
6-. Instalar y myZsh copiando el comando Manual inspection de https://github.com/robbyrussell/oh-my-zsh. | |
7-. ZSH como shell por defecto. en terminal de ubuntu comando chsh -s /usr/bin/zsh, introducir contraseña. bash -c zsh agregar linea a .bashrc | |
8-. OhMyZsh dentro de Hyper. Ir a preferencias de hyper editar/preference, buscar shel y copiar dentro la ruta de ejemplo de bash en windows, guardar. cambiar el theme de hyper a https://github.com/denysdovhan/spaceship-prompt | |
9-. Crear llaves ssh. ejecutr comando ssh-keygen. | |
10-. Instalar node.js | |
11-. Instalar Visual studio code. cambiar ruta de la termianal de bash a C:\\Windows\\System32\\bash.exe para ocupar ZSH | |
12-. Instalar estensión de ESlint en vscode "sudo npm install -g eslint" borrar package.json si da error | |
13-. Postman y extensión json formater de chrome | |
BONUS | |
https://github.com/denysdovhan/spaceship-prompt/blob/master/docs/Troubleshooting.md#why-doesnt-my-prompt-look-like-the-preview | |
https://evdokimovm.github.io/windows/zsh/shell/syntax/highlighting/ohmyzsh/hyper/terminal/2017/02/24/how-to-install-zsh-and-oh-my-zsh-on-windows-10.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment