Skip to content
Search Gists
Search Gists
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Anikin Artem
artanikin
23
followers
·
27
following
https://devsimple.ru
View GitHub Profile
All gists
17
Forked
13
Starred
12
Sort
Recently created
Least recently created
Recently updated
Least recently updated
Sort
Recently created
Least recently created
Recently updated
Least recently updated
2 files
1655 forks
538 comments
8915 stars
kevin-smets
/
iterm2-solarized.md
Last active
May 10, 2025 09:31
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)
Default
Powerlevel10k
1 file
229 forks
30 comments
1237 stars
joyrexus
/
README.md
Last active
March 22, 2025 12:57
— forked from
liamcurry/gist:2597326
Vanilla JS equivalents of jQuery methods
Sans jQuery
Events
// jQuery
$
(
document
)
.
ready
(
function
(
)
{
// code
}
)
Newer
Older
You can’t perform that action at this time.