From e32f223ed22df35c50ce78d02e17627cca586b69 Mon Sep 17 00:00:00 2001 From: id101010 Date: Wed, 26 Sep 2018 20:29:53 +0200 Subject: [PATCH] Update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb6bb4f..bfe995c 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,10 @@ This repository is part of the ansible-archlinux setup. It contains all my perso All content is managed by [rcm](https://robots.thoughtbot.com/rcm-for-rc-files-in-dotfiles-repos). The ansible setup will install this repo to ~/.dotfiles and rcm will take care -of all symlinks. To add a new dotfile simply execute `mkrc .$DOTFILE` +of all symlinks. Here are some simple commands to manage your symlinks: + +```bash +$ mkrc .$DOTFILE # Add new dotfile and create symlink +$ lsrc # List all linked dotfiles +$ rcup -v # Update all dotfile symlinks +```