Skip to content
View ronnyjss's full-sized avatar
👨‍💻
Pense Diferente!
👨‍💻
Pense Diferente!

Highlights

  • Pro

Organizations

@jssart @ewdigital

Block or report ronnyjss

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. VS Code Settings VS Code Settings
    1
    // Requisitos:
    2
    // 1. Instalar as extensões:
    3
    //    1.1. APC (drcika.apc-extension)
    4
    //    1.2. Catppuccin Mocha (Catppuccin.catppuccin-vsc)
    5
    //    1.3. Symbols (miguelsolorio.symbols)
  2. download-all-php-versions-to-linux.sh download-all-php-versions-to-linux.sh
    1
    #!/bin/bash
    2
    
                  
    3
    # Script Shell Linux Ubuntu para baixar as versões Minor do PHP Linux x64 e configurar o php.ini
    4
    
                  
    5
    # Define variáveis
  3. WSL Settings WSL Settings
    1
    # As configurações se aplicam a todas as distribuições Linux em execução no WSL 2
    2
    # Verificar a memória no WSL2 com "free -m"
    3
    # Esse arquivo deve ser salvo na pasta do usuario no Windows como .wslconfig
    4
    [wsl2]
    5
    
                  
  4. Windows Terminal Settings Windows Terminal Settings
    1
    // Requisitos:
    2
    // 1. Instalar a "Font Family" MesloLGS NF (https://github.com/romkatv/powerlevel10k/blob/master/font.md)
    3
    //    1.1. "MesloLGS NF Regular.ttf" (https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf)
    4
    //    1.2. "MesloLGS NF Bold.ttf" (https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold.ttf)
    5
    //    1.3. "MesloLGS NF Italic.ttf" (https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Italic.ttf)