Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 858 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 858 Bytes

dotfiles

Back up of dotfiles.

Install Homebrew

First be sure you have homebrew installed.

xcode-select --install
cd /usr/local
mkdir homebrew 
curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew

Install Neovim

Use brew to install neovim

brew install neovim

Clone this repo

git clone [email protected]:pixelfuture/dotfiles.git

Create a symbolic link to nvim config

 ln -s ~/dotfiles/nvim ~/.config/nvim

Files

File Name Description
.zshrc zsh config file
.config/nvim neovim config file
vim-plugins.txt list of currently installed vim plugins