diff options
author | Thanos Apollo <[email protected]> | 2023-03-26 15:43:09 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-26 15:43:09 +0300 |
commit | 2a8e3180c2d7444c5d779e63e8e1df92a88a25eb (patch) | |
tree | 26cd7f608473f486b0dee0fcbb0da86d508c540c /README.md | |
parent | c5a8ef1878f7e2099685d49c6e7d8ac325dbde0a (diff) |
README: Add instructions on installing my packages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -1,14 +1,14 @@ # Table of Contents -- [About](#org4cfc3ae) -- [Configurations](#orge4a2806) -- [Installation](#org476ea37) -- [WARNING!](#org30fa10a) +- [About](#org5146b6c) +- [Configurations](#orgf932a4c) +- [Installation](#org28a05bc) +- [WARNING!](#org817046c) -<a id="org4cfc3ae"></a> +<a id="org5146b6c"></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="orge4a2806"></a> +<a id="orgf932a4c"></a> # Configurations @@ -31,7 +31,7 @@ Themes I'm using: - [mocp-themes](https://github.com/wimstefan/mocp-themes) collection -<a id="org476ea37"></a> +<a id="org28a05bc"></a> # Installation @@ -41,7 +41,7 @@ Themes I'm using: - Install [GNU stow](https://www.gnu.org/software/stow/) - guix install stow # use the package manager of your distro if not guix + paru -S install stow # use your distros package manager instead of paru - Use stow @@ -49,11 +49,14 @@ Themes I'm using: stow . If you get any errors due to existing files, rename them with `_backup` at the end - e.g `mv ~/.bashrc ~/.bashrc_backup` +- Install my system packages for Arch Linux *optional* + + paru -S - < pkglist.txt + -<a id="org30fa10a"></a> +<a id="org817046c"></a> # WARNING! |