Skip to content

Instantly share code, notes, and snippets.

@susantp
susantp / tailwind_light.yaml
Created May 24, 2023 18:24 — forked from JustSteveKing/tailwind_light.yaml
TailwindCSS Light Warp Theme
accent: "#818cf8"
foreground: "#0f172a"
background: "#f8fafc"
details: "lighter"
terminal_colors:
normal:
red: "#f87171"
yellow: "#facc15"
black: "#0f172a"
cyan: "#22d3ee"
@susantp
susantp / pint.json
Created May 24, 2023 18:23 — forked from JustSteveKing/pint.json
Laravel Pint configuration
{
"preset": "psr12",
"rules": {
"align_multiline_comment": true,
"array_indentation": true,
"array_syntax": true,
"blank_line_after_namespace": true,
"blank_line_after_opening_tag": true,
"combine_consecutive_issets": true,
"combine_consecutive_unsets": true,
@susantp
susantp / .zsh_aliases
Created April 25, 2022 06:47
my zsh aliases
alias sdc='sudo docker-compose'
alias sdce='sudo docker-compose exec'
alias up='sdc up -d nginx redis workspace mysql phpmyadmin redis-webui'
alias iptv='/home/apache/laradock'
alias sdc='sudo docker-compose'
alias sdce='sudo docker-compose exec'
alias up='sdc up -d nginx redis workspace mysql phpmyadmin redis-webui'
alias iptv='/home/apache/laradock'
alias checkport='sudo lsof -i -P -n |grep 80'
@susantp
susantp / cloudSettings
Last active February 15, 2021 06:08
vscode sync setting
{"lastUpload":"2021-02-15T06:08:34.765Z","extensionVersion":"v3.4.3"}