Update dotfiles/.local/bin/install-dotfiles
This commit is contained in:
parent
4108c64373
commit
e4821d1a46
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +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
|
chown -Rf "$USER":"$(id -g -n)" /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)
|
||||||
|
|
Loading…
Reference in a new issue