Skip to content

Instantly share code, notes, and snippets.

View Arnesfield's full-sized avatar
🙃
¯\_(ツ)_/¯

Jefferson Rylee Arnesfield

🙃
¯\_(ツ)_/¯
  • ISBX Phils., Inc.
  • Philippines
View GitHub Profile
@Arnesfield
Arnesfield / lazynvm.sh
Last active November 27, 2024 08:24 — forked from fl0w/lazynvm.sh
# lazyload nvm
# all props goes to http://broken-by.me/lazy-load-nvm/
# grabbed from reddit @ https://www.reddit.com/r/node/comments/4tg5jg/lazy_load_nvm_for_faster_shell_start/
# NOTE: globally installed npm packages are not in PATH
# unless one of the commands (npm, node, npm, npx) is run first
export NVM_DIR="$HOME/.nvm"
lazynvm() {
unset -f nvm node npm npx lazynvm
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
@Arnesfield
Arnesfield / gnome3_keybind_backup.sh
Created October 18, 2023 05:58 — forked from peterrus/gnome3_keybind_backup.sh
Backs up and restores gnome3 keybindings
#!/usr/bin/env bash
# Backs up and restores gnome3 keybindings
# Tested with Gnome 3.36.8
# by peterrus
set -e
mkdir -p gnome3-keybind-backup
@Arnesfield
Arnesfield / rollup-typescript.md
Created May 31, 2022 08:08 — forked from aleclarson/rollup-typescript.md
The best Rollup config for TypeScript libraries

Features

🔥 Blazing fast builds
😇 CommonJS bundle
🌲 .mjs bundle
.d.ts bundle + type-checking
🧐 Source maps

Install

@Arnesfield
Arnesfield / terminal-git-branch-name.md
Last active March 20, 2020 08:56 — forked from joseluisq/terminal-git-branch-name.md
Add Git Branch Name to Terminal Prompt (Mac)

Add Git Branch Name to Terminal Prompt (Mac)

With user@host and directory color :D

Open ~/.bash_profile (and/or ~/.bashrc) in your favorite editor and add the following content to the bottom.

# Git branch in prompt.
@Arnesfield
Arnesfield / cloudSettings
Last active March 26, 2021 06:22 — forked from john20xdoe/cloudSettings
VSCode public settings for Dev 1 team
{"lastUpload":"2020-03-14T11:23:59.648Z","extensionVersion":"v3.4.3"}