Skip to content
View saulonunesdev's full-sized avatar
😎
😎

Organizations

@polycade @outmark @tavernadev @Sirge-io
Block or Report

Block or report saulonunesdev

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

  1. w10starter w10starter Public

    PowerShell Script to Configure Windows 10

    PowerShell 4

  2. lerna-get-version-action lerna-get-version-action Public

    Github Action for Retrieving Version from lerna.json

    Shell 1

  3. Win10ConfigStarter.ps1 Win10ConfigStarter.ps1
    1
    echo "Going To Home Folder"
    2
    cd ~
    3
    
                  
    4
    echo "Downloading Windows Config Repo"
    5
    wget https://github.com/SauloNunesDev/w10starter/archive/master.zip -OutFile w10starter.zip