[zsh] Add init_xcode and call it from darwin_init_once; add ~df path to dotfiles
This commit is contained in:
parent
4d3a7e4017
commit
6c622b0aaf
3 changed files with 18 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
autoload darwin_icloud_drive_path
|
||||
autoload darwin_configure_screenshots_directory
|
||||
autoload init_xcode
|
||||
|
||||
function darwin_init_once
|
||||
{
|
||||
|
@ -14,6 +15,8 @@ function darwin_init_once
|
|||
|
||||
# See https://techstuffer.com/this-app-is-damaged-error-macos-sierra/
|
||||
sudo spctl --master-disable
|
||||
|
||||
init_xcode
|
||||
}
|
||||
|
||||
darwin_init_once "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue