From cdc883a2220579609e4f592ed7d1b35f59cb0e80 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Tue, 27 Feb 2018 23:50:00 -0500 Subject: [PATCH] Updating README to fix outdated bits --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 44c5f93..0febb64 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # dotfiles My dotfiles. -# Basic Setup -1. My vimrc is tailored for neovim, get it [here](https://github.com/neovim/neovim). (NOTE: after installing, read instructions for nvim-from-vim). -2. Set up Vundle for packages [instructions here](https://github.com/VundleVim/Vundle.vim). -3. I am using the vim-one theme [here](https://github.com/rakr/vim-one), put this in your .vim/colors folder. -4. Run :PluginInstall, and you should be good to go! -5. I am currently using [fzf](https://github.com/junegunn/fzf.vim) for fuzzy file searching. +## Basic Setup +1. My vimrc is tailored for Vim 8 +2. Set up Vim-Plug for packages [instructions here](https://github.com/junegunn/vim-plug). Note, the vimrc should be good to go for no packages as well (for a quick and minimal install) +3. Run :PlugInstall, and you should be good to go! +4. I am currently using [fzf](https://github.com/junegunn/fzf.vim) for fuzzy file searching, although this is just a "nice to have" feature + +## setup.sh +I've written two very minimal scripts to use when setting up the dotfiles: setup.sh and ubuntu\_setup.sh. The former is simply to use to link all the dotfiles to the home directory (note it will fail if files of the same name exist), the latter is used in an Ubuntu environment to install via apt-get zsh, tmux, and vim and also install Oh-My-Zsh and relevant zsh plugins. -- libgit2 0.28.4