Skip to content

Instantly share code, notes, and snippets.

View vsnthdev's full-sized avatar
🚀
TypeScript + Bun.js

Vasanth Srivatsa vsnthdev

🚀
TypeScript + Bun.js
View GitHub Profile
@vsnthdev
vsnthdev / README.md
Last active August 11, 2023 19:31
Vasanth's Commit Style

Vasanth's Commit Style

<emoji> [issue hash] [scope:] <message in present tense>

🚨 BREAKING CHANGE:

📖 Examples

@vsnthdev
vsnthdev / install.ps1
Last active September 26, 2022 20:24
Install Google Fonts through Windows Powershell
#
# Installs Google Fonts as system fonts using Windows Powershell
# Created On 20 September 2021
#
# Execute: '$Font = "Open Sans"', (iwr https://git.io/JzcAW).Content | powershell -c -
# Execute locally: '$Font = "Open Sans"', (Get-Content ./install.ps1) | powershell -c -
# ensure that we're running as Administrator
if ('S-1-5-32-544' -notin [System.Security.Principal.WindowsIdentity]::GetCurrent().Groups) {
@vsnthdev
vsnthdev / clean.sh
Created March 25, 2021 12:44
Lenovo P11 Pro (TB-J706L) Bloatware Removal Script
#!/usr/bin/env bash
# DEFINE THE BLOATWARE APPLICATIONS WHICH
# ARE SAFE TO BE REMOVED
declare -a bloatware=(
# Google Bloatware
"com.google.android.apps.subscriptions.red" # Google One
"com.google.android.apps.googleassistant" # Google Assistant
"com.google.android.apps.docs" # Google Docs
"com.google.android.apps.docs.editors.docs" # Google Docs
@vsnthdev
vsnthdev / clean.sh
Created October 17, 2020 06:09
MIUI Bloatware Removal Script
#!/usr/bin bash
# DEFINE THE BLOATWARE APPLICATIONS WHICH
# ARE SAFE TO BE REMOVED
declare -a bloatware=(
# Google Bloatware
"com.google.android.apps.docs" # Google Docs
"com.google.android.apps.maps" # Google Maps
"com.google.android.apps.photos" # Google Photos
"com.google.android.apps.tachyon" # Google Duo