Skip to content

Instantly share code, notes, and snippets.

View ninosimeon's full-sized avatar

Nino Simeon ninosimeon

  • Lima, Peru
View GitHub Profile
@ninosimeon
ninosimeon / 99-custom-dev.conf
Last active April 3, 2023 05:21
PHP 7.1 Tweaks
// PATH : /etc/php/7.1/fpm/conf.d
expose_php = Off
serialize_precision = 17
max_execution_time = 180
max_input_time = 180
max_input_vars = 99999
memory_limit = 2G
@ninosimeon
ninosimeon / macos_apps.md
Last active August 15, 2022 05:47
MacBook setup

What is described here is what to do after getting a new MacOS with no apps installed. The goal is to reduce the time at installing apps manually.

BASIC APPS

  1. Instal homebrew. https://brew.sh
  2. Install OhMyZsh. https://ohmyz.sh

CASK APPS