Skip to content

Instantly share code, notes, and snippets.

View HallexCosta's full-sized avatar
:octocat:
Learning on-demand!

Hállex da Silva Costa HallexCosta

:octocat:
Learning on-demand!
View GitHub Profile
import legacy from '@vitejs/plugin-legacy'
import react from '@vitejs/plugin-react-swc';
import { defineConfig } from 'vite';
import relay from 'vite-plugin-relay';
// import { esbuildCommonjs, viteCommonjs } from '@originjs/vite-plugin-commonjs'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
// commonjs({
@HallexCosta
HallexCosta / README.md
Last active December 12, 2021 01:57
WSL2 Bridge Mode and XLaunch VcXsrv

Automate WSL Bridge Mode and XLaunch VcXsrv

Step 1

Select Task Schedule Library and click in Import Task...

import-task

Step 2

Select file wsl2-bridge-task-schedule.xml and open.

@HallexCosta
HallexCosta / tmux-cheatsheet.markdown
Created February 9, 2021 16:27 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@joshtynjala
joshtynjala / profiles.json
Created August 8, 2019 15:46
Ayu color schemes for Windows Terminal
{
"schemes" :
[
{
"background" : "#fafafa",
"black" : "#000000",
"blue" : "#3199e1",
"brightBlack" : "#686868",
"brightBlue" : "#399ee6",
"brightCyan" : "#4cbf99",
@dnordstrom
dnordstrom / ayu-dark
Created February 28, 2019 12:36
Ayu Theme for wsltty/mintty
BackgroundColour=15,20,25
ForegroundColour=230,225,207
CursorColour=230,225,207
Black=0,0,0
BoldBlack=50,50,50
Red=255,51,51
BoldRed=255,101,101
Green=184,204,82
BoldGreen=234,254,132
Yellow=231,197,71
@boaglio
boaglio / atalhos-ij.md
Last active November 1, 2024 17:21
Atalhos do IntelliJ - para quem veio do Eclipse

Atalhos do IntelliJ

Principais

Caiu no IntelliJ agora?

Aprenda só esses:

Tipo de Atalho IntelliJ IDEA
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active November 17, 2024 01:28
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname