Skip to content

Instantly share code, notes, and snippets.

@lenicyl
lenicyl / 0. About the Gist.md
Last active April 14, 2022 13:23
eBig Windows Customization and Firefox Addons 😎

About

This gist was originally made so that i dont have to go looking everywhere for software i had on old pc in the future This gist will be updated everytime i find new stuff OR you could suggest some yourself

Index

Windows

1.Essentials
2.Customization
3.Other Utilites

@lenicyl
lenicyl / CompileAP.md
Last active December 15, 2023 15:50
How to build ArmorPaint
@lenicyl
lenicyl / 1 Preview.md
Last active October 22, 2021 08:35
Dark Jade Theme for Whoogle

@lenicyl
lenicyl / no.md
Last active February 13, 2022 14:56
Things i am religiously against
  • Electron
  • Neopronouns
  • Windows 11
  • Google
  • Python
  • Light Theme
  • uTorrent
  • Minecraft Bedrock Edition
  • French
  • Anime
@lenicyl
lenicyl / 1. readme.md
Last active November 16, 2021 12:59
Installer Script

WIP

Script for personal use so dont run unless u want ur pc to be bloated to the brim

How do i fork this to work for my programs ?

  1. Install scoop and winget (and maybe github cli)
  2. search if app is available in scoop or winget
  3. edit the script accordingly
  4. Use your brain for programs not in package managers
  5. ???
  6. Profit and flex
@lenicyl
lenicyl / Write-Menu.ps1
Last active December 19, 2021 08:53 — forked from hapylestat/text_menu.ps1
Clean powershell based menu with arrow navigation
<#
This is based of a fork of Jakob Bindslet's powershell menu, made by @hapylestat on github the links to both the fork, and the original you will find below.
I have forked it to add 1 line which just hides the cursor to make the menu look cleaner
Links :
Original Menu script : https://mspowershell.blogspot.com/2009/02/cli-menu-in-powershell.html?m=1
Fork : https://gist.github.com/hapylestat/b940d13b7d272fb6105a1146ddcd4e2a
#>
@lenicyl
lenicyl / Get-Filename.ps1
Created December 20, 2021 06:19
[Powershell] Open File Dialog
<# Source :
https://www.reddit.com/r/PowerShell/comments/m9iqz9/vs_code_open_file_dialog_not_taking_focus/
Thanks kind redditor
#>
Function Get-FileName {
$null=[System.Reflection.Assembly]::LoadWithPartialName("System.windows.forms")
$OpenFileDialog = [System.Windows.Forms.OpenFileDialog]@{
InitialDirectory = "$env:USERPROFILE\Desktop"
}
@lenicyl
lenicyl / 0. Readme.md
Last active December 23, 2021 11:19
Powershell $Profile

My powershell profile file and everything related to it ;-;

@lenicyl
lenicyl / FF Broken Window Controls.md
Last active January 26, 2022 09:17
[Windows] Fix Firefox window controls

Wha ?

Firefox window controls just break when you theme your windows OS. The snippet below is a fix for it

Before

Broke

After

Fix