Compare commits

...

5 commits

Author SHA1 Message Date
8ecd511397 add iterm2 integration 2025-06-12 14:36:55 +02:00
6b44efd4e4 add new profile 2025-06-12 14:36:44 +02:00
33dae35ea3
Update README.md 2025-06-12 13:42:12 +02:00
7c405b156f
Fix install script commands for dotdrop 2025-06-12 13:35:47 +02:00
b75381de4d
Update README.md 2025-06-12 12:11:45 +02:00
3 changed files with 10 additions and 2 deletions

View file

@ -8,7 +8,8 @@ I manage my dotfiles using [dotdrop](https://github.com/deadc0de6/dotdrop).
```shell ```shell
[[ ! $(command -v brew) ]] && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" \ [[ ! $(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 \ && git clone https://github.com/shokinn/.files ~/.files \
&& brew bundle install --file=~/.files/misc/bootstrap.Brewfile \ && brew bundle install --file=~/.files/misc/bootstrap.Brewfile \
&& sudo sh -c "echo \"/opt/homebrew/bin/zsh\" >> /etc/shells" \ && sudo sh -c "echo \"/opt/homebrew/bin/zsh\" >> /etc/shells" \
@ -20,6 +21,7 @@ I manage my dotfiles using [dotdrop](https://github.com/deadc0de6/dotdrop).
&& ~/.local/bin/dotdrop ${DOTDROP_PROFILE} --cfg=~/.files/config.yaml install \ && ~/.local/bin/dotdrop ${DOTDROP_PROFILE} --cfg=~/.files/config.yaml install \
; unset DOTDROP_PROFILE \ ; unset DOTDROP_PROFILE \
&& brew bundle install --file=~/.files/misc/Brewfile \ && brew bundle install --file=~/.files/misc/Brewfile \
&& mkdir -p ~/workspace/{privat,work} \
&& ${SHELL} && ${SHELL}
``` ```

View file

@ -210,3 +210,7 @@ profiles:
include: include:
- os_macos - os_macos
- meta_vw - meta_vw
WVDEWOBMC007670:
include:
- os_macos
- meta_vw

View file

@ -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 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' . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi fi
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
{%@@ endif @@%} {%@@ endif @@%}
# Functions (or more complex aliases) # Functions (or more complex aliases)