From e3a9c343a1623297310255a50a312caa5e86ae8b Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 27 Nov 2021 20:12:19 +0100 Subject: [PATCH] chore: update dotbot and cask --- .dotbot.conf.yaml | 4 +--- {installer => setup}/cask.sh | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename {installer => setup}/cask.sh (100%) mode change 100644 => 100755 diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index 2ec75a8..f79e8d6 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -7,9 +7,7 @@ - link: ~/.ack: ack ~/.ag: ag - ~/.config/starship.toml: - create: true - path: starship.toml + ~/.config/starship.toml: starship.toml ~/.ctags: ctags ~/.editorconfig: editorconfig ~/.gitconfig: gitconfig diff --git a/installer/cask.sh b/setup/cask.sh old mode 100644 new mode 100755 similarity index 100% rename from installer/cask.sh rename to setup/cask.sh