dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit cdc883a2220579609e4f592ed7d1b35f59cb0e80 (patch)
parent 4a82e0c7ea1a9a8a7da34b24e051324171656e25
Author: Alexander Karle <akarle@umass.edu>
Date:   Tue, 27 Feb 2018 23:50:00 -0500

Updating README to fix outdated bits

Diffstat:
MREADME.md | 14++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

diff --git 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.