Skip to content

Commit

Permalink
feat(macos): set macos defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
snelling-a committed Jul 8, 2023
1 parent b4af658 commit c2f54a2
Show file tree
Hide file tree
Showing 2 changed files with 699 additions and 3 deletions.
10 changes: 7 additions & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ generate_completions() {
glow completion zsh >"$competion_dir/zsh/completions/_glow"
}

setup_macos_defaults() {
bash "$DOTFILES/scripts/macos_defaults.sh"
}

clone_notes() {
if [ ! -d "$NOTES" ]; then
echo "Cloning notes to $NOTES"
Expand All @@ -99,14 +103,14 @@ clone_notes() {

mkdir "$backup_dir"

create_symlinks
setup_macos_defaults
brew_install

create_symlinks
link_config_directories

source_aliases

brew_install

generate_completions

clone_notes
Expand Down
Loading

0 comments on commit c2f54a2

Please sign in to comment.