Skip to content

Commit

Permalink
Remvoed alot of extra crap from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Conner.Will committed Nov 3, 2023
1 parent 9f9c6c5 commit 1517ea6
Showing 1 changed file with 15 additions and 36 deletions.
51 changes: 15 additions & 36 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@

## Installation

<details>
<summary><b>Standard Installation</b></summary>

> **Clone this repository to use as your dotfiles**
```shell
Expand Down Expand Up @@ -57,7 +60,6 @@ git --work-tree="${HOME}" --git-dir="${HOME}/.dotfiles" checkout --force main \
<details>
<summary><b>Single Command</b></summary>


<div align="center">


Expand Down Expand Up @@ -85,8 +87,16 @@ git --work-tree="${HOME}" --git-dir="${HOME}/.dotfiles" checkout --force main \

</details>

</details>

---



<details>
<summary><b>Test dotfiles in Docker</b></summary>


> **Test full config in Docker**
```shell
git clone https://github.com/connerwill/dotfiles \
Expand All @@ -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 \
Expand All @@ -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"
```

</details>


<p align="right">(<a href="#top">back to top</a>)</p>
Expand Down Expand Up @@ -138,9 +147,8 @@ git clone https://github.com/connerwill/dotfiles \

# Contributing

<div align="center">
<details>
<summary>Click to expand contributing section</summary>
<details>
<summary>Click to expand contributing section</summary>


---
Expand All @@ -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

<p align="right">(<a href="#top">back to top</a>)</p>
</details>

</div>
</details>

---

</div>


<div align="center">

```console
┍────────────────────────────────────────────────┐
│ ███▀▀▀███▄█▀▀▀█▄█████▀ ▀████▀▀ │
│ █▀ ███▄██ ▀█ ██ ██ │
│ ▀ ███ ▀███▄ ██ ██ │
│ ███ ▀█████▄ ██████████ │
│ ███ ▄ ▀██ ██ ██ │
│ ███ ▄██ ██ ██ ██ │
│ █████████▀█████▀▄████▄ ▄████▄▄ │
├────────────────────────────────────────────────┤
│ ZSH CONFIG │
│ My Z-Shell Configuration │
└────────────────────────────────────────────────┘
```

</div>


<div align="center">

```ocaml
Expand All @@ -194,7 +177,3 @@ If you have a suggestion that would make this better, please fork the repo and c
```

</div>

```ocaml
ZSH / NVIM / TMUX / AWESOMEWM
```

0 comments on commit 1517ea6

Please sign in to comment.