Skip to content

Instantly share code, notes, and snippets.

View kaisarcode's full-sized avatar

KaisarCode kaisarcode

  • KaisarCode
  • Buenos Aires
View GitHub Profile
@kaisarcode
kaisarcode / gist:cb7286ab401b9c79cb19201316212173
Last active November 9, 2025 06:31
nixi — Nginx + PHP FPM multi-site installer
#!/bin/sh
# =============================================================================
# nixi - Nginx + PHP FPM multi-site installer
# -----------------------------------------------------------------------------
# Author: KaisarCode
# Website: https://kaisarcode.com
# License: GNU General Public License v3.0
# https://www.gnu.org/licenses/gpl-3.0.txt
#
# This program is free software: you can redistribute it and/or modify
@kaisarcode
kaisarcode / gist:d5f1e734fff8186c4c112928c1bbbbb3
Created November 7, 2025 23:23
Lara - Laravel development installer
#!/bin/bash
# =============================================================================
# lara.sh — Laravel Project Manager (multi-project)
# -----------------------------------------------------------------------------
# Author: KaisarCode
# Email: kaisar@kaisarcode.com
# Web: https://kaisarcode.com
# Version: 2.0
# License: GNU General Public License v3.0
# -----------------------------------------------------------------------------
set number
set expandtab
set tabstop=4
set shiftwidth=4
set-option -g prefix "C-b"
bind-key "C-b" last-window
set -g mouse on
set-option -g allow-rename off
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'jimeh/tmux-themepack'