From e4304dbc68d0d37dfc000cf36d1d52fc55f2e0ec Mon Sep 17 00:00:00 2001 From: Adam Jeniski <45019515+Ajetski@users.noreply.github.com> Date: Sun, 5 Feb 2023 16:45:59 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccce097..7d21e2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## Installation -Install the repo +### Clone the repo + ```bash git clone --bare git@github.com:ajetski/dotfiles.git $HOME/.cfg git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout @@ -8,10 +9,14 @@ git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout
+### Install Neovim Packages + Install plugins in neovim via `:PackerSync`
+### Install Script using Apt + *not maintained; i mostly use homebrew on mac now, (note to self: is there a way to version control that?)* Run `install_packages` script on Ubuntu or Pop!_Os systems or read script to see packages that should be installed