Skip to content

jewelsjacobs/dotfiles

Repository files navigation

Dotfiles for Neovim, Fish Shell, iTerm and Mac OS X

NeoVim

Modified from these great dotfiles

Requires

Set fish as default shell:

  1. Add /usr/local/bin/fish to /etc/shells
  2. Run: chsh -s /usr/local/bin/fish
  3. Setup some environment variables:
set -U TERMINAL_DARK 1
set -U TERM xterm-256color-italic
set -U EDITOR nvim
  • Python 2 & 3
$ brew install python
$ brew install python3

After running the Nerd Font install script, set one of the Nerd Font Fonts as your iTerm Fonts. I use Meslo LG S Regular for Powerline Nerd Font 14pt

Meslo LG S Regular for Powerline Nerd Font 14pt

Install Dotfiles

curl https://cdn.rawgit.com/jewelsjacobs/dotfiles/master/install.sh | sh

After install script runs do the following to copy the oceanic-next airline theme to the airline theme directory:

cp ~/.vim/repos/github.com/mhartington/oceanic-next/autoload/airline/themes/oceaicnext.vim ~/.vim/repos/github.com/vim-airline/vim-airline-themes/autoload/airline/themes

Fire up neovim:

nvim

Fix python errors:

cd /tmp; git clone https://github.com/vim/vim.git; cd vim
./configure --enable-pythoninterp --prefix=/usr
make; sudo make install

When it starts a whole bunch of plugins will load and all should go well. If not, you'll have to do some debugging. Make sure to :set spell to get rid of the

Warning: Cannot find word list "en.utf-8.spl" or "en.ascii.spl"
Warning: Cannot find word list "en.utf-8.spl" or "en.ascii.spl"

and download the spell files.

About

neovim, fish shell, iterm docfiles for mac os x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published