Taylor Bockman 5 years ago
parent
commit
2596883516
  1. 5
      README.md
  2. 3
      dotfiles/config/nvim/init.vim
  3. BIN
      patched-inconsolata/Inconsolata Bold Nerd Font Complete Mono.ttf
  4. BIN
      patched-inconsolata/Inconsolata Bold Nerd Font Complete.ttf
  5. BIN
      patched-inconsolata/Inconsolata Nerd Font Complete.otf
  6. BIN
      patched-inconsolata/Inconsolata Regular Nerd Font Complete Mono.ttf
  7. BIN
      patched-inconsolata/Inconsolata Regular Nerd Font Complete.ttf

5
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.

3
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 <c-h> <c-j> <c-k> <c-l>
" to move between window panes in tmux or vim

BIN
patched-inconsolata/Inconsolata Bold Nerd Font Complete Mono.ttf

Binary file not shown.

BIN
patched-inconsolata/Inconsolata Bold Nerd Font Complete.ttf

Binary file not shown.

BIN
patched-inconsolata/Inconsolata Nerd Font Complete.otf

Binary file not shown.

BIN
patched-inconsolata/Inconsolata Regular Nerd Font Complete Mono.ttf

Binary file not shown.

BIN
patched-inconsolata/Inconsolata Regular Nerd Font Complete.ttf

Binary file not shown.
Loading…
Cancel
Save