Skip to content

Instantly share code, notes, and snippets.

@sidlors
Last active June 25, 2021 02:16

Revisions

  1. sidlors revised this gist Jun 25, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion setup-oh-my-zsh-powerlevel10k.md
    Original 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
    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)

  2. sidlors revised this gist Jun 10, 2021. 1 changed file with 6 additions and 2 deletions.
    8 changes: 6 additions & 2 deletions setup-oh-my-zsh-powerlevel10k.md
    Original file line number Diff line number Diff line change
    @@ -27,8 +27,8 @@ echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
    ### WinDOWS
    <pre>
    /**
    * **WINDOWS**
    */
    ***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
    ```

    ![](https://media.geeksforgeeks.org/wp-content/uploads/20201225180539/zsh.gif)


  3. sidlors revised this gist Jun 10, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion setup-oh-my-zsh-powerlevel10k.md
    Original 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 ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
    git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
    echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
    ```
    ### WinDOWS
    <pre>
  4. sidlors renamed this gist Jun 10, 2021. 1 changed file with 0 additions and 0 deletions.
  5. sidlors revised this gist May 7, 2021. 1 changed file with 4 additions and 3 deletions.
    7 changes: 4 additions & 3 deletions setup-oh-my-zsh-powerlevel9k.md
    Original 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" ```

    ![](https://i.imgur.com/GLDRhdH.png)
    ![](https://i.imgur.com/2AMvUeN.png)

    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"
    ]
    ```
    ![](https://i.imgur.com/2AMvUeN.png)

    ![](https://i.imgur.com/GLDRhdH.png)


    En visual code

  6. sidlors revised this gist May 7, 2021. 1 changed file with 9 additions and 2 deletions.
    11 changes: 9 additions & 2 deletions setup-oh-my-zsh-powerlevel9k.md
    Original 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" ```

    ![](https://i.imgur.com/GLDRhdH.png)

    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"
    ]
    ```
    ![](https://i.imgur.com/2AMvUeN.png)

    editamos el msys64\msys2_shell.cmd y cambiamos la variable set
    ```bash "LOGINSHELL=zsh" ```
    En visual code

    ![](https://i.imgur.com/GLDRhdH.png)

  7. sidlors revised this gist May 7, 2021. 1 changed file with 21 additions and 2 deletions.
    23 changes: 21 additions & 2 deletions setup-oh-my-zsh-powerlevel9k.md
    Original 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" ```

    ![](https://i.imgur.com/GLDRhdH.png)



    si todo va bien con eso es mas que suficiente

    ![](https://i.imgur.com/6dHq7Go.png)
  8. sidlors revised this gist May 7, 2021. No changes.
  9. sidlors revised this gist May 7, 2021. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions setup-oh-my-zsh-powerlevel9k.md
    Original file line number Diff line number Diff line change
    @@ -45,6 +45,9 @@ Resultado en Cmder/conemu

    ![](https://i.imgur.com/6XjY9jC.png)


    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
  10. sidlors revised this gist May 7, 2021. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions setup-oh-my-zsh-powerlevel9k.md
    Original 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

  11. sidlors revised this gist May 5, 2021. 1 changed file with 64 additions and 6 deletions.
    70 changes: 64 additions & 6 deletions setup-oh-my-zsh-powerlevel9k.md
    Original 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>

    Abre una terminal:

    Cambiamos las fuentes

    Cambiamos a bajar algunas de las fuentes Hack Nerd Font, JetBrains Mono Nerd Font, Ubuntu Nerd Font

    ![](https://media.geeksforgeeks.org/wp-content/uploads/20201225164940/nerdfont.png)

    Luego Abre una terminal y cambiala por alguna de las anteriores

    ![](https://media.geeksforgeeks.org/wp-content/uploads/20201225165624/preferences.png)


    Configurar tema Powerline10k
    ## Configurar tema Powerline10k

    ![](https://media.geeksforgeeks.org/wp-content/uploads/20201225180539/zsh.gif)

    @@ -72,5 +75,60 @@ Configurar tema Powerline10k
    ### Visual Studio
    Para integrarlo a visual code usa el siguiente tipo de letra

    ###FOR VISUAL CODE, terminal font support add
    'Hack Nerd Font'
    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

    ![](https://i.imgur.com/6dHq7Go.png)

    ## 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)

    ![](https://i.imgur.com/mN0wiIa.png)

    Listo!!

    ![](https://i.imgur.com/ojP1mR4.png)

    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

    ![](https://i.imgur.com/5IzrArK.png)



  12. sidlors revised this gist May 5, 2021. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion setup-oh-my-zsh-powerlevel9k.md
    Original file line number Diff line number Diff line change
    @@ -57,9 +57,16 @@ ____

    Abre una terminal:

    Cambiamos las fuentes

    ![](https://media.geeksforgeeks.org/wp-content/uploads/20201225164940/nerdfont.png)
    ![](https://media.geeksforgeeks.org/wp-content/uploads/20201225165624/preferences.png)


    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
    ![](https://media.geeksforgeeks.org/wp-content/uploads/20201225180539/zsh.gif)



    ### Visual Studio
  13. sidlors revised this gist May 5, 2021. 1 changed file with 26 additions and 30 deletions.
    56 changes: 26 additions & 30 deletions setup-oh-my-zsh-powerlevel9k.md
    Original file line number Diff line number Diff line change
    @@ -1,21 +1,37 @@
    # powerlevel9k en windows 10 y Ubuntu
    # 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>

    ![](https://media.geeksforgeeks.org/wp-content/uploads/20201225162217/ohmyzsh.png)

    ## 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

    ![](https://i.imgur.com/GMvNEir.png)

    <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>

    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:
    ```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
    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
    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

    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
  14. sidlors revised this gist Jun 18, 2020. 1 changed file with 3 additions and 6 deletions.
    9 changes: 3 additions & 6 deletions setup-oh-my-zsh-powerlevel9k.md
    Original 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

    En caso de ubuntu es mas facil

    <pre>
    /**
    * WINDOWS
    * **WINDOWS**
    */
    </pre>


    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
    Descarga e instalalas asi

    ![](https://i.imgur.com/4VYPim5.png)

  15. sidlors revised this gist Jun 18, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup-oh-my-zsh-powerlevel9k.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # powerline en windows 10 y Ubuntu
    # 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

  16. sidlors revised this gist Jun 18, 2020. 1 changed file with 13 additions and 0 deletions.
    13 changes: 13 additions & 0 deletions setup-oh-my-zsh-powerlevel9k.md
    Original 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

    ![](https://i.imgur.com/4VYPim5.png)

    Resultado en Cmder/conemu

    ![](https://i.imgur.com/6XjY9jC.png)

    ____

    ## UBUNTU
  17. sidlors revised this gist Jun 18, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions setup-oh-my-zsh-powerlevel9k.md
    Original 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

  18. sidlors revised this gist Jun 18, 2020. 2 changed files with 63 additions and 12 deletions.
    63 changes: 63 additions & 0 deletions setup-oh-my-zsh-powerlevel9k.md
    Original 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

    ![](https://i.imgur.com/GMvNEir.png)

    <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'
    12 changes: 0 additions & 12 deletions setup-oh-my-zsh-powerlevel9k.sh
    Original file line number Diff line number Diff line change
    @@ -1,12 +0,0 @@
    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."
    ###FOR VISUAL CODE, terminal font support add
    'Hack Nerd Font'
  19. sidlors revised this gist Apr 24, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion setup-oh-my-zsh-powerlevel9k.sh
    Original 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'
  20. sidlors created this gist Nov 11, 2019.
    11 changes: 11 additions & 0 deletions setup-oh-my-zsh-powerlevel9k.sh
    Original 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."