aboutsummaryrefslogtreecommitdiff
path: root/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* emacs: There and back againMiquel Sabaté Solà2025-07-081-20/+0
| | | | | | | | | | | Bring back a hand-rolled GNU Emacs configuration, moving on from Doom Emacs. This is due some recent regressions I've had with my Doom configuration that I was unable to debug/fix. This brings back some much needed simplicity, while having better knowledge on how to keep things modern and snappy. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Move from github to sourcehutMiquel Sabaté Solà2025-05-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Don't require GNU Emacs to be installedMiquel Sabaté Solà2024-08-281-9/+13
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Update install.sh script with the latest dropsMiquel Sabaté Solà2024-08-281-5/+2
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Set a proper copyright noticeMiquel Sabaté Solà2024-08-241-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Removing unused binariesMiquel Sabaté Solà2024-08-041-6/+6
| | | | 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>
* Added binaries to be globally installedMiquel Sabaté Solà2023-09-181-0/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated install script and fixed outdated configMiquel Sabaté Solà2023-08-231-23/+30
| | | | | | | | | | | 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>
* Updated copyright noticeMiquel Sabaté Solà2023-01-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: fix by updating the copyright noticeMiquel Sabaté Solà2022-10-241-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Some minor fixes from the laptopMiquel Sabaté Solà2021-06-221-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* It's been 2021 for quite a while nowMiquel Sabaté Solà2021-01-221-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added find-broken-symlinksMiquel Sabaté Solà2020-08-031-1/+1
| | | | | | | | | 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>
* emacs: added some files that were missing to be linkedMiquel Sabaté Solà2020-04-211-1/+1
| | | | | | In particular, abbrevs.el and early-init.el also need to be symlinked upon installation. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed CIMiquel Sabaté Solà2020-04-081-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed some install issuesMiquel Sabaté Solà2020-03-261-2/+2
| | | | | | Use the absolute path when linking... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Did you know that we are in 2020 already?Miquel Sabaté Solà2020-02-111-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Don't link i3Miquel Sabaté Solà2019-09-071-1/+5
| | | | | | | I have slightly different configurations on my workstation and on my laptop, so don't blindly link them. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Better message at the end of install.sh executionMiquel Sabaté Solà2019-09-061-1/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added linters and polished codeMiquel Sabaté Solà2019-09-051-0/+2
| | | | | | The minimum version supported has been raised to 25.3. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added a note for soriaMiquel Sabaté Solà2019-08-221-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Complete re-structuring so it's easier to installMiquel Sabaté Solà2019-08-221-91/+76
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added the `e` scriptMiquel Sabaté Solà2019-02-261-0/+1
| | | | | This is a shortcut to be used for reaching out to the default editor from the CLI. Notice that it also handles the root user.
* Use emacsclient as the default editorMiquel Sabaté Solà2019-01-241-0/+1
| | | | | | | | | I've created a special emacsclient-a-nw executable script which should suffice for places like the gitconfig or bashrc. The good thing about having emacsclient as the default editor, is that then you gain Magit, for example, when writing `git commit`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added xinitrc fileMiquel Sabaté Solà2019-01-221-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* install: create emacs directoryMiquel Sabaté Solà2018-01-151-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* weechat: nukedMiquel Sabaté Solà2017-02-151-5/+1
| | | | | | | I'm using ERC now. Moreover, I've also moved the main README from markdown to orgmode. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: literate programmingMiquel Sabaté Solà2017-01-131-0/+6
| | | | | | Everything has been moved into an org file. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Adding mbsyncMiquel Sabaté Solà2016-11-231-0/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* install: cleaning upMiquel Sabaté Solà2016-05-311-8/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added the `bin` directory and sorted out licensingMiquel Sabaté Solà2016-05-311-0/+4
| | | | | | | Everything is licensed under the MIT license, except what it's inside of the `bin` directory, which is licensed under the GPLv3+ license. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Use ag for searching stuff in vimMiquel Sabaté Solà2016-05-181-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* install: some fixesMiquel Sabaté Solà2016-05-031-3/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* i3: added configuration for the laptopMiquel Sabaté Solà2016-05-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* install: I'm using a keyboard with US layout nowMiquel Sabaté Solà2016-04-291-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* install: adding more applicationsMiquel Sabaté Solà2016-04-261-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Uploading files from i3, X...Miquel Sabaté Solà2016-04-221-0/+14
| | | | | | I've been successfully running i3 and I'm quite happy with it. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* gnupg: added configMiquel Sabaté Solà2016-04-151-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* weechat: added configMiquel Sabaté2016-03-051-0/+4
| | | | Signed-off-by: Miquel Sabaté <msabate@suse.com>
* Added my own tmux config fileMiquel Sabaté2015-08-021-0/+1
| | | | tmux has proved to be convenient when sharing the screen.
* Add the `scripts` repo in the installation processMiquel Sabaté2015-07-131-0/+7
|
* Install the docker completion for bash when running the install.sh scriptMiquel Sabaté2015-07-091-0/+3
|
* Added the $PROJECTS variableMiquel Sabate2015-06-021-2/+3
|
* kte: added .kateconfig files.Miquel Sabaté2014-12-101-0/+8
|
* vim: updated vundle -> Vundle.vim.Miquel Sabaté2014-11-141-9/+1
|
* Added a valgrindrc file.Miquel Sabaté2014-07-071-0/+1
|
* inputrc: removed the inputrc file. I'm not getting used to it :)Miquel Sabaté2014-05-061-1/+0
|
* input: added the .inputrc file.Miquel Sabaté2014-05-021-0/+1
|
* Added the .rvmrc in the install.sh script.Miquel Sabaté2014-04-091-0/+1
|