Skip to content
View filipelperes's full-sized avatar
🚀
🚀
Block or Report

Block or report filipelperes

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
filipelperes/README.md

Hi , I'm Filipe Lago Peres

Languages

HTML5 CSS3 Javascript Typescript Python PHP

Technologies & Tools

Sass Less Stylus Bootstrap

NodeJS NPM Pnpm Yarn Bun

JQuery React

Git Postman Insomnia

Databases

Databases

MySQL MariaDB Postgre SQL Postgre SQL

OS

OS

Linux Windows

More

filipelperes

Pinned

  1. Fish Shell With Starship in Git Bash... Fish Shell With Starship in Git Bash On Windows Without WSL
    1
    # Using fish shell with git bash on windows Without WSL
    2
    
                  
    3
    1) To install [fish shell](https://fishshell.com/) on windows Git Bash install MSYS executing the following command in powershell:
    4
    ```
    5
    winget install --id MSYS2.MSYS2 --accept-package-agreements
  2. ~\.config\starship.toml ~\.config\starship.toml
    1
    #GLOBAL
    2
    format = """
    3
    $fill\n
    4
    $sudo\
    5
    $username\
  3. VSCode Settings VSCode Settings
    1
    {
    2
        "C_Cpp.inlayHints.autoDeclarationTypes.enabled": true,
    3
        "C_Cpp.inlayHints.autoDeclarationTypes.showOnLeft": true,
    4
        "C_Cpp.inlayHints.parameterNames.enabled": true,
    5
        "C_Cpp.inlayHints.parameterNames.suppressWhenArgumentContainsName": true,
  4. windows-sync windows-sync Public

    Automating Installation of Programs with Winget Package Manager, For Formatted/New Computers

    PowerShell

  5. MyLazyVimTemplate MyLazyVimTemplate Public

    My Lazy Vim config

    Lua

  6. Sublime-Text-User Sublime-Text-User Public

    Sublime Text Sync

    Python