We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21eabf3 commit ff8b80bCopy full SHA for ff8b80b
1 file changed
.config/yadm/bootstrap
@@ -3,6 +3,14 @@
3
4
set -eu
5
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
14
# tip
15
local tip_path="${HOME}/Library/Application Scripts/tanin.tip/"
16
mkdir -p "${tip_path}"
@@ -15,3 +23,5 @@ defaults write org.hammerspoon.Hammerspoon MJConfigFile "${XDG_CONFIG_HOME}/hamm
23
defaults write org.gpgtools.pinentry-mac UseKeychain -bool NO
24
17
25
mkdir ${XDG_CACHE_HOME}/mycli/
26
27
+mkdir ${XDG_STATE_HOME}/zsh/
0 commit comments