aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* katepart: setting more sane colors to the JSON highlightingMiquel Sabaté2013-12-041-9/+9
|
* katepart: improved the look of heredocs in PHPMiquel Sabaté2013-12-041-1/+1
|
* vim: Control+S will also write in normal modeMiquel Sabaté2013-12-021-1/+1
|
* vim: Added the Ctrl+S shortcut.Miquel Sabaté2013-12-021-0/+6
|
* katepart: updated the solarized schema for PHPMiquel Sabaté2013-12-021-14/+9
|
* katepart: improve the look of region markersMiquel Sabaté2013-12-011-3/+3
|
* vim: set UTF-8 as the default encoding and use "," for the leaderMiquel Sabaté2013-12-011-0/+3
|
* Improved the colors for Perl and Ruby global variables in the kate schemaMiquel Sabaté2013-11-301-8/+8
|
* Added my Kate/KDevelop/etc. fonts & colorsMiquel Sabaté2013-11-302-0/+13514
|
* Updated the vimrc fileMiquel Sabaté2013-11-301-3/+5
|
* Removed the NGinx + Unicorn config files.Miquel Sabaté2013-11-307-342/+0
| | | | | These files were outdated. Anyways, I think that this kind of files shouldn't be placed in a "dotfiles" repo.
* I don't care about apache any more...Miquel Sabaté2013-11-301-44/+0
|
* Be quiet when setting up psqlMiquel Sabaté2013-11-111-0/+3
|
* Added the psqlrc fileMiquel Sabaté2013-11-082-0/+18
|
* Don't install the .service file by defaultMiquel Sabaté2013-08-261-1/+0
|
* Ignore the .kdev_include_paths hidden files for projects using git or hgMiquel Sabaté2013-08-232-0/+2
|
* Added the down alias in the mercurial configMiquel Sabaté2013-08-171-0/+1
|
* Updated the install scriptMiquel Sabaté2013-08-061-1/+2
|
* Added a preupdate hook.Miquel Sabaté2013-08-051-0/+3
| | | | It shows which files have changed before doing the actual update.
* Added a global .hgignore fileMiquel Sabaté2013-08-013-0/+18
|
* Updated the hgrc file.Miquel Sabaté2013-08-011-1/+9
| | | | | I've added my last surname in the username config and I've added the config for a colorized mercurial.
* Updated the Readme fileMiquel Sabaté2013-07-311-1/+1
|
* Added bash completion for mercurial.Miquel Sabaté2013-07-312-0/+590
| | | | | It's the contrib/bash_completion file from the mercurial repo (http://selenic.com/hg/).
* Updated a few things around the NGinx configMiquel Sabaté2013-07-312-6/+6
|
* Added instructions in the install script to install the "review" and "g" apps.Miquel Sabaté2013-07-311-0/+14
|
* Moved the install script from Ruby to plain bashMiquel Sabaté2013-07-314-77/+22
|
* Extended the p function so it also supports hg and svnMiquel Sabaté2013-07-271-1/+13
|
* Updated the git settingsMiquel Sabaté2013-07-271-2/+10
|
* NGinx is now being hosted in a mercurial repositoryMiquel Sabaté2013-07-261-4/+5
|
* Added the p function.Miquel Sabaté2013-07-251-0/+16
| | | | This function acts as a shortcut to create a patch file from a git repo.
* Added the .rake_tasks from Rake completion to the global gitignore.Miquel Sabaté2013-06-121-1/+2
|
* Let's ignore Rubinius' cacheMiquel Sabaté2013-06-111-0/+3
|
* Added the path to HerokuMiquel Sabaté2013-04-291-1/+1
|
* The SPDY patch is no longer necessary for trunkMiquel Sabaté2013-04-161-5/+0
|
* Renamed the environment variable RUBY to KRUBY.Miquel Sabaté2013-04-051-2/+2
| | | | This way there's no conflict when compiling Rubinius master branch.
* Added some stupid aliases around the cd commandMiquel Sabaté2013-03-011-2/+4
|
* Putting the "g" function back to the bashrc file.Miquel Sabaté2013-03-011-2/+21
| | | | | | I tried to do fancy stuff with the CDPATH and a directory with symlinks inside, but it didn't work the way I wanted. So the "g" function is back. I've also removed some shortcuts that are not needed.
* Updated the bashrc file.Miquel Sabaté2013-03-011-34/+5
| | | | | | | | The wduchain function becomes an alias with just the actual DUChain cache path. Moreover, I've removed the "g" function, since exporting the CDPATH environment variable seems to work as well. Also remember that we need the bash-completion package installed so Bash can autocomplete directories under the CDPATH.
* Added YACC to the autocmd statementMiquel Sabaté2013-02-251-0/+1
|
* PolishingMiquel Sabaté2013-02-171-0/+1
|
* Pass the -O3 parameter to the NGinx compilation processMiquel Sabaté2013-02-171-0/+1
|
* Changed a little bit the command to patch NGinx with SPDYMiquel Sabaté2013-02-171-1/+1
|
* Added the LLEGEIXME.txt file into the global gitignore file.Miquel Sabaté2013-01-091-0/+1
| | | | | LLEGEIXME (llegeix-me) comes from the catalan and it literally means "read me". It's meant to be used as a private README file for the project.
* Added a new shortcut on the gitconfigMiquel Sabaté2012-12-171-0/+7
|
* Add the show alias to emulate git show in mercurialMiquel Sabaté2012-12-111-0/+3
|
* Added a directory for Apache and the apachman script.Miquel Sabaté2012-12-111-0/+44
| | | | | | I will place here the configuration I use at work for Apache. I've added the apachman script (Apache Manager) that basically fetches a patched mod_ssl and mod_spdy from Google and compiles them.
* Added a pretty standard Systemd .service file for our custom NGinx installationMiquel Sabaté2012-12-082-0/+17
|
* Moved the temporary nginx directory in /tmpMiquel Sabaté2012-12-081-1/+1
|
* TypoMiquel Sabaté2012-12-081-1/+1
|
* Added script that installs NGinx with the SPDY patch appliedMiquel Sabaté2012-12-081-0/+64
|