diff --git a/README.md b/README.md index 5ca0dc3..4e3f8fc 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ The directory structure is as follows: 3. *installation_instructions* - This file contains a series of command you copy and paste during install of Arch 4. *nix/* - This contains all the stuff needed to get up and running with my nix configuration +## Patched Fonts + +There are a series of patched inconsolata fonts designed for work with the plugins I have for +icons in nerd tree. These are not Windows compatible. + ## Emacs Specific Things Before programming C, install `global` and `libclang` in your distro. After doing that, run `M-x irony-install-server` to install the server in the emacs directory. diff --git a/dotfiles/config/nvim/init.vim b/dotfiles/config/nvim/init.vim index 6254a92..72da0d0 100644 --- a/dotfiles/config/nvim/init.vim +++ b/dotfiles/config/nvim/init.vim @@ -81,6 +81,9 @@ if !has("win32") || !has("win16") " For nerdtree indicators of what has changed Plug 'Xuyuanp/nerdtree-git-plugin' + " For some modern file icons + Plug 'ryanoasis/vim-devicons' + " Make Vim play nice with tmux " Use " to move between window panes in tmux or vim diff --git a/patched-inconsolata/Inconsolata Bold Nerd Font Complete Mono.ttf b/patched-inconsolata/Inconsolata Bold Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..f5445c5 Binary files /dev/null and b/patched-inconsolata/Inconsolata Bold Nerd Font Complete Mono.ttf differ diff --git a/patched-inconsolata/Inconsolata Bold Nerd Font Complete.ttf b/patched-inconsolata/Inconsolata Bold Nerd Font Complete.ttf new file mode 100644 index 0000000..ea63be0 Binary files /dev/null and b/patched-inconsolata/Inconsolata Bold Nerd Font Complete.ttf differ diff --git a/patched-inconsolata/Inconsolata Nerd Font Complete.otf b/patched-inconsolata/Inconsolata Nerd Font Complete.otf new file mode 100644 index 0000000..720a700 Binary files /dev/null and b/patched-inconsolata/Inconsolata Nerd Font Complete.otf differ diff --git a/patched-inconsolata/Inconsolata Regular Nerd Font Complete Mono.ttf b/patched-inconsolata/Inconsolata Regular Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..bd8495c Binary files /dev/null and b/patched-inconsolata/Inconsolata Regular Nerd Font Complete Mono.ttf differ diff --git a/patched-inconsolata/Inconsolata Regular Nerd Font Complete.ttf b/patched-inconsolata/Inconsolata Regular Nerd Font Complete.ttf new file mode 100644 index 0000000..98d3db6 Binary files /dev/null and b/patched-inconsolata/Inconsolata Regular Nerd Font Complete.ttf differ