Skip to content

Instantly share code, notes, and snippets.

View cyberbiont's full-sized avatar
🎸

Yaroslav Larin cyberbiont

🎸
  • WiserBrand
  • Kyiv
View GitHub Profile
@cyberbiont
cyberbiont / npm-install-global.sh
Last active January 11, 2023 19:34
npm global modules WSL Ubuntu
#!/bin/sh
npm install --global \
@angular/cli@14.1.3 \
@compodoc/compodoc \
localtunnel \
npm-check-updates \
nodemon \
@cyberbiont
cyberbiont / npm-install-global.ps1
Last active January 11, 2023 19:34
npm global modules
#!/usr/bin/env pwsh
npm install --global `
gulp-cli `
# @vue/cli `
# @vue/cli@5.0.0-alpha.8
# @vue/cli@next
npm-check-updates `
depcheck `
del-cli `
yarn `
@cyberbiont
cyberbiont / extensions.config.js
Last active March 26, 2024 00:26
Extensions config
// сделать gist'ом
export default {
students: [
'CodeSandbox-io.codesandbox-projects',
'ysemeniuk.emmet-live',
// 'Tobermory.es6-string-html',
'esbenp.prettier-vscode',
'WallabyJs.quokka-vscode',
'sketchbuch.vsc-quokka-statusbar',
// 'pranaygp.vscode-css-peek',
@cyberbiont
cyberbiont / settings.json
Last active March 18, 2020 20:44
dan.IT - settings
{
"files.eol": "\n",
"sync.gist": "6dd27b2231638605909602249a761e3e",
"sync.removeExtensions": false,
"sync.forceDownload": true,
"files.autoSave": "onFocusChange"
}
@cyberbiont
cyberbiont / cloudSettings
Last active August 19, 2020 16:10
PROFILE - Students (Dan.IT - extensions) - Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-08-14T23:29:26.816Z","extensionVersion":"v3.4.3"}