From f8d09c5cfd6d1d9595b64547dc9d29c63e40c5f2 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 5 Dec 2024 13:49:22 -0500 Subject: Moved .local/bin to scripts --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..17c5682 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Dotfiles + +## Folders in Home Folder + +- `~/personal/`: Holds Personal Folders that are created by `run` script + - `bin/`: Holds all executables; Things are copied here only, no changes + - `plan9/`: Plan9Port + - `neovim/`: Neovim source; binaries go to `bin/` + - `dotfiles/`: Dotfiles are edited here & copied to correct location + - `notes/`: Personal Notes repository + +## Install + +First execute `./run` which will handle things like installing Neovim & P9P. +Next to copy the files to the proper directory, run `./dev-env`, which will +copy config files to `~/.config/` folder and executables to `~/personal/bin/`. + -- cgit v1.2.3