Skip to content

jvyoralek/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

Constains:

  • initialpc.sh
  • phpdev.sh

General steps to install all necessary tools to new computer: initialpc.sh

Installation steps:

Steps for install PHP interpreter: phpdev.sh

Installation steps for new dev environment:

  • PHP 5.6 + XDebug
  • PHPUnit
  • Composer

Edit fish Config: ~/.config/fish/config.fish

Add PHP binary path to user path:

set -U fish_user_paths $fish_user_paths /usr/local/sbin (brew --prefix homebrew/php/php56)/bin

Edit PHP Config: /usr/local/etc/php/5.6/php.ini

Set default timezone:

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "Europe/Prague"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages