Skip to content
View victorDivino's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report victorDivino

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

Hi 👋, I'm Victor do Amor Divino

Profile views

  • 🔥 Senior .NET Developer

Victor-Dotnetcore Victor-Csharp Victor-Python Victor-Js Victor-Ts Victor-Dart Victor-Azure Victor-GCP Victor-Cucumber Victor-Docker Victor-Redis Victor-Salesforce

Pinned

  1. victorDivino victorDivino Public

  2. operationResult operationResult Public

    A simple C# class library to error handling.

    C# 42 10

  3. Chocolatey Chocolatey
    1
    # Chocolatey Install
    2
    
                  
    3
    ```
    4
    @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
    5
    choco feature enable -n allowGlobalConfirmation
  4. Powershell Config.md Powershell Config.md
    1
    ### Run scripts 
    2
    
                  
    3
    **Open powershell with Administrator**
    4
    
                  
    5
    ```` pwsh
  5. My Windows terminal config My Windows terminal config
    1
    {
    2
        "$schema": "https://aka.ms/terminal-profiles-schema",
    3
        "defaultProfile": "{2606165a-a7a0-4ac4-8e8c-36dd487fc9cb}",
    4
        "showTerminalTitleInTitlebar": false,
    5
        "tabWidthMode": "equal",
  6. Git Config Git Config
    1
    I highly recommend you use git config --global to place the aliases in ~/.gitconfig instead of .git/config for your current repository
    2
    ````
    3
    [user]
    4
    	name = name
    5
    	email = email