aboutsummaryrefslogtreecommitdiff
path: root/.config
Commit message (Collapse)AuthorAgeFilesLines
* emacs: Re-introduce the 'Sent' search for mu4eMiquel Sabaté Solà2024-09-181-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* mise: Add configuration for itMiquel Sabaté Solà2024-09-162-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* emacs: Fix refile folder for suse.comMiquel Sabaté Solà2024-09-161-2/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* emacs: Add bpftrace modeMiquel Sabaté Solà2024-09-071-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* gdb: Introduce the gdbinit fileMiquel Sabaté Solà2024-09-061-0/+1
| | | | | | | For now it allows us to disable the `safe-path` feature, so GDB doesn't freak out when I'm using it to debug the kernel. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* emacs: Fix message viewMiquel Sabaté Solà2024-09-061-2/+2
| | | | | | | | | | For some reason the `message-view-patch` hook stopped working. Let's make sure it's always applied. Moreover, I've recently realized that emojis were present in some of the code. Let's be boring and opt out of it. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Remove unused dunst configurationMiquel Sabaté Solà2024-08-281-220/+0
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* emacs: configure IRCMiquel Sabaté Solà2024-08-252-1/+31
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* emacs: use editorconfigMiquel Sabaté Solà2024-08-222-2/+5
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* emacs: more clean ups from old mail configurationMiquel Sabaté Solà2024-08-221-15/+2
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* emacs: call elfeed-update every 30 minutesMiquel Sabaté Solà2024-08-201-4/+10
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* emacs: remove obsolete org export functionsMiquel Sabaté Solà2024-08-201-46/+0
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* emacs: add some safe local variablesMiquel Sabaté Solà2024-08-201-0/+1
| | | | | | | That is, don't freak out on the disabling of format on save on some projects. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* emacs: add elfeedMiquel Sabaté Solà2024-08-202-1/+13
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* emacs: drastically simplify my email setupMiquel Sabaté Solà2024-08-203-126/+20
| | | | | | | | | | | | | Instead of having a myriad of accounts, let's set up only two of them, which are the actual ones I use on mu4e. This gets rid of hacks I did to keep some of the accounts floating, while also dropping some shenanigans like signatures which were never really relevant. With all of this off loaded from Emacs, the msmtp configuration also gets simplified, and I took the chance to tweak further some of the defaults. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Define the XDG_CACHE_HOME variableMiquel Sabaté Solà2024-07-101-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* emacs: add LSP + tree-sitterMiquel Sabaté Solà2024-07-102-5/+15
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* doom: added common-lisp and prettify whitespacesMiquel Sabaté Solà2024-06-063-2/+5
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* ruby: moved irbrc into its own directoryMiquel Sabaté Solà2024-06-061-0/+18
| | | | | | | I have also simplified the whole thing, since defaults have changed a lot since I last updated this. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* doom: enable treemacsMiquel Sabaté Solà2024-05-251-1/+1
| | | | | | | This is not visible at first, but it's actually not a bad idea to make it visible for projects I have no idea about. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* doom: trying lsp for cc, ruby and rustMiquel Sabaté Solà2024-05-252-4/+17
| | | | | | | This used to be a pain in the past. Let's see how it performs nowadays... Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* doom: do a better job at (not) showing tabsMiquel Sabaté Solà2024-05-251-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* doom: added the vterm and data modulesMiquel Sabaté Solà2024-05-221-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* doom: updated backup directory pathMiquel Sabaté Solà2024-05-091-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* doom: updated email configurationMiquel Sabaté Solà2024-04-191-71/+53
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* doom: added tools/make and tools/pdfMiquel Sabaté Solà2024-04-031-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Moved .doom.d -> .config/doomMiquel Sabaté Solà2024-04-026-0/+917
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* alacritty: migrated to the new toml formatMiquel Sabaté Solà2024-01-052-61/+61
| | | | | | Automatically generated by running `alacritty migrate`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* SUSE has moved from Microsoft to GoogleMiquel Sabaté Solà2023-12-111-4/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* alacritty: moved away from deprecated settingsMiquel Sabaté Solà2023-09-181-3/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Tidying up my bashrcMiquel Sabaté Solà2023-08-231-1/+2
| | | | | | | Moved XDG variable into the proper user-dirs.dirs file, and ensured that the RVM lines are on the end. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: beware the new backup locationMiquel Sabaté Solà2022-07-311-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: switched to Doom EmacsMiquel Sabaté Solà2021-10-171-4/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Finally add uoc.edu address into mu, mbsync and msmtpMiquel Sabaté Solà2021-09-221-0/+8
| | | | | | 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>
* Added msmtp into the mixMiquel Sabaté Solà2021-06-281-0/+49
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* alacritty: disabled some troublesome bindingsMiquel Sabaté Solà2020-12-161-2/+0
| | | | | | | | 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>
* config: final renaming of directoriesMiquel Sabaté Solà2020-10-201-1/+1
| | | | | | | | 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>
* alacritty: refined key bindings and search colorsMiquel Sabaté Solà2020-08-121-4/+12
| | | | 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>
* Trying out alacritty as the terminal emulatorMiquel Sabaté Solà2020-08-121-0/+49
| | | | | | | | 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>
* Complete re-structuring so it's easier to installMiquel Sabaté Solà2019-08-222-0/+261
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>