From 65ff2cf04c31519bfc6117a6c6505f69af3f9455 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Tue, 10 Apr 2018 00:29:52 -0400 Subject: [PATCH] Updating README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0febb64..94fcce7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ My dotfiles. 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. +## Install + +``` +curl -fsSL https://raw.githubusercontent.com/akarle/dotfiles/master/install.sh | bash +``` -- libgit2 0.28.4