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