dotfiles

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

commit 65ff2cf04c31519bfc6117a6c6505f69af3f9455 (patch)
parent dcb1ed2146d63a7978f2451fef20b9156e1e4b94
Author: Alexander Karle <akarle@umass.edu>
Date:   Tue, 10 Apr 2018 00:29:52 -0400

Updating README

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

diff --git 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 +```