readme: update font part
Victor Franzi
4 years ago
14 | 14 | |
15 | 15 | My dot-files work using symbolic links, and are deployed using [stow](https://www.gnu.org/software/stow/). |
16 | 16 | Each folder in this repository contains an application configuration. |
17 | Within these folders, they are structured as if being on `$HOME`. | |
17 | Within these folders, they are structured as if being located at `$HOME`. | |
18 | 18 | |
19 | 19 | Here is an example with `mpd`: |
20 | 20 | |
32 | 32 | |
33 | 33 | Cloning this repository and there it is. |
34 | 34 | |
35 | > Note: to build fonts, Python's `virtualenv2` must be installed. | |
35 | > Note: to build fonts, Python3's `virtualenv` must be installed. | |
36 | 36 | |
37 | 37 | ## Deployment |
38 | 38 | |
93 | 93 | - [ ] clean 'nvim' config for 'minimal' profile |
94 | 94 | - [ ] in 'minimal' profile, copy 'nvim' to 'vim' |
95 | 95 | - [ ] clean this dirty 'zsh' config |
96 | - immuable and easily deployable config? | |
97 | - ansible? | |
98 | - vim autocmd groups depending on language? |