aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* install: updated GNU Emacs' pathsMiquel Sabaté Solà2024-05-101-7/+3
| | | | | | | | | | | I have migrated to XDG directories quite some time ago, but the install.sh script was not reflecting this yet. Hence: .emacs.d -> .config/emacs and .doom.d -> .config/doom. Moreover, I'm no longer using i3, so I have removed it from the default install. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* git: saner defaults for branches and configsMiquel Sabaté Solà2024-05-091-0/+11
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* git: define different emails per contextMiquel Sabaté Solà2024-05-092-1/+9
| | | | 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>
* ci: adding more versions of GNU EmacsMiquel Sabaté Solà2024-04-021-2/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Removed URV account from mbsyncMiquel Sabaté Solà2024-04-021-29/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Moved .doom.d -> .config/doomMiquel Sabaté Solà2024-04-029-19/+10
| | | | 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-112-10/+36
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added lua supportMiquel Sabaté Solà2023-11-271-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added binaries to be globally installedMiquel Sabaté Solà2023-09-181-0/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Bunch of updates on the isync configurationMiquel Sabaté Solà2023-09-181-64/+36
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* mu: removed outdated stuffMiquel Sabaté Solà2023-09-181-4/+3
| | | | | | | The workaround for `headers-buffer-name` is no longer needed. Moreover, I have also added a guard to check for a globally installed mu4e. 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>
* bash: added g completionMiquel Sabaté Solà2023-08-311-0/+3
| | | | | | I don't know why it wasn't there... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Use terraform modeMiquel Sabaté Solà2023-08-301-1/+1
| | | | | | Not that I used it too much, but at least give me some fancy colors. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated nodejs version being usedMiquel Sabaté Solà2023-08-301-2/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated install script and fixed outdated configMiquel Sabaté Solà2023-08-233-3121/+46
| | | | | | | | | | | After trying up this whole thing on a fresh VM I got into a lot of old stuff that needed some updating (e.g. GNU Emacs' configuration which is now handled through Doom). Other than that, I have also added a few goodies when I'm using this on a VM, like a proper size for the TTY. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* vim: added .netrwhist into gitignoreMiquel Sabaté Solà2023-08-231-1/+2
| | | | | | | No freaking clue about what it is, but what I do know is that I don't give a flying fuck about it. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* org: changed from setmana.org to index.orgMiquel Sabaté Solà2023-08-231-1/+1
| | | | | | Let's see if now I do shit more reliably. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Tidying up my bashrcMiquel Sabaté Solà2023-08-232-9/+8
| | | | | | | 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>
* Added .rvmrc fileMiquel Sabaté Solà2023-08-221-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Changed layout from mi to maoMiquel Sabaté Solà2023-08-221-2/+2
| | | | | | Apparently 'mi' is no longer the code to be used for maori. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Hot fix for old mu4e and minor hunspell updateMiquel Sabaté Solà2023-08-032-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* i3: use flameshot for taking screenshotsMiquel Sabaté Solà2023-05-251-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: using bat as a replacement for catMiquel Sabaté Solà2023-05-251-0/+14
| | | | | | | | This is only done if the binary actually exists, and then we change environment variables such as MANPAGER and MANROFFOPT so everything works seemlessly. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated copyright noticeMiquel Sabaté Solà2023-01-0225-45/+43
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* irb: removed unneeded methodsMiquel Sabaté Solà2023-01-021-13/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* i3: launch dmenu with $mod+spaceMiquel Sabaté Solà2023-01-021-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* mail: added urvMiquel Sabaté Solà2023-01-022-0/+39
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: fix by updating the copyright noticeMiquel Sabaté Solà2022-10-2424-30/+30
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: only clean the email on my workstationMiquel Sabaté Solà2022-10-241-1/+12
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Cleaning some things upMiquel Sabaté Solà2022-09-052-2/+2
| | | | | | | | | | I forgot to update the year on the license script itself (sorta did but never bothered to push it on git), and removed emoji support in GNU Emacs since it can be a pain when starting in daemon mode for the first time (it asks for downloading the emojis but you don't really read it when starting on this way). Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added the git-default scriptMiquel Sabaté Solà2022-09-051-0/+45
| | | | | | | | This subcommand allows you to easily checkout the default branch. This is mainly done because nowadays there are repositories with `main` or `master` or `whatever` as their default name. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: added GNU Emacs 28.1 into the matrixMiquel Sabaté Solà2022-08-011-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Removed .rvmrc fileMiquel Sabaté Solà2022-08-011-1/+0
| | | | | | | It's no longer used and it's actually giving me some weird warnings I don't want to care about. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: load early-init.el insteadMiquel Sabaté Solà2022-08-011-1/+1
| | | | | | | Doom has removed init.el and it's only using early-init.el, so use that instead. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: beware the new backup locationMiquel Sabaté Solà2022-07-314-20/+30
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated the node version being usedMiquel Sabaté Solà2022-07-311-1/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated hunspell and removed useless hgrc fileMiquel Sabaté Solà2022-06-272-28/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* email: well, restrictions are stupidMiquel Sabaté Solà2022-03-042-4/+27
| | | | | | | | | | | | | | | | | The 'ajuntament' maildir has to be handled separately and manually because resources there are scarce, and after 2GiB of space consumed, it does not allow to proceed further. Therefore, I am nuking everything on the server while preserving things locally with a 'Pull New Flags' mode on mbsync. This has the side-effect that now emails that have been already handled on the website and moved into archive are no longer perceived to be moved, and the 'inbox' folder might keep on growing. That is why I have set up a hook before mu4e's update so these emails are removed every time. Again, restrictions are stupid and I should not have to do this. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: add docker supportMiquel Sabaté Solà2022-03-042-2/+2
| | | | | | | I'm not using the fancy function, just the Dockerfile mode for editing them... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: added lfsMiquel Sabaté Solà2022-01-131-1/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* doom: format on saveMiquel Sabaté Solà2022-01-132-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* rvm: silence the annoying message for PATHMiquel Sabaté Solà2022-01-131-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>