diff options
-rw-r--r-- | README.md | 27 | ||||
-rwxr-xr-x | org/README.org | 14 |
2 files changed, 20 insertions, 21 deletions
@@ -1,14 +1,14 @@ # Table of Contents -- [About](#org5146b6c) -- [Configurations](#orgf932a4c) -- [Installation](#org28a05bc) -- [WARNING!](#org817046c) +- [About](#org28e8d4f) +- [Configurations](#org2d47e82) +- [Installation](#org537dfe9) +- [WARNING!](#org31d4326) -<a id="org5146b6c"></a> +<a id="org28e8d4f"></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="orgf932a4c"></a> +<a id="org2d47e82"></a> # Configurations @@ -31,18 +31,17 @@ Themes I'm using: - [mocp-themes](https://github.com/wimstefan/mocp-themes) collection -<a id="org28a05bc"></a> +<a id="org537dfe9"></a> # Installation - clone repository + + git clone [email protected]:~thanos_apollo/dotfiles - git clone https://github.com/ThanosApollo/dotfiles.git ~/dotfiles - -- Install [GNU stow](https://www.gnu.org/software/stow/) - - paru -S install stow # use your distros package manager instead of paru - +- 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 @@ -56,7 +55,7 @@ e.g `mv ~/.bashrc ~/.bashrc_backup` paru -S - < pkglist.txt -<a id="org817046c"></a> +<a id="org31d4326"></a> # WARNING! diff --git a/org/README.org b/org/README.org index 8762e53..351e35f 100755 --- a/org/README.org +++ b/org/README.org @@ -29,14 +29,14 @@ Themes I'm using: * Installation + clone repository -#+begin_src bash - git clone https://github.com/ThanosApollo/dotfiles.git ~/dotfiles -#+end_src -+ Install [[https://www.gnu.org/software/stow/][GNU stow]] + #+begin_src bash + git clone [email protected]:~thanos_apollo/dotfiles + #+end_src -#+begin_src bash - paru -S install stow # use your distros package manager instead of paru -#+end_src ++ Install [[https://www.gnu.org/software/stow/][GNU stow]] + #+begin_src bash + paru -S install stow # use your distros package manager instead of paru + #+end_src + Use stow #+begin_src bash cd ~/dotfiles |