Skip to content

Instantly share code, notes, and snippets.

View ersanchez's full-sized avatar

Eduardo Sanchez ersanchez

View GitHub Profile
@LanceMcCarthy
LanceMcCarthy / UltimateListIds.md
Last active August 27, 2024 11:16
List of Package Ids
Name Package Id Version Source
7Zip 7zip.7zip 19.0.0 winget
Altap Salamander salamander choco
Alt-Tab Terminator alt-tab-terminator choco
AutoHotkey Lexikos.AutoHotkey 1.1.33.02 winget
AutoHotkey Store Edition HaukeGtze.AutoHotkeypoweredbyweatherlights.com Latest msstore (via winget)
Carnac
@m-radzikowski
m-radzikowski / script-template.sh
Last active September 27, 2024 07:27
Minimal safe Bash script template - see the article with full description: https://betterdev.blog/minimal-safe-bash-script-template/
#!/usr/bin/env bash
set -Eeuo pipefail
trap cleanup SIGINT SIGTERM ERR EXIT
script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P)
usage() {
cat <<EOF
Usage: $(basename "${BASH_SOURCE[0]}") [-h] [-v] [-f] -p param_value arg1 [arg2...]
@popey
popey / UbuntuPostInstall.md
Last active March 27, 2021 09:20
Steps done Post-Install
@ryanmaclean
ryanmaclean / disable_k400r_tap_click.md
Last active August 12, 2024 15:42
Turn off Logitech k400r Tap to Click

Turn off k400r Tap to Click

Without even installing drivers, the Logitech k400r tap-to-click functionality can be turned off by holding down the "FN" (function) key and the left click button on the trackpad.

Source

@floxyz
floxyz / userChrome.css
Last active May 1, 2020 19:27
userChrome.css file for Thunderbird (into <Profile>/chrome/ folder) to increase Inbox size + font!
/* Better Inbox and Folder Tree
* Folder Pane is on the left side and Thread Pane the Inbox.
*/
#threadTree > treechildren {
font-size: 16px;
}
#threadTree > treechildren::-moz-tree-row {
height: 35px !important;
}