Specialized for PHP, Git and Linux.
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.
dotfiles
- Custom Bash prompt.
- Git config, Git global ignore file.
- Dotfiles syncronization (
sync
). - Composer (+updates)
- Automatic
.gitlocal
generation. - Key discovery & download.
- Symfony 2 autocompletion
You can use any file extensions in tilde/
to invoke proper syntax highlighting in code editor.
- Add any Bash profile customizations to
~/.bashlocal
. - Add your git username/email/etc. to
~/.gitlocal
. - Just fork this repo and hack on.
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