ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Install Zsh with Homebrew | |
brew install zsh | |
2. Add "/usr/local/bin/zsh" to "/etc/shells" file | |
sudo vim /etc/shells | |
3. Change to default login shell | |
chsh -s /usr/local/bin/zsh $USER | |
4. Make sure new version of Zsh is in active |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xdebug.mode=debug | |
xdebug.start_with_request=trigger | |
xdebug.trigger_value=killdabugs | |
xdebug.log=/usr/local/var/log/xdebug.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ » 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ » which pecl | |
/usr/local/bin/pecl | |
~ » which php | |
/usr/local/bin/php | |
~ » /usr/bin/php --version | |
PHP 7.3.11 (cli) (built: Jun 5 2020 23:50:40) ( NTS ) | |
Copyright (c) 1997-2018 The PHP Group | |
Zend Engine v3.3.11, Copyright (c) 1998-2018 Zend Technologies | |
~ » php --version | |
PHP 7.4.12 (cli) (built: Oct 29 2020 18:37:21) ( NTS ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
downloading xdebug-3.0.0.tgz ... | |
Starting to download xdebug-3.0.0.tgz (190,176 bytes) | |
.........................................done: 190,176 bytes | |
86 source files, building | |
running: phpize | |
Configuring for: | |
PHP Api Version: 20190902 | |
Zend Module Api No: 20190902 | |
Zend Extension Api No: 320190902 | |
building in /private/tmp/pear/temp/pear-build-root1P36H3/xdebug-3.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Thu May 16 16:03:02 on ttys017 | |
# zmodload zsh/zprof | |
# setopt SOURCE_TRACE | |
path=( | |
/usr/local/{bin,sbin} | |
$path, | |
$HOME/.composer/vendor/bin | |
) |
NewerOlder