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
1654 forks
538 comments
8921 stars
kevin-smets
/
iterm2-solarized.md
Last active
May 23, 2025 11:17
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)
Default
Powerlevel10k
1 file
229 forks
30 comments
1238 stars
joyrexus
/
README.md
Last active
May 16, 2025 01:54
— 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.