Skip to content

Instantly share code, notes, and snippets.

View huxulm's full-sized avatar
🎯
Focusing

Huxulm huxulm

🎯
Focusing
View GitHub Profile
@huxulm
huxulm / Search my gists.md
Created December 8, 2022 04:21 — forked from santisbon/Search my gists.md
How to search gists

Enter this in the search box along with your search terms:

Get all gists from the user santisbon.
user:santisbon

Find all gists with a .yml extension.
extension:yml

Find all gists with HTML files.
language:html

@huxulm
huxulm / .colors
Created October 20, 2021 02:43 — forked from daytonn/.colors
Bash Color functions
# Colors
end="\033[0m"
black="\033[0;30m"
blackb="\033[1;30m"
white="\033[0;37m"
whiteb="\033[1;37m"
red="\033[0;31m"
redb="\033[1;31m"
green="\033[0;32m"
greenb="\033[1;32m"