mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
bootstrap new machine updates
This commit is contained in:
parent
d273f3c2be
commit
515c3bb91f
@ -15,7 +15,7 @@
|
||||
dir=$DOTFILES_DIR
|
||||
|
||||
# list of files/folders to symlink in homedir
|
||||
files="aliases bashrc bash_profile bash_paths bash_prompt exports gemrc gitconfig gitignore hushlogin inputrc private tm_properties generator.json npmrc bin"
|
||||
files="aliases bashrc bash_profile bash_paths bash_prompt exports gemrc gitconfig gitignore hushlogin inputrc private tm_properties npmrc bin"
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
2
brew.sh
2
brew.sh
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Install Homebrew
|
||||
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
|
||||
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
|
||||
# Make sure we’re using the latest Homebrew
|
||||
brew update
|
||||
|
2
npm.sh
2
npm.sh
@ -3,7 +3,7 @@
|
||||
# Installed from brewfile with node
|
||||
|
||||
# install global stuff
|
||||
npm install -g bower grunt grunt-cli gulp nib stylus
|
||||
npm install -g bower grunt grunt-cli gulp nib stylus sass less
|
||||
|
||||
# Install Keybase
|
||||
# https://keybase.io/docs/command_line/installation
|
||||
|
Loading…
Reference in New Issue
Block a user