Skip to content

Instantly share code, notes, and snippets.

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

Rafael Lunardelli r2luna

🏠
Working from home
View GitHub Profile
@r2luna
r2luna / pinguim.zsh-theme
Created May 5, 2023 04:37
pinguim.zsh-theme
CURRENT_BG='NONE'
case ${SOLARIZED_THEME:-dark} in
light) CURRENT_FG='white';;
*) CURRENT_FG='black';;
esac
# Special Powerline characters
() {
@r2luna
r2luna / VSCode
Last active March 8, 2023 20:49
VSCode Settings
alefragnani.project-manager
amiralizadeh9480.laravel-extra-intellisense
antfu.icons-carbon
austenc.laravel-blade-spacer
bmewburn.vscode-intelephense-client
bradlc.vscode-tailwindcss
calebporzio.better-keybindings
calebporzio.better-phpunit
ceciljacob.code-plus-theme
cjhowe7.laravel-blade
# -------------------------------------------------------------------------------------------
# ALIASES
# -------------------------------------------------------------------------------------------
# Brew
alias bsa='brew services start'
alias bs='brew services'
alias bso='brew services stop'
# Git
<?php
namespace App\Services;
use DB;
class SlugService
{
public static function create($title, $table, $id = 0)
{