Skip to content

Instantly share code, notes, and snippets.

View Luxcium's full-sized avatar
:octocat:
Full-time TypeScript worshiper, Node.JS enthusiast and VsCode junkie.

Benjamin Vincent Luxcium

:octocat:
Full-time TypeScript worshiper, Node.JS enthusiast and VsCode junkie.
  • Luxcium
  • Québec, Qc, Canada
  • X @Luxcium
View GitHub Profile
@Luxcium
Luxcium / 2018-11-16T12_28_54_168Z-debug.log
Created November 16, 2018 12:31
$> npm install -g friendly-typed-css-modules »» ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/friendly-typed-css-modules/lib/cli.js
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/10.12.0/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'friendly-typed-css-modules' ]
2 info using npm@6.4.1
3 info using node@v10.12.0
4 verbose npm-session ec4f9b72705f1861
5 silly install loadCurrentTree
@Luxcium
Luxcium / H9gTzHl8kCc5abh1Dd0h1YMUSjI=.png
Last active April 16, 2019 12:05
LUXCIUM BASE 64 PGP SIGNATURE FINGER PRINT
H9gTzHl8kCc5abh1Dd0h1YMUSjI=.png
{
"workbench.colorTheme": "Pop N' Lock Theme by Luxcium ✨",
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.activeIconPack": "react",
"material-icon-theme.showReloadMessage": true,
"material-icon-theme.showUpdateMessage": true,
"material-icon-theme.folders.associations": {
"axios": "middleware",
"iex-api-react": "components",
"localbitcoin": "job",
@Luxcium
Luxcium / revert-spotlight.txt
Created September 13, 2019 10:34
How to hide the Spotlight Search icon from the menu bar
How to hide the Spotlight Search icon from the menu bar
Joaquim Barbosa on February 2, 2017 18 comments
https://www.idownloadblog.com/2017/02/02/disable-spotlight-remove-menu-bar/
Reverting your changes
If you’re already missing the convenience and charm of Spotlight in your menu bar, we can easily reverse our changes to resuscitate the little fellow.
1) Disable SIP again.
2) Open the Terminal application.
@Luxcium
Luxcium / proto-scriptX.sh
Last active September 22, 2019 22:07
Generate a folder with VSCode for macOS portable edition when run in an empty folder with internet connection
#!/usr/bin/env /bin/sh
rm -f .DS_Store
this_file="$(basename "$(test -L "$0" && readlink "$0" || echo "$0")")"
in_this_folder="$(ls -A ./)"
if [ -z "$in_this_folder" ] || [ "$this_file" = "$in_this_folder" ]; then
echo ""
echo "🧞‍♀️"
echo 'please wait:'
else
@Luxcium
Luxcium / !!!_how-to-install-luxcium-vscode-portable.md
Last active January 25, 2024 20:35
Generate a folder with VSCode for macOS portable edition when run in an empty folder with internet connection

How to Install Luxcium's Vscode Portable (macOS)

I have made a quick VSCODE-Portable installer just execute the script inside a macOS empty folder to have a working copy of visual studio code portable that is self contained inside that folder (not messing with your main VSCode profile easy to throw away or to keep on a USB stick)

TL;DR

Run this script in an empty folder to install Luxcium's Vscode Portable:

bash <(curl -s   https://gist.githubusercontent.com/Luxcium/7357d34622c148f6041842321f315d7a/raw/a758b82e6818b9b9b664b210228ea93f9314c1b4/luxcium-vscode-portable.sh)
@Luxcium
Luxcium / Async_IIFE.js
Created February 16, 2020 18:14
Async IIFE template
;(async () => {
//
/* code goese here */
return void 0;
})().catch(error =>console.log('error message:', error.message));
//##############################################################################
//# #
//# !!! PLEASE USE CAUTION WHEN USING THIS FILE !!! #
//# #
//# THIS FILE CANNOT BE USED AS IS YOU MAY HAVE TO CUSTOMISE IT TO USE IT. #
//# Even if this file is shared with the public it has not been designed with #
//# public use in mind. I put them in the public space anyway so anyone #
//# can download them and edit them. #
//# #
//#+ Copyright (c) 2019-present Benjamin Vincent Kasapoglu #
@Luxcium
Luxcium / keybindings.jsonc
Last active April 8, 2020 15:44
My main VSCode Key Bindings
// =====2020=====Luxcium=====Author==Benjamin=Vincent=(Luxcium)=License==MIT====
[
// $ $ $ $ $ $ =============================================================
// #region !! SNIPPETS
/*
* "text": "`" "alt+m",
* "template_placeholder" "alt+n",
* "TRY_THROW" "alt+t",
* "add_export_const" "cmd+i cmd+e",
* "export_const_arrow" "cmd+i cmd+c",