Recreate macos links after the common ones
This commit is contained in:
parent
99008af1a3
commit
22677c4a09
1 changed files with 4 additions and 5 deletions
|
@ -107,13 +107,12 @@ defaults write com.google.Keystone.Agent checkInterval 4233600
|
||||||
DIR="$DIR/../"
|
DIR="$DIR/../"
|
||||||
DIR=`realpath "$DIR"`
|
DIR=`realpath "$DIR"`
|
||||||
|
|
||||||
ln -vfs "$DIR/.gitconfig.mac" $HOME/.gitconfig
|
|
||||||
mkdir -p "$HOME/Library/Application Support/Code/User/"
|
|
||||||
ln -vfs "$DIR/.config/Code/User/settings.json.mac" "$HOME/Library/Application Support/Code/User/settings.json"
|
|
||||||
ln -vfs "$DIR/.config/Code/User/keybindings.json.mac" "$HOME/Library/Application Support/Code/User/keybindings.json"
|
|
||||||
|
|
||||||
if [[ -z $CONTINUOUS_INTEGRATION ]]; then
|
if [[ -z $CONTINUOUS_INTEGRATION ]]; then
|
||||||
echo "Invoking common configuration scripts"
|
echo "Invoking common configuration scripts"
|
||||||
DIR="$DIR" $DIR/common/configure_fresh_system.sh
|
DIR="$DIR" $DIR/common/configure_fresh_system.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ln -vfs "$DIR/.gitconfig.mac" $HOME/.gitconfig
|
||||||
|
mkdir -p "$HOME/Library/Application Support/Code/User/"
|
||||||
|
ln -vfs "$DIR/.config/Code/User/settings.json.mac" "$HOME/Library/Application Support/Code/User/settings.json"
|
||||||
|
ln -vfs "$DIR/.config/Code/User/keybindings.json.mac" "$HOME/Library/Application Support/Code/User/keybindings.json"
|
||||||
|
|
Loading…
Reference in a new issue