Skip to content

Instantly share code, notes, and snippets.

View Kirillovich's full-sized avatar

Kirill Kirillov Kirillovich

View GitHub Profile
@Kirillovich
Kirillovich / iterm2-solarized.md
Created January 30, 2023 03:45 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

sass/
|
|– base/
| |– _reset.scss # Reset/normalize
| |– _typography.scss # Typography rules
| ... # Etc…
|
|– components/
| |– _buttons.scss # Buttons
| |– _carousel.scss # Carousel
@Kirillovich
Kirillovich / setup.md
Created September 21, 2017 16:13 — forked from akella/setup.md
Мой сетап

То что я использую в работе и стримах

Софт для разработки

@Kirillovich
Kirillovich / LICENCE SUBLIME TEXT
Created September 17, 2017 13:50 — forked from RoseySoft/LICENCE SUBLIME TEXT
Sublime Text 3 Serial key build is 3103
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04
B085E65E 2F5F5360 8489D422 FB8FC1AA
93F6323C FD7F7544 3F39C318 D95E6480
FCCC7561 8A4A1741 68FA4223 ADCEDE07
@Kirillovich
Kirillovich / css-scroll-touch
Created July 31, 2017 13:13 — forked from slava-the-human/css-scroll-touch
Скролл в блоках на тач устройствах
-webkit-overflow-scrolling: touch;
@Kirillovich
Kirillovich / gulpfile.js
Created July 1, 2017 01:37 — forked from agragregra/gulpfile.js
Jekyll, Browsersync and Gulp
var gulp = require('gulp'),
sass = require('gulp-ruby-sass'),
autoprefixer = require('gulp-autoprefixer'),
minifycss = require('gulp-minify-css'),
jshint = require('gulp-jshint'),
uglify = require('gulp-uglify'),
rename = require('gulp-rename'),
clean = require('gulp-clean'),
concat = require('gulp-concat'),
notify = require('gulp-notify'),
@Kirillovich
Kirillovich / button.sass
Created July 1, 2017 01:36 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
.button
display: inline-block
border: none
color: #fff
text-decoration: none
background-color: $accent
padding: 15px 45px
font-size: 13px
text-transform: uppercase
font-weight: 600
Keymap (Windows Users):
[
{ "keys": ["alt+shift+f"], "command": "reindent" },
]
Settings:
{
"show_definitions": false,
"auto_complete": false,
"bold_folder_labels": true,