aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
Commit message (Collapse)AuthorAgeFilesLines
* Moved .doom.d -> .config/doomMiquel Sabaté Solà2024-04-021-3/+1
| | | | 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>
* 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-231-2/+16
| | | | | | | | | | | 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>
* Tidying up my bashrcMiquel Sabaté Solà2023-08-231-8/+6
| | | | | | | 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>
* 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 the node version being usedMiquel Sabaté Solà2022-07-311-1/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Add rust into my dev boxMiquel Sabaté Solà2021-10-251-0/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: switched to Doom EmacsMiquel Sabaté Solà2021-10-171-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Small updates on i3 and bashMiquel Sabaté Solà2021-09-091-3/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: set the PROMPT_COMMAND environment variableMiquel Sabaté Solà2021-01-211-0/+4
| | | | | | | 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>
* emacs: fixed directoriesMiquel Sabaté Solà2020-10-221-10/+16
| | | | | | | - 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>
* bin: introducing the xo binaryMiquel Sabaté Solà2020-10-101-3/+0
| | | | | | | 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>
* 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-121-0/+4
| | | | | | | | 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>
* bash: upgrade the default nodeMiquel Sabaté Solà2020-04-131-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: yarn hack no longer neededMiquel Sabaté Solà2020-03-311-2/+0
| | | | | | | I've now recovered my RPM package from home:mssola. I will keep yarn up-to-date there. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Minor improvements here and thereMiquel Sabaté Solà2019-12-021-0/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bash: updated some paths and env. variablesMiquel Sabaté Solà2019-08-231-6/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Complete re-structuring so it's easier to installMiquel Sabaté Solà2019-08-221-0/+151
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>