Skip to content

deveric86/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripped dotfiles

Specialized for PHP, Git and Linux.

Installation

bash -c "`curl -sS https://dot.reenlokum.nl`"

It’ll clone the latest version of dotfiles to ~/dotfiles and makes symlinks in your home directory.

Updating

dotfiles

Features

  • Custom Bash prompt.
  • Git config, Git global ignore file.
  • Dotfiles syncronization (sync).
  • Composer (+updates)

TODO

  • Automatic .gitlocal generation.
  • Key discovery & download.
  • Symfony 2 autocompletion

Notes

You can use any file extensions in tilde/ to invoke proper syntax highlighting in code editor.

Further customization

  • Add any Bash profile customizations to ~/.bashlocal.
  • Add your git username/email/etc. to ~/.gitlocal.
  • Just fork this repo and hack on.

Out of memory issue

To resolve the error "Cannot allocate memory", run the following command:

sudo sed -i 's/memory_limit = 128M/memory_limit = 1G/g' /etc/php.ini

Resources

About

Dotfiles specialized for PHP, Git and Ubuntu/Debian.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 48.4%
  • Shell 31.8%
  • PHP 16.5%
  • Python 3.3%