Update dotfiles/.local/bin/install-dotfiles

This commit is contained in:
Brian Zalewski 2022-10-31 01:39:14 +00:00
parent f7c3374cb2
commit 4108c64373

View file

@ -43,6 +43,7 @@ while read LOCAL_BIN; do
done < <(find "$HOME/.local/bin" -maxdepth 1 -mindepth 1 -type f) done < <(find "$HOME/.local/bin" -maxdepth 1 -mindepth 1 -type f)
if [ -d /Applications ] && [ -d /System ]; then if [ -d /Applications ] && [ -d /System ]; then
chown -Rf "$USER":"$USER" /usr/local/src/professor-dotfiles
mkdir -p "$HOME/Library/Fonts" mkdir -p "$HOME/Library/Fonts"
cp "$HOME/.local/share/fonts/Hack Bold Nerd Font Complete.ttf" "$HOME/Library/Fonts/Hack Bold Nerd Font Complete.ttf" cp "$HOME/.local/share/fonts/Hack Bold Nerd Font Complete.ttf" "$HOME/Library/Fonts/Hack Bold Nerd Font Complete.ttf"
theme=$(<$HOME/.local/theme/Betelgeuse.macOS.terminal) theme=$(<$HOME/.local/theme/Betelgeuse.macOS.terminal)