| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | vim: call goimports on save properly. | Miquel Sabaté | 2014-11-14 | 2 | -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-14 | 5 | -19/+14 | |
| | | ||||||
| * | vim: use setlocal instead of set. | Miquel Sabaté | 2014-10-06 | 1 | -9/+9 | |
| | | ||||||
| * | vim: properly set noexpandtab for Go and PHP. | Miquel Sabaté | 2014-10-06 | 1 | -2/+2 | |
| | | ||||||
| * | vim: use 4 spaces for PHP. | Miquel Sabaté | 2014-10-06 | 1 | -1/+1 | |
| | | ||||||
| * | git: added .sass-cache to the global .gitignore. | Miquel Sabaté | 2014-09-23 | 1 | -0/+2 | |
| | | ||||||
| * | vim: added a filetype rule for shell scripts. | Miquel Sabaté | 2014-09-10 | 1 | -0/+1 | |
| | | ||||||
| * | Revert "bash: KF5 will be my default desktop." | Miquel Sabaté | 2014-09-09 | 1 | -11/+14 | |
| | | | | | This reverts commit a517607c00541450db9ede3dd46941d4dca709af. | |||||
| * | bash: KF5 will be my default desktop. | Miquel Sabaté | 2014-09-09 | 1 | -14/+11 | |
| | | ||||||
| * | vim: added a new mapping. Now <leader>, is an alias of ^ | Miquel Sabaté | 2014-09-08 | 1 | -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-29 | 2 | -12/+22 | |
| | | ||||||
| * | bashrc: Use gitignore.io to generate the contents for a gitignore file. | Miquel Sabaté | 2014-08-21 | 1 | -0/+5 | |
| | | ||||||
| * | valgrind: added the log-file option. | Miquel Sabaté | 2014-07-07 | 1 | -0/+1 | |
| | | ||||||
| * | Added a valgrindrc file. | Miquel Sabaté | 2014-07-07 | 2 | -0/+12 | |
| | | ||||||
| * | bashrc: the Go repo doesn't have the bash completion file anymore. | Miquel Sabaté | 2014-07-02 | 1 | -5/+0 | |
| | | ||||||
| * | kf5: the KF% env variable is now set inside the $KDEDIR value. | Miquel Sabaté | 2014-06-07 | 1 | -1/+1 | |
| | | ||||||
| * | Added the manpdf function to the bashrc file. | Miquel Sabaté | 2014-06-05 | 1 | -1/+6 | |
| | | ||||||
| * | Fixed the install-vim.sh script when we've already got the vim source code. | Miquel Sabaté | 2014-05-28 | 1 | -0/+2 | |
| | | ||||||
| * | inputrc: removed the inputrc file. I'm not getting used to it :) | Miquel Sabaté | 2014-05-06 | 2 | -35/+0 | |
| | | ||||||
| * | vim: added a script to compile vim from the mercurial repo. | Miquel Sabaté | 2014-05-06 | 1 | -0/+47 | |
| | | ||||||
| * | vim: use always the clipboard. | Miquel Sabaté | 2014-05-06 | 1 | -0/+5 | |
| | | ||||||
| * | input: added the .inputrc file. | Miquel Sabaté | 2014-05-02 | 2 | -0/+35 | |
| | | ||||||
| * | vim: <leader>V will split vertically *and* switch to the new window. | Miquel Sabaté | 2014-05-01 | 1 | -0/+1 | |
| | | ||||||
| * | vim: use the <leader>v mapping to open a vertical split. | Miquel Sabaté | 2014-05-01 | 1 | -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 :P | Miquel Sabaté | 2014-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Added the .rvmrc in the install.sh script. | Miquel Sabaté | 2014-04-09 | 1 | -0/+1 | |
| | | ||||||
| * | Added the rvmrc file. | Miquel Sabaté | 2014-04-09 | 1 | -0/+1 | |
| | | ||||||
| * | vim: using the vim-go plugin, instead of the Go's official vim support. | Miquel Sabaté | 2014-03-30 | 2 | -5/+1 | |
| | | ||||||
| * | bash: added a shortcut for KDE Frameworks. | Miquel Sabaté | 2014-03-07 | 1 | -0/+4 | |
| | | ||||||
| * | kf5: fixed a couple of things. | Miquel Sabaté | 2014-03-06 | 3 | -12/+40 | |
| | | ||||||
| * | kf5: added some notes regarding my git config. | Miquel Sabaté | 2014-03-06 | 1 | -4/+8 | |
| | | ||||||
| * | kf5: Polkit is a dependency that we don't compile ourselves. | Miquel Sabaté | 2014-03-06 | 2 | -3/+4 | |
| | | ||||||
| * | kf5: added a directory with my configuration of KDE Frameworks. | Miquel Sabaté | 2014-03-06 | 4 | -0/+151 | |
| | | ||||||
| * | bash: removed some legacy exports. | Miquel Sabaté | 2014-03-04 | 1 | -2/+0 | |
| | | ||||||
| * | The review install script does no longer require sudo. | Miquel Sabaté | 2014-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | vim: settings 4 spaces as the default indentation settings in Perl. | Miquel Sabaté | 2014-03-04 | 1 | -0/+1 | |
| | | ||||||
| * | The review utility will be installed by default again. | Miquel Sabaté | 2014-03-04 | 1 | -0/+15 | |
| | | ||||||
| * | bashrc: Added the review's new install path. | Miquel Sabaté | 2014-03-04 | 1 | -1/+2 | |
| | | ||||||
| * | Don't install the review utility by default. | Miquel Sabaté | 2014-03-04 | 1 | -8/+0 | |
| | | ||||||
| * | git: Decrease the number of milliseconds in the autocorrect feature. | Miquel Sabaté | 2014-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | kate: polishing the xoria256 theme for JSON files. | Miquel Sabaté | 2014-02-19 | 1 | -2/+2 | |
| | | ||||||
| * | kate: fixed xoria256 for LaTeX. | Miquel Sabaté | 2014-02-19 | 1 | -14/+29 | |
| | | ||||||
| * | git: ignore the Kile project file. | Miquel Sabaté | 2014-02-18 | 1 | -0/+1 | |
| | | ||||||
| * | bash: disable XON/XOFF flow. | Miquel Sabaté | 2014-02-17 | 1 | -0/+1 | |
| | | | | | This only affects to MacOS X. | |||||
| * | vim: polishing the config regarding search. | Miquel Sabaté | 2014-02-16 | 1 | -1/+7 | |
| | | ||||||
| * | bash: typo. | Miquel Sabaté | 2014-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | Updated the README file. | Miquel Sabaté | 2014-02-16 | 1 | -0/+5 | |
| | | ||||||
| * | bash: on MacOS X, we don't use the default ls command. | Miquel Sabaté | 2014-02-16 | 1 | -3/+7 | |
| | | | | | Instead we use the GNU ls command. | |||||
| * | bash: add the bash_profile file. | Miquel Sabaté | 2014-02-16 | 2 | -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-11 | 1 | -18/+59 | |
| | | ||||||
