Fixes for new Macbook Pro, install scripts mainly

main
Steffen Rademacker 7 years ago
parent 1118f71d78
commit 041161d20f

@ -1,20 +1,18 @@
#!/usr/bin/env bash
brew tap homebrew/dupes
brew tap homebrew/php
brew tap homebrew/versions
# install additional brew packages -- see _install.sh too
brew install composer
brew install curl --with-ssl --with-libssh2
brew install curl --with-libssh2
brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac
brew install git-flow
brew install git-ftp
brew install imagemagick
brew install mariadb
brew install mozjpeg
brew install nginx --with-http2
brew install nginx
brew install openssl
brew install php70 --with-homebrew-curl --with-homebrew-openssl
brew install php70 --with-homebrew-curl
brew install php70-intl
brew install php70-mcrypt
brew install rbenv
@ -27,4 +25,4 @@ brew install youtube-dl
rbenv install 2.4.1
# use nvm instead of brew node or anything else
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash

@ -1,10 +1,9 @@
#!/usr/bin/env zsh
nvm install 6.10.3
nvm install 8.0.0
nvm use 6.10.3
nvm alias default 6.10.3
curl -L https://www.npmjs.com/install.sh | sh
nvm install 6.11.0
nvm install 8.1.1
nvm use 6.11.0
nvm alias default 6.11.0
npm install -g npm@latest
npm update -g

@ -7,9 +7,10 @@ brew install khal
brew install khard
brew install msmtp
brew install mu
brew install neomutt/homebrew-neomutt/neomutt --with-sidebar-patch --with-gpgme
brew install neomutt/homebrew-neomutt/neomutt --with-gpgme
brew install ripmime
brew install w3m
brew install vdirsyncer
read -p "Press any key to continue... " -n1 -s
# python dependencies (for mutt)

@ -10,10 +10,10 @@ sudo -v
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
# Set computer name (as done via System Preferences → Sharing)
sudo scutil --set ComputerName "mausohr"
sudo scutil --set HostName "mausohr"
sudo scutil --set LocalHostName "mausohr"
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server NetBIOSName -string "mausohr"
sudo scutil --set ComputerName "hummel"
sudo scutil --set HostName "hummel"
sudo scutil --set LocalHostName "hummel"
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server NetBIOSName -string "hummel"
# Finder: show hidden files by default
defaults write com.apple.finder AppleShowAllFiles -bool true

@ -3,6 +3,7 @@ brew tap caskroom/versions
# brew cask and install software
brew cask install alfred
brew cask install bill
brew cask install caffeine
brew cask install carbon-copy-cloner
brew cask install dash

Loading…
Cancel
Save