SkillAgentSearch skills...

Dotfiles

Dotfiles specialized for PHP, Git and Ubuntu/Debian.

Install / Use

/learn @reenl/Dotfiles
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

Stripped dotfiles

Specialized for PHP, Git and Linux.

Prerequisites

PHP Python

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

Related Skills

View on GitHub
GitHub Stars12
CategoryProduct
Updated1y ago
Forks8

Languages

Vim Script

Security Score

60/100

Audited on Oct 27, 2024

No findings