| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bashrc: updated | Miquel Sabaté Solà | 2016-03-15 | 1 | -7/+3 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | vim: added the hcl formatter plugin | Miquel Sabaté Solà | 2016-03-15 | 1 | -0/+1 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | tmux: removed option that never worked | Miquel Sabaté Solà | 2016-03-11 | 1 | -1/+0 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | weechat: improved everything a bit after trying it out for a week | Miquel Sabaté Solà | 2016-03-11 | 9 | -46/+309 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | weechat: added config | Miquel Sabaté | 2016-03-05 | 24 | -0/+4999 |
| | | | | | Signed-off-by: Miquel Sabaté <msabate@suse.com> | ||||
| * | vim: added more plugins | Miquel Sabaté Solà | 2016-03-04 | 1 | -0/+3 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | bash: add some useful alias | Miquel Sabaté Solà | 2016-02-17 | 1 | -0/+5 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | vim: automatically set Vagrantfile as ruby | Miquel Sabaté Solà | 2016-02-17 | 1 | -0/+1 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | bashrc: it's safe to remove container in td's case | Miquel Sabaté Solà | 2016-02-13 | 1 | -0/+1 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | bashrc: don't block ctrl-p inside of containers | Miquel Sabaté Solà | 2016-02-13 | 1 | -0/+1 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | bashrc: use the dockerized version of "td" | Miquel Sabaté Solà | 2016-02-13 | 1 | -0/+10 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | vim: added a new mapping for temporarily pasting | Miquel Sabaté Solà | 2016-02-10 | 1 | -0/+3 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | vim: updated paste toggle | Miquel Sabaté Solà | 2016-02-05 | 1 | -0/+3 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | vim: call golint on save if the executable exists | Miquel Sabaté Solà | 2015-10-08 | 2 | -3/+5 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | git: small additions to the gitconfig | Miquel Sabaté Solà | 2015-09-11 | 1 | -4/+7 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | vim: don't user <c-o> | Miquel Sabaté | 2015-08-13 | 1 | -0/+3 |
| | | |||||
| * | Added my own tmux config file | Miquel Sabaté | 2015-08-02 | 2 | -0/+99 |
| | | | | | tmux has proved to be convenient when sharing the screen. | ||||
| * | bash: cleaning up | Miquel Sabaté | 2015-08-01 | 1 | -11/+3 |
| | | |||||
| * | bash: added the `source_maybe function | Miquel Sabaté | 2015-08-01 | 1 | -12/+16 |
| | | | | | This way we only source files that exist | ||||
| * | bash: fixed the PATH variable for Go programs | Miquel Sabaté | 2015-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | This happenned once I got Docker installed from both openSUSE and the master branch. So, as of now, for Go applications the lookup will be: 1. $GOROOT: for the compiler. 2. $PATH: for programs like docker, in which I prefer to use them from stable repos. 3. $GOPATH: the rest. | ||||
| * | bash: it's better to be safe than sorry | Miquel Sabaté | 2015-07-17 | 1 | -2/+2 |
| | | | | | Otherwise whenever we upgrade to a binary change in Qt5 KDE will crash :D | ||||
| * | git: removed the `fork` alias, since it's provided by the `scripts` repo | Miquel Sabaté | 2015-07-13 | 1 | -1/+0 |
| | | | | | | | The `fork` alias has been exppanded into a full-blown bash script that does more clever things with the given input. It has been moved into my `scripts` repo, so it's automatically installed by the `install.sh` script. | ||||
| * | Add the `scripts` repo in the installation process | Miquel Sabaté | 2015-07-13 | 1 | -0/+7 |
| | | |||||
| * | Install the docker completion for bash when running the install.sh script | Miquel Sabaté | 2015-07-09 | 1 | -0/+3 |
| | | |||||
| * | bash: complete the `docker` command if possible | Miquel Sabaté | 2015-07-09 | 1 | -1/+6 |
| | | |||||
| * | git: fixed tab and added the `vader` alias | Miquel Sabaté | 2015-06-19 | 1 | -1/+2 |
| | | |||||
| * | Added the $PROJECTS variable | Miquel Sabate | 2015-06-02 | 1 | -2/+3 |
| | | |||||
| * | git: added the `fork` alias | Miquel Sabaté | 2015-04-28 | 1 | -1/+4 |
| | | | | | | | | | | | | This alias provides an easy way to keep forks up-to-date. It assumes that the remote URL is named `upstream` and that it contains the original project. Therefore: $ git fork master It will fetch `upstream/master` and then merge it onto the `master` branch of the fork repo. | ||||
| * | kte/colors: I forgot about the color of comments on my previous commit. | Miquel Sabaté | 2015-03-05 | 1 | -1/+1 |
| | | |||||
| * | kte/colors: update CMake for the xoria256 schema. | Miquel Sabaté | 2015-03-05 | 1 | -17/+17 |
| | | |||||
| * | kte/colors: added JSON to the xoria256 scheme. | Miquel Sabaté | 2015-03-04 | 1 | -10/+10 |
| | | |||||
| * | kte/colors: major upgrade of the xoria256 color scheme. | Miquel Sabaté | 2015-03-04 | 1 | -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-16 | 1 | -0/+4 |
| | | |||||
| * | gemrc: updated deprecated options. | Miquel Sabaté | 2015-01-21 | 1 | -1/+2 |
| | | |||||
| * | bashrc: my new KDEDIR points to the hidden dir `.kde` now. | Miquel Sabaté | 2015-01-20 | 1 | -1/+1 |
| | | |||||
| * | bashrc: set the GOROOT_BOOTSTRAP env. variable for now. | Miquel Sabaté | 2015-01-20 | 1 | -0/+1 |
| | | |||||
| * | kte: typo. | Miquel Sabaté | 2015-01-09 | 1 | -1/+2 |
| | | |||||
| * | vim: set the `mapleader` variable in the global scope. | Miquel Sabaté | 2014-12-30 | 1 | -1/+1 |
| | | |||||
| * | vim: setting the nocompatible option is pointless in a vimrc file. | Miquel Sabaté | 2014-12-28 | 1 | -1/+0 |
| | | |||||
| * | kte: removed the `remove-trailing-spaces` setting. | Miquel Sabaté | 2014-12-10 | 2 | -8/+8 |
| | | | | | In this case it's safe to pick the default value. | ||||
| * | kte: added a README. | Miquel Sabaté | 2014-12-10 | 4 | -0/+36 |
| | | |||||
| * | kte: added .kateconfig files. | Miquel Sabaté | 2014-12-10 | 7 | -2/+28 |
| | | |||||
| * | vim: added the `.lvimrc` thing. | Miquel Sabaté | 2014-12-02 | 1 | -0/+6 |
| | | |||||
| * | bash: let the `frameworks` alias do more work for us. | Miquel Sabaté | 2014-11-26 | 1 | -1/+1 |
| | | |||||
| * | git: added `.kateconfig` in the global ignore file. | Miquel Sabaté | 2014-11-24 | 1 | -0/+1 |
| | | |||||
| * | kf5: removed this directory. | Miquel Sabaté | 2014-11-19 | 4 | -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-17 | 1 | -0/+6 |
| | | |||||
| * | bash: let's use clang/clang++ as the default compiler. | Miquel Sabaté | 2014-11-17 | 1 | -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-17 | 1 | -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-17 | 1 | -0/+1 |
| | | |||||
