aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [nnn] Hide bottom bar in `imgview` pluginFederico Igne2020-10-021-2/+2
|
* [Neomutt] Move config file in $XDG_CONFIG_HOMEFederico Igne2020-10-022-180/+315
|
* Move mailcap file in $XDG_CONFIG_HOMEFederico Igne2020-10-022-5/+11
|
* Remove .Xresources fileFederico Igne2020-10-021-50/+0
| | | | Since I'm using st we don't really need anything from that file
* Remove rofi bindings as a generic launcherFederico Igne2020-10-011-4/+7
|
* [Tmux] Fix some outdated options that cause errors on startFederico Igne2020-10-011-6/+4
|
* [Vim] Add asyncomplete plugin for automatic lsp completionFederico Igne2020-10-013-0/+6
|
* [Vim] Tweak vim-lsp configurationFederico Igne2020-08-261-11/+31
|
* [Vim] Fix vim-lsp mappingsFederico Igne2020-08-261-6/+6
| | | | | They were set with `noremap` but we need `nmap` when using <plug>able mappings.
* [Vim] Configure vim-lsp plugin and statuslineFederico Igne2020-08-252-9/+185
|
* [Vim] Fix Git indicator in status barFederico Igne2020-08-251-3/+3
|
* [Vim] Add vim-lsp pluginFederico Igne2020-08-252-0/+3
|
* [Vim] Add VimTableMode pluginFederico Igne2020-06-292-0/+3
|
* [Bash] Add git-related aliasesFederico Igne2020-05-261-3/+13
|
* [Vim] Make eol and tabs more obviousFederico Igne2020-05-261-6/+10
|
* Add fontconfig configuration fileFederico Igne2020-05-231-0/+144
| | | | | | | | | | | | This is taken from https://github.com/eosrei/twemoji-color-font And it is necessary to make the Twemoji Color Emoji font to work properly across applications. It sets Bitstream Vera as main font and Twemoji Color Emoji as a fallback font. This also sets curie as the default monospace font.
* Remove old scriptsFederico Igne2020-05-223-51/+0
|
* Reorganize keybinding for dmenu scriptsFederico Igne2020-05-221-10/+11
|
* [sxhkd] Add first test configurationFederico Igne2020-05-181-0/+33
|
* [Mutt] Move .mailcap to a stowable dirFederico Igne2020-05-181-0/+0
|
* [X11] Move .xinitrc to a stowable dirFederico Igne2020-05-182-25/+35
|
* Update .mailcap fileFederico Igne2020-05-181-3/+22
| | | | | This is used by (neo)mutt and the idea is that we should be able to handle as many attachments as possible out of the box.
* Remove Ranger configuration filesFederico Igne2020-05-184-1010/+0
|
* Fix st path in $TERMINAL env variableFederico Igne2020-05-181-1/+1
|
* [Tmux] Fix bug with Tmux session manager scriptFederico Igne2020-05-181-3/+5
| | | | | The bug was introduced when the dmenu flag for window embedding changed from `-w` to `-e`.
* [nnn] Update configuration and add pluginsFederico Igne2020-05-183-11/+136
| | | | | | Plugins added are: * nmount: (un)mount external drives * imgview: integration with sxiv
* Remove personal git informationFederico Igne2020-04-251-6/+0
| | | | | This information, while not sensitive, is pointless in a public dotfiles repo.
* Move global .gitconfig file to stowable dirFederico Igne2020-04-251-1/+1
|
* Changed git URL for submodule 'mortimer.vim'Federico Igne2020-04-251-3/+3
|
* Fix opaque background in Vim and TmuxFederico I2020-03-212-8/+12
| | | | | The background would still be opaque even when st background has an alpha value < 1.0
* [Vim] Fix Goyo/Tagbar bindings definitionFederico I2020-03-121-4/+8
| | | | | | | | | Tests for the mapping definitions were testing the existence of the wrong variable, in particular: + `g:loaded_goyo` does not exist; + `g:loaded_tagbar` is defined only when the autoloaded code is invoked. The solution in both cases is to test for the existence of the respective commands (which are defined on plugin load).
* Remove colorscheme-related legacy filesFederico I2020-02-181-82/+0
|
* [Vim] Use base16-vim plugin to handle colorschemesFederico I2020-02-187-1564/+36
|
* [Bash] Move base16-shell repo as submodule of bash packageFederico I2020-02-182-0/+3
| | | | | | This fixes the problem of having to manually clone the repo before deploying the `bash` package. Now the feature comes with batteries included, and the color scheme will work right off the bat (hopefully).
* Update .gitignore (now empty)Federico I2020-02-181-11/+0
|
* [Bash] Move relevant files under bash Stow packageFederico I2020-02-173-0/+0
|
* [Bash] Minor changes to bashrcFederico I2020-02-171-4/+8
|
* [Tmux] Finalise configuration and remove pluginsFederico I2020-02-154-264/+541
|
* [Vim] Add undotree plugin and related configurationFederico I2020-02-154-80/+129
|
* Add a first version of the README.mdFederico I2020-02-141-0/+70
|
* [Vim] Add spell fileFederico I2020-02-141-0/+2
|
* [Vim] Add .gitignore for Vim spell binary filesFederico I2020-02-141-0/+3
|
* [Vim] Update mortimer.vim pluginFederico I2020-02-141-0/+0
|
* Minor changes to wiki scriptFederico I2020-02-141-1/+1
|
* [Vim] Adapt vimrc to the new plugin structureFederico I2020-02-142-12/+28
|
* [Vim] Move mortimer.vim pluginFederico I2020-02-141-3/+3
|
* [Vim] Move vim-pathogen pluginFederico I2020-02-142-3/+3
|
* [Vim] Move vim-obsession pluginFederico I2020-02-143-3/+3
|
* [Vim] Move goyo.vim pluginFederico I2020-02-143-3/+3
|
* [Vim] Move vim-commentary pluginFederico I2020-02-143-3/+3
|