Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [nnn] Hide bottom bar in `imgview` plugin | Federico Igne | 2020-10-02 | 1 | -2/+2 | |
| | ||||||
* | [Neomutt] Move config file in $XDG_CONFIG_HOME | Federico Igne | 2020-10-02 | 2 | -180/+315 | |
| | ||||||
* | Move mailcap file in $XDG_CONFIG_HOME | Federico Igne | 2020-10-02 | 2 | -5/+11 | |
| | ||||||
* | Remove .Xresources file | Federico Igne | 2020-10-02 | 1 | -50/+0 | |
| | | | | Since I'm using st we don't really need anything from that file | |||||
* | Remove rofi bindings as a generic launcher | Federico Igne | 2020-10-01 | 1 | -4/+7 | |
| | ||||||
* | [Tmux] Fix some outdated options that cause errors on start | Federico Igne | 2020-10-01 | 1 | -6/+4 | |
| | ||||||
* | [Vim] Add asyncomplete plugin for automatic lsp completion | Federico Igne | 2020-10-01 | 3 | -0/+6 | |
| | ||||||
* | [Vim] Tweak vim-lsp configuration | Federico Igne | 2020-08-26 | 1 | -11/+31 | |
| | ||||||
* | [Vim] Fix vim-lsp mappings | Federico Igne | 2020-08-26 | 1 | -6/+6 | |
| | | | | | They were set with `noremap` but we need `nmap` when using <plug>able mappings. | |||||
* | [Vim] Configure vim-lsp plugin and statusline | Federico Igne | 2020-08-25 | 2 | -9/+185 | |
| | ||||||
* | [Vim] Fix Git indicator in status bar | Federico Igne | 2020-08-25 | 1 | -3/+3 | |
| | ||||||
* | [Vim] Add vim-lsp plugin | Federico Igne | 2020-08-25 | 2 | -0/+3 | |
| | ||||||
* | [Vim] Add VimTableMode plugin | Federico Igne | 2020-06-29 | 2 | -0/+3 | |
| | ||||||
* | [Bash] Add git-related aliases | Federico Igne | 2020-05-26 | 1 | -3/+13 | |
| | ||||||
* | [Vim] Make eol and tabs more obvious | Federico Igne | 2020-05-26 | 1 | -6/+10 | |
| | ||||||
* | Add fontconfig configuration file | Federico Igne | 2020-05-23 | 1 | -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 scripts | Federico Igne | 2020-05-22 | 3 | -51/+0 | |
| | ||||||
* | Reorganize keybinding for dmenu scripts | Federico Igne | 2020-05-22 | 1 | -10/+11 | |
| | ||||||
* | [sxhkd] Add first test configuration | Federico Igne | 2020-05-18 | 1 | -0/+33 | |
| | ||||||
* | [Mutt] Move .mailcap to a stowable dir | Federico Igne | 2020-05-18 | 1 | -0/+0 | |
| | ||||||
* | [X11] Move .xinitrc to a stowable dir | Federico Igne | 2020-05-18 | 2 | -25/+35 | |
| | ||||||
* | Update .mailcap file | Federico Igne | 2020-05-18 | 1 | -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 files | Federico Igne | 2020-05-18 | 4 | -1010/+0 | |
| | ||||||
* | Fix st path in $TERMINAL env variable | Federico Igne | 2020-05-18 | 1 | -1/+1 | |
| | ||||||
* | [Tmux] Fix bug with Tmux session manager script | Federico Igne | 2020-05-18 | 1 | -3/+5 | |
| | | | | | The bug was introduced when the dmenu flag for window embedding changed from `-w` to `-e`. | |||||
* | [nnn] Update configuration and add plugins | Federico Igne | 2020-05-18 | 3 | -11/+136 | |
| | | | | | | Plugins added are: * nmount: (un)mount external drives * imgview: integration with sxiv | |||||
* | Remove personal git information | Federico Igne | 2020-04-25 | 1 | -6/+0 | |
| | | | | | This information, while not sensitive, is pointless in a public dotfiles repo. | |||||
* | Move global .gitconfig file to stowable dir | Federico Igne | 2020-04-25 | 1 | -1/+1 | |
| | ||||||
* | Changed git URL for submodule 'mortimer.vim' | Federico Igne | 2020-04-25 | 1 | -3/+3 | |
| | ||||||
* | Fix opaque background in Vim and Tmux | Federico I | 2020-03-21 | 2 | -8/+12 | |
| | | | | | The background would still be opaque even when st background has an alpha value < 1.0 | |||||
* | [Vim] Fix Goyo/Tagbar bindings definition | Federico I | 2020-03-12 | 1 | -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 files | Federico I | 2020-02-18 | 1 | -82/+0 | |
| | ||||||
* | [Vim] Use base16-vim plugin to handle colorschemes | Federico I | 2020-02-18 | 7 | -1564/+36 | |
| | ||||||
* | [Bash] Move base16-shell repo as submodule of bash package | Federico I | 2020-02-18 | 2 | -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 I | 2020-02-18 | 1 | -11/+0 | |
| | ||||||
* | [Bash] Move relevant files under bash Stow package | Federico I | 2020-02-17 | 3 | -0/+0 | |
| | ||||||
* | [Bash] Minor changes to bashrc | Federico I | 2020-02-17 | 1 | -4/+8 | |
| | ||||||
* | [Tmux] Finalise configuration and remove plugins | Federico I | 2020-02-15 | 4 | -264/+541 | |
| | ||||||
* | [Vim] Add undotree plugin and related configuration | Federico I | 2020-02-15 | 4 | -80/+129 | |
| | ||||||
* | Add a first version of the README.md | Federico I | 2020-02-14 | 1 | -0/+70 | |
| | ||||||
* | [Vim] Add spell file | Federico I | 2020-02-14 | 1 | -0/+2 | |
| | ||||||
* | [Vim] Add .gitignore for Vim spell binary files | Federico I | 2020-02-14 | 1 | -0/+3 | |
| | ||||||
* | [Vim] Update mortimer.vim plugin | Federico I | 2020-02-14 | 1 | -0/+0 | |
| | ||||||
* | Minor changes to wiki script | Federico I | 2020-02-14 | 1 | -1/+1 | |
| | ||||||
* | [Vim] Adapt vimrc to the new plugin structure | Federico I | 2020-02-14 | 2 | -12/+28 | |
| | ||||||
* | [Vim] Move mortimer.vim plugin | Federico I | 2020-02-14 | 1 | -3/+3 | |
| | ||||||
* | [Vim] Move vim-pathogen plugin | Federico I | 2020-02-14 | 2 | -3/+3 | |
| | ||||||
* | [Vim] Move vim-obsession plugin | Federico I | 2020-02-14 | 3 | -3/+3 | |
| | ||||||
* | [Vim] Move goyo.vim plugin | Federico I | 2020-02-14 | 3 | -3/+3 | |
| | ||||||
* | [Vim] Move vim-commentary plugin | Federico I | 2020-02-14 | 3 | -3/+3 | |
| |