Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Dec 14, 2023
1 parent 1ff1bf0 commit 27be44d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions homebrew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ brew "pyenv"
brew "pyenv-virtualenv"
brew "readline"
brew "openssl"
brew "vscode"
brew "zlib"
1 change: 1 addition & 0 deletions homebrew/Caskfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ cask "webex-meetings"
# system mods

cask "appcleaner"
cask "dockutil"
cask "bartender"
cask "gfxcardstatus"
cask "one-switch"
Expand Down
4 changes: 2 additions & 2 deletions node/install
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ npm_install () {
}

# install npm packages globally
# npm_install "npm-check-updates" "npm-check-updates"
# npm_install "typescript" "typescript"
npm_install "npm-check-updates" "npm-check-updates"
npm_install "typescript" "typescript"

nvm_install () {
# make sure nvm command is available
Expand Down
14 changes: 7 additions & 7 deletions scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ declare DIR="$( cd "$( dirname "$PARENT" )" >/dev/null 2>&1 && pwd )"
source "$DIR/utils/index"

# universal installs
source "$DIR/system/install"
source "$DIR/zsh/install"
source "$DIR/vim/install"
source "$DIR/tmux/install"
# source "$DIR/system/install"
# source "$DIR/zsh/install"
# source "$DIR/vim/install"
# source "$DIR/tmux/install"
source "$DIR/homebrew/install"
source "$DIR/git/install"
source "$DIR/node/install"
# source "$DIR/git/install"
# source "$DIR/node/install"
source "$DIR/python/install"
source "$DIR/vscode/install"
source "$DIR/fonts/install"
# source "$DIR/fonts/install"

# system specific installs
if is_mac; then source "$DIR/macos/install"; fi
Expand Down

0 comments on commit 27be44d

Please sign in to comment.