Skip to content

Instantly share code, notes, and snippets.

View yeromin's full-sized avatar

Dima yeromin

  • Kyiv, Ukraine
View GitHub Profile
@yeromin
yeromin / full width inside container.md
Last active March 1, 2018 09:36
full width inside container.md
width: 100vw;
margin-left: calc(50% - 50vw);

Два Git аккаунта

В папке ~/%userprofile%/.ssh/ должен быть config, ключи (публичные *.pub и не публичные без расширения) а так же known_hosts

Config :

# Personal Github
Host github.com
User __________
IdentityFile ~/.ssh/id_rsa
@yeromin
yeromin / multiple_ssh_setting.md
Created December 5, 2017 14:26 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"
@yeromin
yeromin / Emmet
Created September 30, 2017 07:59
Most used Emmet's patterns
! - создание документа
link:css - подключение стилей
ul>li*5
hdr - <header></header>
ftr - <footer></footer>
ul.menu>(li>a)*4 - список из 4х менюшек со ссылками и класом "menu"
ul.country-menu>(li>a>img)*5 - список, картинки, ссылки
ul.country-menu>(div>li>a>img)*5
ul.dropdown>li>*5>a
div>ul.country-menu>(div>li>a>img)*5
@yeromin
yeromin / z-shell
Created September 30, 2017 07:47
Z-shell, zsh, bash, command line
zsh --version
echo $SHELL
chsh -s $(which zsh)
$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" установка “Oh My ZSH!”
which gulp - откуда (из какой директории) запустился gulp
bundle exec jekyll serve (or "jekyll serve") - start the server
bundle exec jekyll serve -w (jekyll serve -w) - start the server with watching
jekyll serve --detach - new detached server
jekyll --version - список версий
gem update jekyll
--------------------
gem outdated - устаревшие