aboutsummaryrefslogtreecommitdiff
path: root/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* The review install script does no longer require sudo.Miquel Sabaté2014-03-041-1/+1
|
* The review utility will be installed by default again.Miquel Sabaté2014-03-041-0/+15
|
* Don't install the review utility by default.Miquel Sabaté2014-03-041-8/+0
|
* bash: typo.Miquel Sabaté2014-02-161-1/+1
|
* bash: add the bash_profile file.Miquel Sabaté2014-02-161-0/+1
| | | | Apparently MacOS X doesn't provide a ~/.bash_profile file by default.
* vim: I always forgot that cat is the now to use to print heredocs...Miquel Sabaté2014-01-031-1/+2
|
* install: whipe out old temporary files from the review and the g repos.Miquel Sabaté2014-01-031-0/+2
|
* vim: updated the install script so it installs my vim config files correctly.Miquel Sabaté2014-01-031-0/+11
|
* vim: Added the xoria256 colorscheme.Miquel Sabaté2013-12-101-1/+6
|
* Added the psqlrc fileMiquel Sabaté2013-11-081-0/+1
|
* Updated the install scriptMiquel Sabaté2013-08-061-1/+2
|
* Added a global .hgignore fileMiquel Sabaté2013-08-011-0/+1
|
* Added instructions in the install script to install the "review" and "g" apps.Miquel Sabaté2013-07-311-0/+14
|
* Moved the install script from Ruby to plain bashMiquel Sabaté2013-07-311-0/+17