Skip to content

Commit ff8b80b

Browse files
committed
yadm: update bootstrap
1 parent 21eabf3 commit ff8b80b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.config/yadm/bootstrap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
set -eu
55

6+
# git
7+
xcode-select --install
8+
9+
# homebrew
10+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
11+
12+
/opt/homebrew/bin/brew bundle --file ${XDG_CONFIG_HOME}/homebrew-bundle/Brewfile
13+
614
# tip
715
local tip_path="${HOME}/Library/Application Scripts/tanin.tip/"
816
mkdir -p "${tip_path}"
@@ -15,3 +23,5 @@ defaults write org.hammerspoon.Hammerspoon MJConfigFile "${XDG_CONFIG_HOME}/hamm
1523
defaults write org.gpgtools.pinentry-mac UseKeychain -bool NO
1624

1725
mkdir ${XDG_CACHE_HOME}/mycli/
26+
27+
mkdir ${XDG_STATE_HOME}/zsh/

0 commit comments

Comments
 (0)