File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 18
18
brew update
19
19
fi
20
20
21
+ echo 'Install brew packages'
22
+ echo '------------'
23
+ brew tap homebrew/bundle
24
+ brew bundle --no-lock --file="$(chezmoi source-path)/Brewfile"
25
+ brew link --force libpq
26
+
21
27
echo 'Install oh-my-zsh'
22
28
echo '-----------------'
23
29
if [ ! -d "$HOME/.oh-my-zsh" ]; then
@@ -30,12 +36,6 @@ echo '------------'
30
36
ZSH_CUSTOM="$HOME/.oh-my-zsh/custom"
31
37
mkdir -p "$ZSH_CUSTOM/plugins"
32
38
33
- echo 'Install brew packages'
34
- echo '------------'
35
- brew tap homebrew/bundle
36
- brew bundle --no-lock --file="$(chezmoi source-path)/Brewfile"
37
- brew link --force libpq
38
-
39
39
echo 'Finalize fzf install'
40
40
echo '------------'
41
41
"$(brew --prefix)/opt/fzf/install" --all --no-update-rc
48
48
pre-commit init-templatedir ~/.git-template
49
49
fi
50
50
51
-
52
51
echo 'Install node version manager (nvm)'
53
52
echo '-----------'
54
53
if [ ! -d "$NVM_DIR" ]; then
You can’t perform that action at this time.
0 commit comments