Skip to content

Instantly share code, notes, and snippets.

View luccabassoli's full-sized avatar
🏠
Working from home

Lucca Bassoli luccabassoli

🏠
Working from home
View GitHub Profile
@luccabassoli
luccabassoli / config.yml
Created October 11, 2022 23:18 — forked from shikendon/config.yml
Deploy a simple Minecraft proxy server.
# Change your BungeeCord configuration to enable PROXY Protocol.
listeners:
- host: 0.0.0.0:25577
proxy_protocol: true
@luccabassoli
luccabassoli / .zshrc
Created May 3, 2022 19:02
Configuração que utilizo no .zshrc (~/.zshrc)
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Aliases
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
fpath=(~/.zsh/completion $fpath)
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
@luccabassoli
luccabassoli / settings.json
Created May 3, 2022 18:51
Minha configuração de VSCode
{
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.activeIconPack": "nest",
"material-icon-theme.folders.associations": {
"entities": "class",
"schemas": "class",
"typeorm": "database",
"repositories": "mappings",
"http": "container",
"migrations": "tools",