Skip to content
View GiveMeSomething's full-sized avatar
🌴
Chilling~
🌴
Chilling~
  • undefined
  • Hanoi, Vietnam
Block or Report

Block or report GiveMeSomething

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

Hi there 👋,

Why are you reading this? Go build something!

github-snake

Pinned

  1. unmedium-core unmedium-core Public

    Read (Medium) articles from Google Cache. Ignore paywall

    JavaScript 19 1

  2. unmedium unmedium Public

    Forked from lindylearn/unclutter

    Read Medium's article without being blocked by "member-only" paywall. Using Unclutter

    TypeScript 124 5

  3. take-a-break take-a-break Public

    Weird command line scripts that I use to customize my life

    Batchfile 6

  4. oh-my-posh + posh-git setup oh-my-posh + posh-git setup
    1
    #### Open Powershell and run the following commands to install oh-my-posh and posh-git
    2
    ```
    3
    Set-ExecutionPolicy Bypass -Scope Process -Force 
    4
    
                  
    5
    Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://ohmyposh.dev/install.ps1'))