aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* emacs: added wucuoMiquel Sabaté Solà2021-01-212-20/+5
| | | | | | | This aleviates a lot of my pains when it comes to dynamic spell checking (it basically just checks spell errors on save instead of every time). Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: set the PROMPT_COMMAND environment variableMiquel Sabaté Solà2021-01-212-0/+5
| | | | | | | This is useful for terminals that don't touch the title bar by themselves like alacritty, which expected the application to actually change it. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: added defaultBranch optionMiquel Sabaté Solà2021-01-082-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* alacritty: disabled some troublesome bindingsMiquel Sabaté Solà2020-12-163-4/+4
| | | | | | | | They were conflicting with my GNU Emacs config, which is a problem since commands such as `git commit` will pick this as the editor to be used, and it was hella confusing... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Improved locking of screenMiquel Sabaté Solà2020-12-032-6/+37
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: change the keyboard layout being pickedMiquel Sabaté Solà2020-11-232-6/+6
| | | | | | | | | | - mi: the US keyboard layout is apparently the same as the one for the Māori keyboard language, with the advantage of being able to use macrons. Let's replace the US one with this other one. - ca: since I'm using the catalan variant, it makes more sense to show this one instead of the standard `es`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* i3: prepend the language keymap on the statusMiquel Sabaté Solà2020-11-124-3/+40
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed issue on mu4e's attachment directoryMiquel Sabaté Solà2020-11-032-1/+2
| | | | | | As simple as a typo on the environment variable to be used. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Removed files which are no longer neededMiquel Sabaté Solà2020-10-284-16/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added zypper-rupMiquel Sabaté Solà2020-10-282-0/+22
| | | | | | Which is just a shorthand for zypper ref && up. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed directoriesMiquel Sabaté Solà2020-10-222-14/+22
| | | | | | | - Use `user-emacs-directory` instead of `~/.emacs.d` directly. - Use XDG-related environment variables, which are set on the `bashrc` file. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: don't analyze early-init.elMiquel Sabaté Solà2020-10-202-3/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: make the linter happyMiquel Sabaté Solà2020-10-201-10/+12
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* config: final renaming of directoriesMiquel Sabaté Solà2020-10-202-1/+6
| | | | | | | | Hopefully this structure sticks. Plus the usual hunspell update. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* config: updated mimeapps.list fileMiquel Sabaté Solà2020-10-191-0/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* config: added a user-dirs.dirsMiquel Sabaté Solà2020-10-191-0/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* i3: I no longer need to start the blueman-appletMiquel Sabaté Solà2020-10-171-2/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: set crux to move visuallyMiquel Sabaté Solà2020-10-112-1/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: introducing the xo binaryMiquel Sabaté Solà2020-10-102-3/+38
| | | | | | | This is just a dumb replacement for the previous `xo` shell alias, so I can avoid some of the shortcomings of `xdg-open`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added groovy-mode and some hunspell wordsMiquel Sabaté Solà2020-10-063-2/+13
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated hunspellMiquel Sabaté Solà2020-10-052-1/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added some abbrevsMiquel Sabaté Solà2020-10-031-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* More hunspell updatesMiquel Sabaté Solà2020-10-021-0/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed weird error with accentsMiquel Sabaté Solà2020-10-021-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updates on hunspellMiquel Sabaté Solà2020-10-021-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added the git-who pluginMiquel Sabaté Solà2020-09-151-0/+97
| | | | | | This shows a list of the top contributors of a certain git repository. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* hunspell: added SUSEMiquel Sabaté Solà2020-08-251-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* alacritty: refined key bindings and search colorsMiquel Sabaté Solà2020-08-121-4/+12
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* i3: add /home/backup into the status barMiquel Sabaté Solà2020-08-121-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* alacritty: use the soria themeMiquel Sabaté Solà2020-08-121-23/+29
| | | | | | Use the colors which are used in the soria theme. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: fixed some weird issue on bash completionsMiquel Sabaté Solà2020-08-121-2/+1
| | | | | | Basically on alacritty. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Trying out alacritty as the terminal emulatorMiquel Sabaté Solà2020-08-124-1/+56
| | | | | | | | For now I've built it from source, which maybe isn't the best option. I've also updated the hunspell dictionary. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* fonts: added random fonts that I have for whatever reasonMiquel Sabaté Solà2020-08-0317-0/+1
| | | | | | | Too afraid to break something if I remove them, too lazy to actually check what's going on. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* i3: updated configuration to also start the blueman appletMiquel Sabaté Solà2020-08-032-2/+10
| | | | | | This commit also adds some updates on the catalan dictionary. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added git-modes for git filesMiquel Sabaté Solà2020-08-031-9/+22
| | | | | | I've also added various minor changes here and there. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added support for adoc-modeMiquel Sabaté Solà2020-08-031-19/+31
| | | | | | I've also restructured how markup languages were laid out in the document. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added find-broken-symlinksMiquel Sabaté Solà2020-08-032-1/+104
| | | | | | | | | This simple script checks for unexpectedly broken symlinks in a given directory ($HOME by default). This is useful because, as I've sadly detected, I had some relevant files that were not actually symlinked and some things utterly failed. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: add compile_commands.json into the global gitignoreMiquel Sabaté Solà2020-05-061-4/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: set priorities for package archivesMiquel Sabaté Solà2020-04-272-9/+20
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: track the dependencies.sh fileMiquel Sabaté Solà2020-04-271-0/+22
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: merged my README.org file into init.orgMiquel Sabaté Solà2020-04-272-103/+16
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: polished my evil setupMiquel Sabaté Solà2020-04-272-43/+21
| | | | | | | That is, I'm introducing back again some functionality that I remove but now I'm binding it into different keys. This allows me to simplify the code quite a bit. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: turns out that magit can indeed stage by patchesMiquel Sabaté Solà2020-04-271-1/+1
| | | | | | | | | Before knowing this I had to resort to the CLI and manually `git stash -p` all the way. Turns out that magit is actually able to stage particular changes from a specific files, so this whole workflow is no longer needed, and hence the warning on the documentation is no longer valid. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: force ERC to use the authinfo mechanismMiquel Sabaté Solà2020-04-271-21/+22
| | | | | | | | Apparently now in some channels from freenode I need to be properly registered. After doing this, now I have to set my credentials into my authinfo file, so it can be picked up by ERC. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: using evil-escape and removing evil-leaderMiquel Sabaté Solà2020-04-242-90/+40
| | | | | | | | | evil-escape will help us removing some dirty code we had for this task (and that it didn't necessarily work everywhere). Moreover, I've pushed my effort about removing evil-leader, which led to some new mappings. That being said, there are still some bindings that are still to be defined. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: bring window navigation to Vim defaultsMiquel Sabaté Solà2020-04-241-22/+24
| | | | | | This also applies to scrolling. With this I can get rid off tons of hacks and misbehavior. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: user C-X for killing the buffer and the windowMiquel Sabaté Solà2020-04-231-4/+3
| | | | | | | Thus moving away from the leader key and being more in sync with the default C-x which I'm already using. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: vastly cleaned up my configurationMiquel Sabaté Solà2020-04-231-609/+344
| | | | | | More detailed explanations, purged some stuff that I don't use anymore, etc. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed hookMiquel Sabaté Solà2020-04-221-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a note on the readmeMiquel Sabaté Solà2020-04-221-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>