Skip to content

Instantly share code, notes, and snippets.

View rosnovsky's full-sized avatar
🇺🇦
Pushing bytes & pixels

Art Rosnovsky rosnovsky

🇺🇦
Pushing bytes & pixels
View GitHub Profile
@rosnovsky
rosnovsky / bootstrap.yaml
Last active November 29, 2023 18:53
Bootstrap CLI
software:
- name: "ExampleApp"
script: "..."
updateCheckCommand: "echo 'Version 1.0.0 - Update available'"
updateAvailableString: "Update available"
updateCommand: "echo 'Updating ExampleApp...'"
@rosnovsky
rosnovsky / init.vim
Created March 31, 2023 19:22
My neovim configuration
" requires:
" npm i typescript typescript-language-server --location=global
" brew install fzf
" "FiraCode Nerd Font Mono Retina" patched font
call plug#begin('~/.local/share/nvim/plugged')
" Add your plugins here
Plug 'EdenEast/nightfox.nvim'
Plug 'leafgarland/typescript-vim'
@rosnovsky
rosnovsky / shimmer.tsx
Created November 1, 2021 17:53
shimmer
export const shimmer = (w: number, h: number): string => `
<svg width="${w}" height="${h}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="g">
<stop stop-color="#EFEFEF" offset="20%" />
<stop stop-color="#DFDFDF" offset="50%" />
<stop stop-color="#EFEFEF" offset="70%" />
</linearGradient>
</defs>
<rect width="${w}" height="${h}" fill="#EFEFEF" />
@rosnovsky
rosnovsky / style.css
Created September 4, 2019 18:42
CSS blocks backgrounds colorized
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); }
@rosnovsky
rosnovsky / .zshrc
Last active November 11, 2019 06:50
My zsh & oh-my-zsh configuration 🔥
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
POWERLEVEL9K_MODE="nerdfont-complete"
@rosnovsky
rosnovsky / cloudSettings
Last active December 7, 2020 02:26
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-12-07T02:26:17.402Z","extensionVersion":"v3.4.3"}

Keybase proof

I hereby claim:

  • I am rosnovsky on github.
  • I am rosnovsky (https://keybase.io/rosnovsky) on keybase.
  • I have a public key ASByBuC_GrvYF_YkFyRLJrYb6eYn3SNgpefvPG9P4TrgXAo

To claim this, I am signing this object: