aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update README.mdFederico Igne2020-11-292-22/+80
|
* [Vim] Update mortimer.vim pluginFederico Igne2020-11-291-0/+0
|
* [Neomutt] Tweak colors to new colorscheme settingsFederico Igne2020-11-281-9/+9
|
* [TMux] Clean tmux configurationFederico Igne2020-11-281-6/+1
|
* [Bash] Remove Base16 configurationFederico Igne2020-11-281-6/+0
|
* [Vim] Move away from the cursed Base16 coloscheme systemFederico Igne2020-11-284-114/+242
| | | | | | | Also introducing a coloschemes that dimms almost all text related highlight groups. This will be used in spell checking or other situation in which we don't care about syntax highlighting but we want to draw the attention to some part of the document.
* [Vim] Add gruvbox colorscheme pluginFederico Igne2020-11-282-0/+3
|
* Remove AwesomeWM related submodulesFederico Igne2020-11-231-3/+0
|
* Remove AwesomeWM config folderFederico Igne2020-11-23372-6277/+0
| | | | This is part of the transition to DWM
* Remove Rofi configurationFederico Igne2020-11-231-11/+0
|
* [NeoMutt] Complete transition to NeoMuttFederico Igne2020-10-021-57/+28
|
* Add $MAIL environment variableFederico Igne2020-10-021-0/+1
|
* [NeoMutt] Move account specific informationFederico Igne2020-10-021-3/+3
|
* [Vim] Tweak asyncomplete configuration + minor changesFederico Igne2020-10-022-16/+77
|
* [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
|