From c6c99f926f97507c41d9bdec59a2fb7d0368a350 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 30 Sep 2019 10:51:05 +0100 Subject: Move scripts to bin/ directory --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2c87241..cfb8027 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ Being a *vim* user, I find it very convenient to use tools with *vi* keybindings # Management Deploy with stow: -``` - find . -mindepth 1 -maxdepth 1 -printf "%P\\0" | grep -zvFf .stowignore | xargs -0 stow -t $HOME --no-folding +```bash +find . -mindepth 1 -maxdepth 1 -printf "%P\\0" | grep -zvFf .stowignore | \ + xargs -0 stow -t $HOME --no-folding ``` Personal files (`mutt` aliases, `vim` snippets, `tmuxinator` sessions, etc.) are located in a different git repository and stowed normally, with folding. -- cgit v1.2.3