Last active
June 25, 2021 02:16
Revisions
-
sidlors revised this gist
Jun 25, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # powerlevel10k en windows 10 y Ubuntu Si lo quiers hacer en windows Te recomiendo leer primero el paper que escribi de integracion Cmnder, Conemu y Msys2 ## Paso 0: @@ -35,6 +35,7 @@ Si es asi, vamos a abir una terminal zsh con cmder Adional agrega las tipografias para que puedas ver sus iconos [MesloLGS NF Regular.ttf](https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf) [DejaVu Sans Mono Nerd Font Complete.ttf](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DejaVuSansMono/Regular/complete/DejaVu%20Sans%20Mono%20Nerd%20Font%20Complete.ttf) [FuraMono-Regular Powerline.otf](https://github.com/johnae/dotfiles/blob/master/home/.fonts/FuraMono-Regular%20Powerline.otf) -
sidlors revised this gist
Jun 10, 2021 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -27,8 +27,8 @@ echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc ### WinDOWS <pre> /** ***WINDOWS*** **/ </pre> Si es asi, vamos a abir una terminal zsh con cmder @@ -72,6 +72,10 @@ Luego Abre una terminal y cambiala por alguna de las anteriores ## Configurar tema Powerline10k ```sh p10k configure ```  -
sidlors revised this gist
Jun 10, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -21,7 +21,8 @@ Install Powerline10k Powerline10k theme vamos a correr lo siguiente ```sh git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc ``` ### WinDOWS <pre> -
sidlors renamed this gist
Jun 10, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
sidlors revised this gist
May 7, 2021 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -104,8 +104,7 @@ Luego en visual code en settings.json Editamos el msys64\msys2_shell.cmd y cambiamos la variable set ```bash "LOGINSHELL=zsh" ```  Adicional te recomiendo agregar la reciente zsh, oh-my-zsh y sus tjema powerleve10k de este paper en visual code con el siguiente linea: @@ -118,7 +117,9 @@ Adicional te recomiendo agregar la reciente zsh, oh-my-zsh y sus tjema powerleve "-here" ] ```  En visual code -
sidlors revised this gist
May 7, 2021 . 1 changed file with 9 additions and 2 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -99,6 +99,13 @@ Luego en visual code en settings.json ], "terminal.integrated.automationShell.linux": "" ``` ### Cambiar zsh por defaul de msys2 Editamos el msys64\msys2_shell.cmd y cambiamos la variable set ```bash "LOGINSHELL=zsh" ```  Adicional te recomiendo agregar la reciente zsh, oh-my-zsh y sus tjema powerleve10k de este paper en visual code con el siguiente linea: @@ -111,9 +118,9 @@ Adicional te recomiendo agregar la reciente zsh, oh-my-zsh y sus tjema powerleve "-here" ] ```  En visual code  -
sidlors revised this gist
May 7, 2021 . 1 changed file with 21 additions and 2 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -98,8 +98,27 @@ Luego en visual code en settings.json "C:\\tools\\cmder\\vscode.bat" ], "terminal.integrated.automationShell.linux": "" ``` Adicional te recomiendo agregar la reciente zsh, oh-my-zsh y sus tjema powerleve10k de este paper en visual code con el siguiente linea: ```json "terminal.integrated.automationShell.linux": "C:\\Users\\sjnavarro\\tools\\msys64\\msys2_shell.cmd", "terminal.integrated.shellArgs.windows": [ "-defterm", "-mingw64", "-no-start", "-here" ] ``` editamos el msys64\msys2_shell.cmd y cambiamos la variable set ```bash "LOGINSHELL=zsh" ```  si todo va bien con eso es mas que suficiente  -
sidlors revised this gist
May 7, 2021 . No changes.There are no files selected for viewing
-
sidlors revised this gist
May 7, 2021 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -45,6 +45,9 @@ Resultado en Cmder/conemu  Para una terminal asi, te recomiendo leer mi paper de como [dejar de extrañar linux en windows](https://gist.github.com/sidlors/cd5e37233b274d71ef196227284577ed) ____ ## UBUNTU -
sidlors revised this gist
May 7, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -24,11 +24,11 @@ Powerline10k theme vamos a correr lo siguiente git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k ``` ### WinDOWS <pre> /** * **WINDOWS** */ </pre> Si es asi, vamos a abir una terminal zsh con cmder -
sidlors revised this gist
May 5, 2021 . 1 changed file with 64 additions and 6 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Powerline10k theme vamos a correr lo siguiente ```sh git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k ``` ### WinDOWS /** * **WINDOWS** @@ -55,15 +55,18 @@ ____ */ </pre> Cambiamos a bajar algunas de las fuentes Hack Nerd Font, JetBrains Mono Nerd Font, Ubuntu Nerd Font  Luego Abre una terminal y cambiala por alguna de las anteriores  ## Configurar tema Powerline10k  @@ -72,5 +75,60 @@ Configurar tema Powerline10k ### Visual Studio Para integrarlo a visual code usa el siguiente tipo de letra Lo primero es crear un .bat (en mi caso C:\tools\cmder\vscode.bat) ``` @echo off SET CurrentWorkingDirectory=%CD% SET CMDER_ROOT=C:\tools\cmder CALL "%CMDER_ROOT%\vendor\init.bat" CD /D %CurrentWorkingDirectory% ``` Luego en visual code en settings.json ```json "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", "terminal.integrated.shellArgs.windows":[ "/K", "C:\\tools\\cmder\\vscode.bat" ], "terminal.integrated.automationShell.linux": "" ``` si todo va bien con eso es mas que suficiente  ## Integracion con Eclipse si instalamos cmder en eclipse: windows -> preferences -> Terminal -> LocalTerminal -> Add.. Los siguientes parametros * path: C:\tools\Cmder\vendor\conemu-maximus5\ConEmu\ConEmuC64.exe * arguments: cmd /k C:\tools\Cmder\vendor\init.bat * icon: C:\tools\Cmder\icons\cmder_purple.ico (Opcional)  Listo!!  Ya no estrañes tanto tu linux terminal ### Ingregracion con IntelliJ Para intellij, ctl + alt + s ___shell_path:___ C:\Windows\system32\cmd.exe /k C:\tools\Cmder\vendor\init.bat  -
sidlors revised this gist
May 5, 2021 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -57,9 +57,16 @@ ____ Abre una terminal: Cambiamos las fuentes   Configurar tema Powerline10k  ### Visual Studio -
sidlors revised this gist
May 5, 2021 . 1 changed file with 26 additions and 30 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,21 +1,37 @@ # powerlevel10k en windows 10 y Ubuntu si lo quiers hacer en windows Te recomiendo leer primero el paper que escribi de integracion Cmnder, Conemu y Msys2 ## Paso 0: Primero debemos tener oh-my-zsh instalado <pre> sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" </pre>  ## Paso 1 Install Powerline10k Powerline10k theme vamos a correr lo siguiente ```sh git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k ``` /** * **WINDOWS** */ Si es asi, vamos a abir una terminal zsh con cmder Adional agrega las tipografias para que puedas ver sus iconos [DejaVu Sans Mono Nerd Font Complete.ttf](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DejaVuSansMono/Regular/complete/DejaVu%20Sans%20Mono%20Nerd%20Font%20Complete.ttf) @@ -40,31 +56,11 @@ ____ </pre> Abre una terminal: Configurar tema Powerline10k Después de actualizar powerline9k a powerline10k, es fácil configurar un tema. Simplemente escriba "p10k configure" en su terminal después de elegir las opciones de cómo desea darle apariencia a su terminal ### Visual Studio Para integrarlo a visual code usa el siguiente tipo de letra -
sidlors revised this gist
Jun 18, 2020 . 1 changed file with 3 additions and 6 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -2,13 +2,10 @@ si lo quiers hacer en windows Te recomiendo leer primero el paper que escribi de integracion Cmnder, Conemu y Msys2 /** * **WINDOWS** */ Si es asi, vamos a abir una terminal zsh con cmder @@ -24,7 +21,7 @@ Adional agrega las tipografias para que puedas ver sus iconos [DejaVu Sans Mono Nerd Font Complete.ttf](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DejaVuSansMono/Regular/complete/DejaVu%20Sans%20Mono%20Nerd%20Font%20Complete.ttf) [FuraMono-Regular Powerline.otf](https://github.com/johnae/dotfiles/blob/master/home/.fonts/FuraMono-Regular%20Powerline.otf) Descarga e instalalas asi  -
sidlors revised this gist
Jun 18, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # powerlevel9k en windows 10 y Ubuntu si lo quiers hacer en windows Te recomiendo leer primero el paper que escribi de integracion Cmnder, Conemu y Msys2 -
sidlors revised this gist
Jun 18, 2020 . 1 changed file with 13 additions and 0 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -19,6 +19,19 @@ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/i git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k </pre> Adional agrega las tipografias para que puedas ver sus iconos [DejaVu Sans Mono Nerd Font Complete.ttf](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DejaVuSansMono/Regular/complete/DejaVu%20Sans%20Mono%20Nerd%20Font%20Complete.ttf) [FuraMono-Regular Powerline.otf](https://github.com/johnae/dotfiles/blob/master/home/.fonts/FuraMono-Regular%20Powerline.otf) DEscarga e instalalas asi  Resultado en Cmder/conemu  ____ ## UBUNTU -
sidlors revised this gist
Jun 18, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ____ </pre> Abre una terminal: ```sh sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf @@ -41,7 +41,7 @@ fc-cache -vf ~/.local/share/fonts/ mkdir ~/.config/fontconfig/conf.d/ mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/ echo "Log out of your session and login again." ``` ### Agraga el thema al .zshrc -
sidlors revised this gist
Jun 18, 2020 . 2 changed files with 63 additions and 12 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,63 @@ # powerline en windows 10 y Ubuntu si lo quiers hacer en windows Te recomiendo leer primero el paper que escribi de integracion Cmnder, Conemu y Msys2 En caso de ubuntu es mas facil <pre> /** * WINDOWS */ </pre> Si es asi, vamos a abir una terminal zsh con cmder  <pre> sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k </pre> ____ ## UBUNTU <pre> /** * UBUNTU */ </pre> Abre una terminal: sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf wget https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.conf mkdir ~/.local/share/fonts/ mv PowerlineSymbols.otf ~/.local/share/fonts/ fc-cache -vf ~/.local/share/fonts/ mkdir ~/.config/fontconfig/conf.d/ mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/ echo "Log out of your session and login again." ### Agraga el thema al .zshrc usa un .zshrc que tenga al menos las siguientes lineas: <pre> ZSH_THEME="powerlevel9k/powerlevel9k" POWERLEVEL9K_MODE='nerdfont-complete' POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir dir_writable vcs vi_mode) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status virtualenv) POWERLEVEL9K_PROMPT_ON_NEWLINE=true </pre> ### Visual Studio Para integrarlo a visual code usa el siguiente tipo de letra ###FOR VISUAL CODE, terminal font support add 'Hack Nerd Font' This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,12 +0,0 @@ -
sidlors revised this gist
Apr 24, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -8,4 +8,5 @@ fc-cache -vf ~/.local/share/fonts/ mkdir ~/.config/fontconfig/conf.d/ mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/ echo "Log out of your session and login again." ###FOR VISUAL CODE, terminal font support add 'Hack Nerd Font' -
sidlors created this gist
Nov 11, 2019 .There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf wget https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.conf mkdir ~/.local/share/fonts/ mv PowerlineSymbols.otf ~/.local/share/fonts/ fc-cache -vf ~/.local/share/fonts/ mkdir ~/.config/fontconfig/conf.d/ mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/ echo "Log out of your session and login again."