From 641dbc2cefea99c4bd50e784d1900d0d9275f40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 28 Feb 2020 21:31:59 +0100 Subject: [PATCH] Move autostart.sh into own directory --- autostart.sh => autostart/autostart.sh | 0 dotfiles.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename autostart.sh => autostart/autostart.sh (100%) diff --git a/autostart.sh b/autostart/autostart.sh similarity index 100% rename from autostart.sh rename to autostart/autostart.sh diff --git a/dotfiles.yml b/dotfiles.yml index d51a483..ef18ecc 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -4,7 +4,7 @@ empty_directories: mode: '0700' - name: .config/nvim dotfiles: - - from: autostart.sh + - from: autostart/autostart.sh to: .autostart.sh - from: git/gitconfig to: .gitconfig