diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 43 |
1 files changed, 41 insertions, 2 deletions
@@ -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 [email protected]:~a14m/.rc +``` + +Extra configurations for different distro families: - [MacOS](./MacOS.md)<br> -- [TailOS](./TailOS.md)<br> - [Debian](./Debian.md)<br> + +### Complementary tools + +#### Setup password store + +```bash +git clone [email protected]:a14m/.pass ~/.password-store +``` + +#### [vim](https://git.sr.ht/~a14m/.vim) + +```bash +git clone [email protected]:~a14m/.vim ~/.vim +ln -sf ~/.vim/.vimrc ~/.vimrc +vim +PlugInstall +``` + +#### Git Crypt + +```bash +brew install git-crypt +cd ~/.rc +git-crypt unlock +``` |
