mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-11 07:10:40 +00:00
Update some stuff
This commit is contained in:
parent
cb0865503c
commit
52b500ff5b
@ -23,7 +23,7 @@ brew install youtube-dl
|
||||
brew link --force curl
|
||||
|
||||
# install a current ruby version
|
||||
rbenv install 2.4.2
|
||||
rbenv install 2.5.0
|
||||
|
||||
# use nvm instead of brew node or anything else
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
||||
|
@ -1,9 +1,8 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
nvm install 6.11.5
|
||||
nvm install 8.9.0
|
||||
nvm use 8.9.0
|
||||
nvm alias default 8.9.0
|
||||
nvm install 8.9.4
|
||||
nvm use 8.9.4
|
||||
nvm alias default 8.9.4
|
||||
|
||||
npm install -g npm@latest
|
||||
npm update -g
|
||||
|
@ -61,7 +61,7 @@ alias upall='brewup && npmup'
|
||||
# other often used stuff, mostly node/npm
|
||||
alias nr='npm run'
|
||||
alias ns="npm start"
|
||||
alias npmre='rm -rf node_modules && npm install'
|
||||
alias npmre='rm package-lock.json && rm -rf node_modules && npm install'
|
||||
|
||||
# easy hosts / apache / php editing
|
||||
alias hosts='sudo $EDITOR /etc/hosts'
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f615a1b518f40d2e6e5a76e0e97198a746d46c76
|
||||
Subproject commit 70a7a5cdee168b6cb9400cccbe48427906b6ca28
|
@ -1 +1 @@
|
||||
Subproject commit 2181247ae1889a0b3f50fc42cf71651b732e7282
|
||||
Subproject commit f064b17d25ed04f6d5ce7c996dadae51b5fc73bc
|
Loading…
Reference in New Issue
Block a user