We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f3a7a commit 41f85edCopy full SHA for 41f85ed
.config/yadm/bootstrap
@@ -18,6 +18,9 @@ fi
18
echo "Remove quarantine attribute from homebrew's quick look plugins"
19
xattr -d -r com.apple.quarantine ~/Library/QuickLook
20
21
+echo "Cache bat themes"
22
+bat cache --build
23
+
24
if [ -s "$HOME/.config/iterm2/com.googlecode.iterm2.plist" ]; then
25
echo "Syncing iTerm2 preferences"
26
defaults write com.googlecode.iterm2 PrefsCustomFolder "$HOME/.config/iterm2"
0 commit comments