diff --git a/README.md b/README.md index 43e799c..0675672 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ I manage my dotfiles using [dotdrop](https://github.com/deadc0de6/dotdrop). ```shell [[ ! $(command -v brew) ]] && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" \ - ; brew update \ + ; eval "$(/opt/homebrew/bin/brew shellenv)" \ + && brew update \ && git clone https://github.com/shokinn/.files ~/.files \ && brew bundle install --file=~/.files/misc/bootstrap.Brewfile \ && sudo sh -c "echo \"/opt/homebrew/bin/zsh\" >> /etc/shells" \ @@ -16,10 +17,11 @@ I manage my dotfiles using [dotdrop](https://github.com/deadc0de6/dotdrop). && uv tool install --allow-python-downloads --python 3.11 dotdrop \ && echo "Enter profile name (leave empty for default): " \ && read DOTDROP_PROFILE \ - && [[ -n ${DOTDROP_PROFILE} ]] && DOTDROP_PROFILE="-p ${DOTDROP_PROFILE}" || DOTDROP_PROFILE="" \ + && [[ -n ${DOTDROP_PROFILE} ]] && DOTDROP_PROFILE="-p${DOTDROP_PROFILE}" || DOTDROP_PROFILE="" \ && ~/.local/bin/dotdrop ${DOTDROP_PROFILE} --cfg=~/.files/config.yaml install \ ; unset DOTDROP_PROFILE \ && brew bundle install --file=~/.files/misc/Brewfile \ + && mkdir -p ~/workspace/{privat,work} \ && ${SHELL} ``` diff --git a/config.yaml b/config.yaml index 68f4977..0ea8586 100644 --- a/config.yaml +++ b/config.yaml @@ -210,3 +210,7 @@ profiles: include: - os_macos - meta_vw + WVDEWOBMC007670: + include: + - os_macos + - meta_vw diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 647a40c..dd8ab31 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -198,6 +198,8 @@ export DYLD_FALLBACK_LIBRARY_PATH="${HOMEBREW_PREFIX}/lib" if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' fi + +test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" {%@@ endif @@%} # Functions (or more complex aliases)