From 1517ea6fbbebc93a8877c6c336a60bfb74348957 Mon Sep 17 00:00:00 2001 From: "Conner.Will" Date: Fri, 3 Nov 2023 09:55:26 -0500 Subject: [PATCH] Remvoed alot of extra crap from readme --- docs/README.md | 51 +++++++++++++++----------------------------------- 1 file changed, 15 insertions(+), 36 deletions(-) diff --git a/docs/README.md b/docs/README.md index 988dc81..aba4460 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,6 +28,9 @@ ## Installation +
+ Standard Installation + > **Clone this repository to use as your dotfiles** ```shell @@ -57,7 +60,6 @@ git --work-tree="${HOME}" --git-dir="${HOME}/.dotfiles" checkout --force main \
Single Command -
@@ -85,8 +87,16 @@ git --work-tree="${HOME}" --git-dir="${HOME}/.dotfiles" checkout --force main \
+
+ --- + + +
+ Test dotfiles in Docker + + > **Test full config in Docker** ```shell git clone https://github.com/connerwill/dotfiles \ @@ -97,8 +107,6 @@ git clone https://github.com/connerwill/dotfiles \ sh -c "ln -rs ~/.config/zsh/.zshenv ~/ && pacman -Sy --noconfirm zsh tmux git fzf bat lsd neovim && chsh --shell /usr/bin/zsh && exec zsh" ``` ---- - > **Test ZSH with no extra packages** ```shell git clone https://github.com/connerwill/dotfiles \ @@ -109,6 +117,7 @@ git clone https://github.com/connerwill/dotfiles \ sh -c "ln -rs ~/.config/zsh/.zshenv ~/ && pacman -Sy --noconfirm zsh && chsh --shell /usr/bin/zsh && exec zsh" ``` +

(back to top)

@@ -138,9 +147,8 @@ git clone https://github.com/connerwill/dotfiles \ # Contributing -
-
- Click to expand contributing section +
+ Click to expand contributing section --- @@ -155,36 +163,11 @@ If you have a suggestion that would make this better, please fork the repo and c 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request -

(back to top)

-
-
+ --- - - - -
- -```console - ┍────────────────────────────────────────────────┐ - │ ███▀▀▀███▄█▀▀▀█▄█████▀ ▀████▀▀ │ - │ █▀ ███▄██ ▀█ ██ ██ │ - │ ▀ ███ ▀███▄ ██ ██ │ - │ ███ ▀█████▄ ██████████ │ - │ ███ ▄ ▀██ ██ ██ │ - │ ███ ▄██ ██ ██ ██ │ - │ █████████▀█████▀▄████▄ ▄████▄▄ │ - ├────────────────────────────────────────────────┤ - │ ZSH CONFIG │ - │ My Z-Shell Configuration │ - └────────────────────────────────────────────────┘ -``` - -
- -
```ocaml @@ -194,7 +177,3 @@ If you have a suggestion that would make this better, please fork the repo and c ```
- -```ocaml -ZSH / NVIM / TMUX / AWESOMEWM -```