Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
.mt-0, .my-0, .m-0 { | |
margin-top: 0rem; | |
} | |
.pt-0, .py-0, .p-0 { | |
padding-top: 0rem; | |
} | |
.mb-0, .my-0, .m-0 { | |
margin-bottom: 0rem; |
Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
call code --install-extension alefragnani.bookmarks | |
call code --install-extension amandeepmittal.pug | |
call code --install-extension amazonwebservices.aws-toolkit-vscode | |
call code --install-extension angular.ng-template | |
call code --install-extension bierner.markdown-preview-github-styles | |
call code --install-extension coenraads.bracket-pair-colorizer-2 | |
call code --install-extension cweijan.vscode-office | |
call code --install-extension DavidAnson.vscode-markdownlint | |
call code --install-extension dbaeumer.vscode-eslint | |
call code --install-extension eamodio.gitlens |
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
Toggle Bulma Modal with Angular 5 |
/* | |
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects. | |
It will generate several classes such as: | |
.m-r-10 which gives margin-right 10 pixels. | |
.m-r-15 gives MARGIN to the RIGHT 15 pixels. | |
.m-t-15 gives MARGIN to the TOP 15 pixels and so on. | |
.p-b-5 gives PADDING to the BOTTOM of 5 pixels | |
.p-l-40 gives PADDING to the LEFT of 40 pixels |
I have two Github accounts: oanhnn (personal) and superman (for work). I want to use both accounts on same computer (without typing password everytime, when doing git push or pull).
Use ssh keys and define host aliases in ssh config file (each alias for an account).