Skip to content

Commit

Permalink
Fixes for mac and nas
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed May 3, 2024
1 parent 0f9fad2 commit b87a4b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions my-home/dot-zshrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# automatically run `zgenom reset` if we modify our .zshrc
ZGEN_COMPINIT_FLAGS="-u"
ZGEN_RESET_ON_CHANGE=("${HOME}/.zshrc")

# load zgenom
Expand Down
8 changes: 6 additions & 2 deletions scripts/mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ source "$DOTFILES_DIR/scripts/utils.sh"

print_details "$SYSTEM"

sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install neovim fzf starship stow gpg
brew doctor
brew cleanup

chsh -s /bin/zsh
brew install neovim fzf starship stow gpg

git submodule init
git submodule update
Expand Down
2 changes: 1 addition & 1 deletion scripts/nas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SYSTEM="NAS"
DOTFILES_DIR=$(pwd)

source utils.sh
source "$DOTFILES_DIR/scripts/utils.sh"

print_details

Expand Down

0 comments on commit b87a4b8

Please sign in to comment.