Skip to content

Commit

Permalink
Update Dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Temple committed Sep 18, 2019
1 parent 504e2ca commit 49a3fd1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 25 deletions.
19 changes: 4 additions & 15 deletions node/install.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
#!/usr/bin/env bash

export NVM_DIR=~/.nvm
if test ! $(which nvm)
then
echo "Installing NVM, Node, Bower and Ember"
curl https://raw.githubusercontent.com/creationix/nvm/v0.24.0/install.sh | bash
source ~/.nvm/nvm.sh
nvm install 0.10
nvm use 0.10
nvm alias default stable

npm install -g bower
npm install -g ember-cli
npm install -g grunt-cli
fi
unset NVM_DIR
brew install nodenv
nodenv install 12.8.0
nodenv global 12.8.0
brew install yarn
1 change: 0 additions & 1 deletion node/nodenv.zsh

This file was deleted.

1 change: 0 additions & 1 deletion system/_path.zsh

This file was deleted.

1 change: 1 addition & 0 deletions system/path.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export PATH="$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$HOME/.dotfiles/bin"
1 change: 1 addition & 0 deletions vim/vim
10 changes: 2 additions & 8 deletions zsh/zshrc.symlink
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Oh My ZSH
export ZSH=$HOME/.oh-my-zsh
export DOTFILES_DIR=/$HOME/.dotfiles
export DOTFILES_DIR=$HOME/.dotfiles
ZSH_CUSTOM=$DOTFILES_DIR/zsh

# Set Theme and Other Environment Vars in localrc
Expand Down Expand Up @@ -30,10 +30,4 @@ done
for file in ${${config_files:#*/path.zsh}:#*/completion.zsh:#*/append.zsh}
do
source $file
done

# load the path files
for file in ${(M)config_files:#*/path.zsh}
do
source $file
done
done

0 comments on commit 49a3fd1

Please sign in to comment.