aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added the manpdf function to the bashrc file.Miquel Sabaté2014-06-051-1/+6
|
* Fixed the install-vim.sh script when we've already got the vim source code.Miquel Sabaté2014-05-281-0/+2
|
* inputrc: removed the inputrc file. I'm not getting used to it :)Miquel Sabaté2014-05-062-35/+0
|
* vim: added a script to compile vim from the mercurial repo.Miquel Sabaté2014-05-061-0/+47
|
* vim: use always the clipboard.Miquel Sabaté2014-05-061-0/+5
|
* input: added the .inputrc file.Miquel Sabaté2014-05-022-0/+35
|
* vim: <leader>V will split vertically *and* switch to the new window.Miquel Sabaté2014-05-011-0/+1
|
* vim: use the <leader>v mapping to open a vertical split.Miquel Sabaté2014-05-011-0/+1
| | | | | Specially handy since <leader>c is a mapping I have for closing windows and I use vertical splits all the time.
* postgresql: set the \x option to auto. It actually works as expected :PMiquel Sabaté2014-04-151-1/+1
|
* Added the .rvmrc in the install.sh script.Miquel Sabaté2014-04-091-0/+1
|
* Added the rvmrc file.Miquel Sabaté2014-04-091-0/+1
|
* vim: using the vim-go plugin, instead of the Go's official vim support.Miquel Sabaté2014-03-302-5/+1
|
* bash: added a shortcut for KDE Frameworks.Miquel Sabaté2014-03-071-0/+4
|
* kf5: fixed a couple of things.Miquel Sabaté2014-03-063-12/+40
|
* kf5: added some notes regarding my git config.Miquel Sabaté2014-03-061-4/+8
|
* kf5: Polkit is a dependency that we don't compile ourselves.Miquel Sabaté2014-03-062-3/+4
|
* kf5: added a directory with my configuration of KDE Frameworks.Miquel Sabaté2014-03-064-0/+151
|
* bash: removed some legacy exports.Miquel Sabaté2014-03-041-2/+0
|
* The review install script does no longer require sudo.Miquel Sabaté2014-03-041-1/+1
|
* vim: settings 4 spaces as the default indentation settings in Perl.Miquel Sabaté2014-03-041-0/+1
|
* The review utility will be installed by default again.Miquel Sabaté2014-03-041-0/+15
|
* bashrc: Added the review's new install path.Miquel Sabaté2014-03-041-1/+2
|
* Don't install the review utility by default.Miquel Sabaté2014-03-041-8/+0
|
* git: Decrease the number of milliseconds in the autocorrect feature.Miquel Sabaté2014-02-231-1/+1
|
* kate: polishing the xoria256 theme for JSON files.Miquel Sabaté2014-02-191-2/+2
|
* kate: fixed xoria256 for LaTeX.Miquel Sabaté2014-02-191-14/+29
|
* git: ignore the Kile project file.Miquel Sabaté2014-02-181-0/+1
|
* bash: disable XON/XOFF flow.Miquel Sabaté2014-02-171-0/+1
| | | | This only affects to MacOS X.
* vim: polishing the config regarding search.Miquel Sabaté2014-02-161-1/+7
|
* bash: typo.Miquel Sabaté2014-02-161-1/+1
|
* Updated the README file.Miquel Sabaté2014-02-161-0/+5
|
* bash: on MacOS X, we don't use the default ls command.Miquel Sabaté2014-02-161-3/+7
| | | | Instead we use the GNU ls command.
* bash: add the bash_profile file.Miquel Sabaté2014-02-162-0/+3
| | | | Apparently MacOS X doesn't provide a ~/.bash_profile file by default.
* kate: fixed some colors in xoria256 for Scala.Miquel Sabaté2014-02-111-18/+59
|
* vim: let's user Derek Wyatt's scala plugin.Miquel Sabaté2014-02-111-0/+1
|
* vim: turn the plugins on after loading the bundles.vim file.Miquel Sabaté2014-02-112-3/+3
| | | | This is the way it's supposed to be done anyways.
* vim: remove trailing spaces on save.Miquel Sabaté2014-02-101-0/+4
|
* vim: use Go's defaults for indentation.Miquel Sabaté2014-02-101-0/+1
|
* bashrc: Let's treat Mercurial as a first-class citizen.Miquel Sabaté2014-02-101-5/+11
|
* kate: fixed some colors in xoria256 for the Perl language.Miquel Sabaté2014-02-071-6/+6
|
* kate: fixed the weird coloring in xoria256 after yanking some lines.Miquel Sabaté2014-02-051-32/+42
|
* kate: improved the xoria256 schema for C and C++.Miquel Sabaté2014-02-051-13/+13
|
* git: added autocorrect.Miquel Sabaté2014-02-031-0/+3
|
* kate: setting the Ruby style for xoria256 to the defaults.Miquel Sabaté2014-01-311-29/+29
|
* kate: fixed the search and the replace highlighting for the xoria256 scheme.Miquel Sabaté2014-01-311-2/+2
|
* kate: initial port of the xoria256 color scheme from vim.Miquel Sabaté2014-01-311-0/+7089
|
* vim: added the CtrlP plugin.Miquel Sabaté2014-01-302-3/+10
| | | | I've also moved the configuration of plugins in the bundles.vim file.
* bash: use $HOMEMiquel Sabaté2014-01-291-1/+1
|
* vim: style.Miquel Sabaté2014-01-291-3/+3
|
* vim: map <C-q> as @qMiquel Sabaté2014-01-291-0/+3
| | | | | This makes sense because I use the q key all the time for macros and @ is kind of hard to type for me :)