aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* kte/colors: added JSON to the xoria256 scheme.Miquel Sabaté2015-03-041-10/+10
|
* kte/colors: major upgrade of the xoria256 color scheme.Miquel Sabaté2015-03-041-353/+1792
| | | | | | | | | | | In this commit the following programming languages have been marked as supported: PHP, Perl, Bash, SCSS, CSS, CoffeeScript, C, C++, Ruby, Java (incomplete), Scala (incomplete) and Markdown. All of them are being affected by a couple of known bugs. I'm not going to go any further while these bugs are still in place. Moreover, with these bugs fixed I hope that any language can be supported with good defaults.
* vim: do nothing when <S-k> has been pressed.Miquel Sabaté2015-02-161-0/+4
|
* gemrc: updated deprecated options.Miquel Sabaté2015-01-211-1/+2
|
* bashrc: my new KDEDIR points to the hidden dir `.kde` now.Miquel Sabaté2015-01-201-1/+1
|
* bashrc: set the GOROOT_BOOTSTRAP env. variable for now.Miquel Sabaté2015-01-201-0/+1
|
* kte: typo.Miquel Sabaté2015-01-091-1/+2
|
* vim: set the `mapleader` variable in the global scope.Miquel Sabaté2014-12-301-1/+1
|
* vim: setting the nocompatible option is pointless in a vimrc file.Miquel Sabaté2014-12-281-1/+0
|
* kte: removed the `remove-trailing-spaces` setting.Miquel Sabaté2014-12-102-8/+8
| | | | In this case it's safe to pick the default value.
* kte: added a README.Miquel Sabaté2014-12-104-0/+36
|
* kte: added .kateconfig files.Miquel Sabaté2014-12-107-2/+28
|
* vim: added the `.lvimrc` thing.Miquel Sabaté2014-12-021-0/+6
|
* bash: let the `frameworks` alias do more work for us.Miquel Sabaté2014-11-261-1/+1
|
* git: added `.kateconfig` in the global ignore file.Miquel Sabaté2014-11-241-0/+1
|
* kf5: removed this directory.Miquel Sabaté2014-11-194-184/+0
| | | | I don't use this weird way of compiling KDE Frameworks 5 anymore :P
* bash: added the `scripts` repo to the $PATH.Miquel Sabaté2014-11-171-0/+6
|
* bash: let's use clang/clang++ as the default compiler.Miquel Sabaté2014-11-171-0/+6
| | | | | | But since some projects such as HHVM, do not compile under clang, we have to use gcc there. Since it's no fun to keep on writing "CC=..." and all that, I've created the `GCC` shortuct.
* vim: do nothing when <C-z> gets pressed in either normal or insert mode.Miquel Sabaté2014-11-171-1/+6
| | | | | | It's extremely *shitty* that <C-z> stops the current `vim` process. Why in seven hells would I want to do that ? This has bitten me in the ass a couple of times already when missing at pressing <C-x>.
* Added the `.lvimrc` file int the global .gitignore.Miquel Sabaté2014-11-171-0/+1
|
* bash: the GNU coreutils package can be installed without the prefix in OSX.Miquel Sabaté2014-11-171-7/+3
|
* bash: added the `td` utility in my bashrc.Miquel Sabaté2014-11-171-0/+5
|
* Updated the README file.Miquel Sabaté2014-11-141-4/+1
|
* vim: call goimports on save properly.Miquel Sabaté2014-11-142-3/+3
| | | | | Apparently vim-go has added this settings in which you can tell him which gofmt to be called on save. So no more crappy autocmd there :)
* vim: updated vundle -> Vundle.vim.Miquel Sabaté2014-11-145-19/+14
|
* vim: use setlocal instead of set.Miquel Sabaté2014-10-061-9/+9
|
* vim: properly set noexpandtab for Go and PHP.Miquel Sabaté2014-10-061-2/+2
|
* vim: use 4 spaces for PHP.Miquel Sabaté2014-10-061-1/+1
|
* git: added .sass-cache to the global .gitignore.Miquel Sabaté2014-09-231-0/+2
|
* vim: added a filetype rule for shell scripts.Miquel Sabaté2014-09-101-0/+1
|
* Revert "bash: KF5 will be my default desktop."Miquel Sabaté2014-09-091-11/+14
| | | | This reverts commit a517607c00541450db9ede3dd46941d4dca709af.
* bash: KF5 will be my default desktop.Miquel Sabaté2014-09-091-14/+11
|
* vim: added a new mapping. Now <leader>, is an alias of ^Miquel Sabaté2014-09-081-0/+3
| | | | | This is because I find that pressing ^ to go to the first non-blank character of the current line is rather inconvenient.
* vim: all the calls to autocmd are now in a separate file.Miquel Sabaté2014-08-292-12/+22
|
* bashrc: Use gitignore.io to generate the contents for a gitignore file.Miquel Sabaté2014-08-211-0/+5
|
* valgrind: added the log-file option.Miquel Sabaté2014-07-071-0/+1
|
* Added a valgrindrc file.Miquel Sabaté2014-07-072-0/+12
|
* bashrc: the Go repo doesn't have the bash completion file anymore.Miquel Sabaté2014-07-021-5/+0
|
* kf5: the KF% env variable is now set inside the $KDEDIR value.Miquel Sabaté2014-06-071-1/+1
|
* 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
|