Skip to content

Commit

Permalink
ruby opts, node stable (not 4.4.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Sep 7, 2017
1 parent 3dbe681 commit 59a1309
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
// Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed
'findutils',
'fortune',
'readline', // ensure gawk gets good readline
'gawk',
// http://www.lcdf.org/gifsicle/ (because I'm a gif junky)
'gifsicle',
Expand Down
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ require_brew fontconfig
# update zsh to latest
require_brew zsh
# update ruby to latest
# use versions of packages installed with homebrew
RUBY_CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl` --with-readline-dir=`brew --prefix readline` --with-libyaml-dir=`brew --prefix libyaml`"
require_brew ruby
# set zsh as the user login shell
CURRENTSHELL=$(dscl . -read /Users/$USER UserShell | awk '{print $2}')
Expand Down
2 changes: 1 addition & 1 deletion lib_sh/requirers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function require_gem() {

function require_npm() {
sourceNVM
nvm use 4.4.4
nvm use stable
running "npm $*"
npm list -g --depth 0 | grep $1@ > /dev/null
if [[ $? != 0 ]]; then
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotfiles",
"version": "4.4.2",
"version": "4.4.3",
"description": "atomantic dotfiles for osx",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 59a1309

Please sign in to comment.