mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
Compare commits
No commits in common. "8ecd511397c1690e44c2082865f2019e5353a4ea" and "34e4a19828b1d2a551586d0b3dd7e7d2db1dd5e6" have entirely different histories.
8ecd511397
...
34e4a19828
3 changed files with 2 additions and 10 deletions
|
@ -8,8 +8,7 @@ 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)" \
|
||||
; eval "$(/opt/homebrew/bin/brew shellenv)" \
|
||||
&& brew update \
|
||||
; 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" \
|
||||
|
@ -17,11 +16,10 @@ 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}
|
||||
```
|
||||
|
||||
|
|
|
@ -210,7 +210,3 @@ profiles:
|
|||
include:
|
||||
- os_macos
|
||||
- meta_vw
|
||||
WVDEWOBMC007670:
|
||||
include:
|
||||
- os_macos
|
||||
- meta_vw
|
||||
|
|
|
@ -198,8 +198,6 @@ 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue