mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 07:40:40 +00:00
Compare commits
5 commits
34e4a19828
...
8ecd511397
Author | SHA1 | Date | |
---|---|---|---|
8ecd511397 | |||
6b44efd4e4 | |||
33dae35ea3 | |||
7c405b156f | |||
b75381de4d |
3 changed files with 10 additions and 2 deletions
|
@ -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" \
|
||||
|
@ -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 \
|
||||
; unset DOTDROP_PROFILE \
|
||||
&& brew bundle install --file=~/.files/misc/Brewfile \
|
||||
&& mkdir -p ~/workspace/{privat,work} \
|
||||
&& ${SHELL}
|
||||
```
|
||||
|
||||
|
|
|
@ -210,3 +210,7 @@ profiles:
|
|||
include:
|
||||
- os_macos
|
||||
- meta_vw
|
||||
WVDEWOBMC007670:
|
||||
include:
|
||||
- os_macos
|
||||
- meta_vw
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue