Update dotfiles/.local/bin/install-dotfiles
This commit is contained in:
parent
63b02c50c5
commit
7e8b6fa141
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ done < <(find /usr/local/src/professor-dotfiles/dotfiles -maxdepth 1 -mindepth 1
|
||||||
while read LOCAL_BIN; do
|
while read LOCAL_BIN; do
|
||||||
chmod +x "${LOCAL_BIN}"
|
chmod +x "${LOCAL_BIN}"
|
||||||
done < <(find "$HOME/.local/bin" -maxdepth 1 -mindepth 1 -type f)
|
done < <(find "$HOME/.local/bin" -maxdepth 1 -mindepth 1 -type f)
|
||||||
|
set -ex
|
||||||
if [ -d /Applications ] && [ -d /System ]; then
|
if [ -d /Applications ] && [ -d /System ]; then
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue