Skip to content

Instantly share code, notes, and snippets.

View ngocphamm's full-sized avatar

Ngoc Pham ngocphamm

View GitHub Profile
~ » brew reinstall php
==> Downloading https://homebrew.bintray.com/bottles/php-7.4.12.catalina.bottle.tar.gz
Already downloaded: /Users/ngoc/Library/Caches/Homebrew/downloads/1c495d26ace1433ea9cfd1b88cbf959705e4ccc3c3306c6e149da14d49561df8--php-7.4.12.catalina.bottle.tar.gz
==> Reinstalling php
==> Pouring php-7.4.12.catalina.bottle.tar.gz
==> /usr/local/Cellar/php/7.4.12/bin/pear config-set php_ini /usr/local/etc/php/7.4/php.ini system
==> /usr/local/Cellar/php/7.4.12/bin/pear config-set php_dir /usr/local/share/pear system
==> /usr/local/Cellar/php/7.4.12/bin/pear config-set doc_dir /usr/local/share/pear/doc system
==> /usr/local/Cellar/php/7.4.12/bin/pear config-set ext_dir /usr/local/lib/php/pecl/20190902 system
==> /usr/local/Cellar/php/7.4.12/bin/pear config-set bin_dir /usr/local/opt/php/bin system
@ngocphamm
ngocphamm / xdebug.ini
Created December 23, 2020 20:10
XDebug 3 config for on-demand step debugging
xdebug.mode=debug
xdebug.start_with_request=trigger
xdebug.trigger_value=killdabugs
xdebug.log=/usr/local/var/log/xdebug.log
@ngocphamm
ngocphamm / counts only
Last active July 19, 2023 06:23
rg search results for FZF_DEFAULT_OPTS
.zsh/main.zsh:3
.tmux/plugins/tmux-fzf/scripts/session.sh:8
.tmux/plugins/tmux-fzf/scripts/command.sh:2
.tmux/plugins/tmux-fzf/scripts/window.sh:12
.tmux/plugins/tmux-fzf/scripts/keybinding.sh:2
.tmux/plugins/tmux-fzf/scripts/clipboard.sh:2
.tmux/plugins/tmux-fzf/scripts/process.sh:4
.tmux/plugins/tmux-fzf/scripts/.fzf-tmux:5
.tmux/plugins/tmux-fzf/scripts/pane.sh:16
Downloads/Temp/_local---custom/custom.plugin.zsh:1
~/D/C/O/zen-browser » git clone https://github.com/zen-browser/desktop.git --recurse-submodules
Alias tip: gfc https://github.com/zen-browser/desktop.git --recurse-submodules
Cloning into 'desktop'...
remote: Enumerating objects: 14778, done.
remote: Counting objects: 100% (3014/3014), done.
remote: Compressing objects: 100% (933/933), done.
remote: Total 14778 (delta 2337), reused 2477 (delta 2043), pack-reused 11764 (from 1)
Receiving objects: 100% (14778/14778), 3.81 GiB | 6.57 MiB/s, done.
Resolving deltas: 100% (9413/9413), done.
Updating files: 100% (623/623), done.