Skip to content

Instantly share code, notes, and snippets.

View gpolguere's full-sized avatar
🦁

Gil Polguère gpolguere

🦁
  • Merci-Michel
  • Paris
View GitHub Profile
@gpolguere
gpolguere / httpd.conf
Created January 30, 2019 10:17
Apache 2.4 + PHP 7.1 for macOS Mojave with brew
brew install [email protected]
brew install httpd
# make sure to edit correctly your /usr/local/etc/httpd/httpd.conf
# add the end, include your own configuration file for vhosts
brew services start httpd
@gpolguere
gpolguere / cloudSettings
Last active February 11, 2018 15:49
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-05-10T10:04:17.568Z","extensionVersion":"v2.7.0"}
@gpolguere
gpolguere / gist:85e4865695f361e24f1cb6c3314ee7d6
Created February 24, 2017 17:00
Install texture packer
npm i git+https://github.com/Gamefroot/Gamefroot-Texture-Packer.git#f3687111afc94f80ea8f2877c188fb8e2004e8ff -g
@gpolguere
gpolguere / .gitconfig
Last active February 22, 2017 10:51
My .gitconfig
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
hist = log --graph --full-history --all --pretty=format:'%C(yellow)%h%Creset %ad | %s %C(red)- %an --%Creset%C(green)%d%Creset' --date=short
type = cat-file -t
dump = cat-file -p