Update readme

This commit is contained in:
id101010
2018-09-26 20:29:53 +02:00
parent cf4f26661e
commit e32f223ed2

View File

@@ -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). 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 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
```