aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* bash: load Go's bash completion if it's installed in the system.Miquel Sabaté2014-01-041-0/+5
|
* vim: created a shortcut for surrounding words.Miquel Sabaté2014-01-031-0/+3
|
* readme: typo.Miquel Sabaté2014-01-031-1/+1
|
* readme: updated the readme.Miquel Sabaté2014-01-032-4/+14
|
* vim: I always forgot that cat is the now to use to print heredocs...Miquel Sabaté2014-01-031-1/+2
|
* install: whipe out old temporary files from the review and the g repos.Miquel Sabaté2014-01-031-0/+2
|
* vim: updated the install script so it installs my vim config files correctly.Miquel Sabaté2014-01-031-0/+11
|
* vim: let's use vundle.Miquel Sabaté2014-01-034-4/+27
|
* vim: another typo.Miquel Sabaté2014-01-031-1/+1
|
* vim: being more formal.Miquel Sabaté2014-01-031-1/+1
|
* vim: typo.Miquel Sabaté2014-01-031-2/+2
|
* git: added an alias for "git commit -a"Miquel Sabaté2014-01-031-0/+1
|
* vimrc: show a proper cursor shape for Konsole.Miquel Sabaté2014-01-031-0/+9
|
* bash: removed conflict on rvmMiquel Sabaté2013-12-271-4/+5
|
* bash: export the TERM variableMiquel Sabaté2013-12-271-1/+1
|
* vim: added a comment to the <C-A> mappingMiquel Sabaté2013-12-181-0/+3
|
* vim: enter visual-line mode instead of visual mode in the <C-A> mapping.Miquel Sabaté2013-12-161-1/+1
|
* vim: added the <C-A> mapping in normal mode.Miquel Sabaté2013-12-161-0/+1
| | | | This mapping is convenient when I want to select the whole text.
* katepart: improved the look of types in c/c++Miquel Sabaté2013-12-141-2/+5
|
* kate: fixed highlighting of bash filesMiquel Sabaté2013-12-111-7/+19
|
* vim: more updates on the vimrc fileMiquel Sabaté2013-12-101-1/+15
|
* vim: Added the xoria256 colorscheme.Miquel Sabaté2013-12-102-1/+148
|
* vim: updated the vimrc fileMiquel Sabaté2013-12-101-3/+51
|
* bash: updated the Go paths to my current schemeMiquel Sabaté2013-12-091-2/+2
|
* bash: Set the terminal to have 256 colorsMiquel Sabaté2013-12-091-0/+3
|
* bash: set the LESS and the PAGER environment variables.Miquel Sabaté2013-12-091-0/+4
|
* hg: adding some extensions to my hgrc fileMiquel Sabaté2013-12-051-1/+5
|
* 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/).