From d412a35d380a9d82958caadcd66b481c134de934 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Tue, 21 Dec 2021 13:38:14 -0500 Subject: [PATCH] Update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d72fcb7..4138d5c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -# dot +# Headless -A place for backing up my dotfiles. Be sure to clone recursively if you want to grab updated plugins / submodules included. For example, using Pathogen with Vim to manage plugins requires that the plugin to be installed are cloned to the `~/.vim/bundle/` directory. Cloning recursively allows git to clone these same nested repositories/submodules within this directory so Pathogen can handle running the Vim plugins. +Dotfiles configurations for headless Ubuntu 20.04 linux environments. Be sure to clone recursively if you want to grab updated plugins / submodules included. For example, using Pathogen with Vim to manage plugins requires that the plugin to be installed are cloned to the `~/.vim/bundle/` directory. Cloning recursively allows git to clone these same nested repositories/submodules within this directory so Pathogen can handle running the Vim plugins. Once installed, editing source code in vim supports features displayed in the screenshot below ![Vim screenshot](VimScreenshot.png) - ### Install Dotfiles Easiest installation is to clone repository into home directory - @@ -38,7 +37,7 @@ git restore . If you forget to clone recursively ```bash -git submodule update +git submodule update --init Submodule path '.vim/bundle/Colorizer': checked out '53ada285f0acc171acda4280b6144e468dded89f' Submodule path '.vim/bundle/ale': checked out '7265ceb6d050d1a4642741d248f11e4f2abd37e1' Submodule path '.vim/bundle/clang_complete': checked out '0b98d7533ad967aac3fc4c1a5b0508dafa8a676f'