Skip to content
View mfedatto's full-sized avatar
💾
Going self-hosted
💾
Going self-hosted
  • NTT Data
  • São Paulo, SP, Brasil
  • 09:54 (UTC -03:00)

Block or report mfedatto

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
mfedatto/README.md

Who Am I

I am an experienced software engineer with a proven track record in leading agile transformations and delivering high-quality software solutions. My expertise lies in filling gaps and fostering a culture of collaboration and innovation. With a passion for technology and a dedication to continuous improvement, I thrive in dynamic environments where I can make a significant impact.

mfedatto

mfedatto

Connect with me:

mauriciofedatto

mfedatto

 mfedatto

mfedatto

Pinned Loading

  1. README.md README.md
    1
    # Oh My Posh MFedatto.io install script
    2
    
                  
    3
    Since I've needed to setup a set of instances with my theme, I've reached this script to automate all tasks I use.
    4
    
                  
    5
    The MFedatto OMP theme has an extra context that I use for an extra diferenciation among my devices and instances, like `rpi4`, `rpi5`, `opi0` or `docker`. There is an additional script to set them.
  2. Script to make windows stop to sleep... Script to make windows stop to sleep using VBscript
    1
    Dim objWScript : Set objWScript = CreateObject("WScript.Shell")
    2
    Dim blnConsole : blnConsole = False
    3
    Dim dtmStartedAt : dtmStartedAt = Now()
    4
    
                  
    5
    If InStr(1, WScript.FullName, "cscript", vbTextCompare) Then