From a1383359e02dd1fed6ebe466e78397abb42c35bc Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 8 Nov 2025 15:40:45 +0100 Subject: Clean up readmes --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d8f4518..0f6d95e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,46 @@ # RC: [RUNCOM](https://en.wikipedia.org/wiki/RUNCOM) -Various RC configurations for different distros: +## Installation + +### Prerequisites + +- stow +- homebrew (on MacOS) + +### Essentials + +```bash +git clone https://git.sr.ht/~a14m/.rc +cd ~/.rc +stow --no-folding . +git remote set-url origin git@git.sr.ht:~a14m/.rc +``` + +Extra configurations for different distro families: - [MacOS](./MacOS.md)
-- [TailOS](./TailOS.md)
- [Debian](./Debian.md)
+ +### Complementary tools + +#### Setup password store + +```bash +git clone git@github.com:a14m/.pass ~/.password-store +``` + +#### [vim](https://git.sr.ht/~a14m/.vim) + +```bash +git clone git@git.sr.ht:~a14m/.vim ~/.vim +ln -sf ~/.vim/.vimrc ~/.vimrc +vim +PlugInstall +``` + +#### Git Crypt + +```bash +brew install git-crypt +cd ~/.rc +git-crypt unlock +``` -- cgit v1.2.3