mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
Fix install script commands for dotdrop
This commit is contained in:
parent
b75381de4d
commit
7c405b156f
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue