diff options
author | Thanos Apollo <[email protected]> | 2023-03-26 19:21:36 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-26 19:21:36 +0300 |
commit | 1139b294670e4942a1db3b4547ed0cce37e1e727 (patch) | |
tree | d3909b81ac779c83d810e09d1b6df32c15b31316 | |
parent | 70dc7c3c78d236c690de5ebea565a6122d9402a4 (diff) |
readme: fix shell styling
-rw-r--r-- | README.md | 24 |
1 files changed, 13 insertions, 11 deletions
@@ -1,14 +1,14 @@ # Table of Contents -- [About](#orgef8697d) -- [Configurations](#org747bf2e) -- [Installation](#org356fe44) -- [WARNING!](#org2538d5b) +- [About](#orgc91e717) +- [Configurations](#org206293d) +- [Installation](#orgdb39af7) +- [WARNING!](#orgc003065) -<a id="orgef8697d"></a> +<a id="orgc91e717"></a> # About @@ -19,7 +19,7 @@ Here you will find my custom configuration files for a variety of applications a All of the configurations in this repository are managed using [GNU Stow](https://www.gnu.org/software/stow/), which allows me to easily manage and switch between different configurations for different systems or environments. -<a id="org747bf2e"></a> +<a id="org206293d"></a> # Configurations @@ -31,21 +31,23 @@ Themes I'm using: - [mocp-themes](https://github.com/wimstefan/mocp-themes) collection -<a id="org356fe44"></a> +<a id="orgdb39af7"></a> # Installation - clone repository - git clone [email protected]:~thanos_apollo/dotfiles + git clone [email protected]:~thanos_apollo/dotfiles ~/dotfiles - Install [GNU stow](https://www.gnu.org/software/stow/) paru -S install stow # use your distros package manager instead of paru - Use stow - cd ~/dotfiles - stow . +``` shell +cd ~/dotfiles +stow . +``` If you get any errors due to existing files, rename them with `_backup` at the end e.g `mv ~/.bashrc ~/.bashrc_backup` @@ -55,7 +57,7 @@ e.g `mv ~/.bashrc ~/.bashrc_backup` paru -S - < pkglist.txt -<a id="org2538d5b"></a> +<a id="orgc003065"></a> # WARNING! |