Skip to content

Instantly share code, notes, and snippets.

View cristian-fleischer's full-sized avatar

Cristian Fleischer cristian-fleischer

  • Zurich, Switzerland
View GitHub Profile
@cwonrails
cwonrails / Envy Code R Bold for Powerline.ttf
Last active April 16, 2023 14:22
Envy Code R fonts patched for Powerline
@Im0rtality
Im0rtality / README.md
Last active March 17, 2023 14:36
PHP CLI Debugging in Vagrant using Xdebug and PHPStorm

In host:

  1. Go to PHPStorm Settings > Project settings > PHP > Servers
  2. Add server with following parameters:
    • Name: vagrant (same as serverName= in debug script)
    • Host, port: set vagrant box IP and port
    • Debugger: Xdebug
    • [v] Use path mappings
    • Map your project root in host to relative dir in guest
  • Hit OK