From b75381de4d7cc7c937f2996876866cd9961e85fa Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Thu, 12 Jun 2025 12:11:45 +0200 Subject: [PATCH 1/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43e799c..69cc870 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" \ From 7c405b156f9f60c9886fdc35c7d404a0894d1c18 Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Thu, 12 Jun 2025 13:35:47 +0200 Subject: [PATCH 2/5] Fix install script commands for dotdrop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69cc870..94821b6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 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 \ From 33dae35ea35078b0ac103e2194298b63b5fac368 Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Thu, 12 Jun 2025 13:42:12 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94821b6..0675672 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ I manage my dotfiles using [dotdrop](https://github.com/deadc0de6/dotdrop). && ~/.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} ``` From 6b44efd4e46e586f1fcf83713b93700137677c76 Mon Sep 17 00:00:00 2001 From: shokinn Date: Thu, 12 Jun 2025 14:36:44 +0200 Subject: [PATCH 4/5] add new profile --- config.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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 From 8ecd511397c1690e44c2082865f2019e5353a4ea Mon Sep 17 00:00:00 2001 From: shokinn Date: Thu, 12 Jun 2025 14:36:55 +0200 Subject: [PATCH 5/5] add iterm2 integration --- dotfiles/zshrc | 2 ++ 1 file changed, 2 insertions(+) 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)