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:
I hereby claim:
To claim this, I am signing this object:
{"lastUpload":"2020-12-07T02:26:17.402Z","extensionVersion":"v3.4.3"} |
# 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" |
* { 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); } |
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" /> |
" 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' |
software: | |
- name: "ExampleApp" | |
script: "..." | |
updateCheckCommand: "echo 'Version 1.0.0 - Update available'" | |
updateAvailableString: "Update available" | |
updateCommand: "echo 'Updating ExampleApp...'" |