aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Finally add uoc.edu address into mu, mbsync and msmtpMiquel Sabaté Solà2021-09-223-18/+90
| | | | | | This was a long time coming... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* msmtp: using the proper credentials for suse.deMiquel Sabaté Solà2021-09-221-3/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* i3: add binding for suspendingMiquel Sabaté Solà2021-09-211-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* mbsync: new otp mechanism around @suse.de addressMiquel Sabaté Solà2021-09-211-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Small updates on i3 and bashMiquel Sabaté Solà2021-09-093-26/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* fonts: added a clarification on the licensingMiquel Sabaté Solà2021-07-231-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* fonts: added CormorantGaramondMiquel Sabaté Solà2021-07-2310-0/+0
| | | | | | Taken freely from Google fonts. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: set autocrlf to trueMiquel Sabaté Solà2021-07-231-0/+1
| | | | | | | Not that it has happened before, but this avoids weird Windows characters creeping in. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: always sign commitsMiquel Sabaté Solà2021-06-282-1/+5
| | | | | | | This also affects Magit, which needed to have a higher transient default level so the -S option of the commit panel was available. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added msmtp into the mixMiquel Sabaté Solà2021-06-282-28/+62
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added binary for the xoauth2 protocolMiquel Sabaté Solà2021-06-231-0/+430
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Some minor fixes from the laptopMiquel Sabaté Solà2021-06-222-1/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixes here and there...Miquel Sabaté Solà2021-06-224-32/+32
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* i3: I've changed the connection on my monitorsMiquel Sabaté Solà2021-05-241-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: simplify my window managementMiquel Sabaté Solà2021-04-121-0/+19
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* irb: don't whine on missing wirble gemMiquel Sabaté Solà2021-02-221-3/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: evil-magit has been deprecatedMiquel Sabaté Solà2021-02-102-12/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: nuked melpa stableMiquel Sabaté Solà2021-01-283-7/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: polished treemacs' configurationMiquel Sabaté Solà2021-01-281-6/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: updated custom.el fileMiquel Sabaté Solà2021-01-281-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a new email accountMiquel Sabaté Solà2021-01-282-2/+50
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added treemacsMiquel Sabaté Solà2021-01-251-1/+37
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* It's been 2021 for quite a while nowMiquel Sabaté Solà2021-01-2231-39/+39
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: add a shortcut for `flyspell-buffer`Miquel Sabaté Solà2021-01-211-14/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* 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>