I hereby claim:
- I am vyan024 on github.
- I am vyan024 (https://keybase.io/vyan024) on keybase.
- I have a public key ASCvOR6v2kYmXs0ErASliDtQwcdJ8q-0ikLnDw7fx5ATmQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Theme | History | KeyBinding
in order to make windows powershell more comfortable and add a some theme and features like history binding, auto complete on keypress and so on, if you have used linux teminl wiht zsh
for example, we are going to make powershell like that as much as we can.
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
/* global process :true, __dirname :true, module :true */ | |
import path from 'path' | |
import webpack from 'webpack' | |
import minimist from 'minimist' | |
import TerserPlugin from 'terser-webpack-plugin' | |
import ManifestPlugin from 'webpack-manifest-plugin' | |
import PnpWebpackPlugin from 'pnp-webpack-plugin' | |
import safePostCssParser from 'postcss-safe-parser' | |
import HtmlWebpackPlugin from 'html-webpack-plugin' |