mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
Update dependencies to install; update setup instrucyions
This commit is contained in:
parent
fc1adae28f
commit
e1d6ae2686
|
@ -9,10 +9,15 @@ 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 \
|
; brew update \
|
||||||
&& brew install coreutils libmagic uv \
|
&& brew install coreutils libmagic uv fzf \
|
||||||
&& uv tool install --allow-python-downloads --python 3.11 dotdrop \
|
&& uv tool install --allow-python-downloads --python 3.11 dotdrop \
|
||||||
&& git clone https://github.com/shokinn/.files ~/.files \
|
&& git clone https://github.com/shokinn/.files ~/.files \
|
||||||
&& ~/.local/bin/dotdrop --cfg=~/.files/config.yaml install
|
&& echo "Enter profile name (leave empty for default): " \
|
||||||
|
&& read 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 \
|
||||||
|
&& ${SHELL}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manual
|
### Manual
|
||||||
|
|
Loading…
Reference in a new issue