リポジトリhttps://github.com/revans/bash-it.gitのクローンを作成し、Linux では正常にインストールしましたが、Windows7 MSYS でインストールしようとすると問題が発生しました。
install.sh で:
function load_all() {
file_type=$1
[ ! -d "$BASH_IT/$file_type/enabled" ] && mkdir "$BASH_IT/${file_type}/enabled"
ln -s $BASH_IT/${file_type}/[^_]available/* "${BASH_IT}/${file_type}/enabled"
}
このようないくつかのエラーを返します
Would you like to enable all, some, or no aliases? Some of these may make bash s
lower to start up (especially completion). (all/some/none) all
mkdir: cannot create directory `/c/Users/Dan/.bash_it/aliases/enabled': No such
file or directory
パスが正しく引用されているように見えます。管理者として cmd を実行してから msys.bat を実行しました。他に何か問題があるのでしょうか?