Software updates

main
Steffen Rademacker 7 years ago
parent 7456435f95
commit 4d3d82846c

Binary file not shown.

@ -1,10 +0,0 @@
Capture all emails to prevent accidental spam
edit /etc/postfix/main.cf
add: canonical_maps = regexp:/etc/postfix/canonical-redirect
create /etc/postfix/canonical-redirect
enter: /^.*$/ your_email@domain.com
or, if you're not setting up SMTP relay below, change your_email@domain.com to your username on your Mac, which will deliver mail to your local account (I'm not sure how you'd read it though, so that's why I also set up the SMTP relay business).
From the command line, execute sudo postmap /etc/postfix/canonical-redirect . This command will create the file /etc/postfix/canonical-redirect.db which postfix will find automatically. Just in case, also execute sudo postfix reload although you'll probably get an error message that postfix isn't running (which is OK, but if it was, this would be needed to pick up the changes to main.cf).

@ -16,8 +16,6 @@ brew install php71 --with-homebrew-curl
brew install php71-intl
brew install php71-mcrypt
brew install rbenv
brew install rsync
brew install shpotify
brew install the_silver_searcher
brew install youtube-dl
@ -25,7 +23,7 @@ brew install youtube-dl
brew link --force curl
# install a current ruby version
rbenv install 2.4.1
rbenv install 2.4.2
# use nvm instead of brew node or anything else
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash

@ -18,12 +18,11 @@ export PATH=/usr/local/bin:/usr/local/sbin:$PATH
brew install clipper
brew install fzf
brew install git
brew install neovim
brew install python3
brew install tmux
brew install zsh
read -p "Press any key to continue... " -n1 -s
brew install python3
brew install neovim/neovim/neovim
read -p "Press any key to continue... " -n1 -s
# install all submodules
git submodule init

@ -1,9 +1,9 @@
#!/usr/bin/env zsh
nvm install 6.11.3
nvm install 8.5.0
nvm use 6.11.3
nvm alias default 6.11.3
nvm install 6.11.5
nvm install 8.9.0
nvm use 8.9.0
nvm alias default 8.9.0
npm install -g npm@latest
npm update -g
@ -20,4 +20,3 @@ npm install -g pure-prompt
npm install -g sass-lint
npm install -g trash-cli
npm install -g vtop
npm install -g xo

@ -11,12 +11,12 @@ brew cask install doxie
brew cask install firefox
brew cask install flux
brew cask install google-chrome
brew cask install google-chrome-canary
brew cask install imagealpha
brew cask install imageoptim
brew cask install kap
brew cask install karabiner-elements
brew cask install ngrok
brew cask install ocenaudio
brew cask install qlcolorcode
brew cask install qlstephen
brew cask install sequel-pro
@ -27,11 +27,9 @@ brew cask install spotify
brew cask install telegram
brew cask install virtualbox
brew cask install vlc
brew cask install xld
read -p "Press any key to continue... " -n1 -s
# A terminal twitterclient, because why not
sudo pip3 install -I rainbowstream
# set some options for qlcolorcode
defaults write org.n8gray.QLColorCode font "Fira Code"
defaults write org.n8gray.QLColorCode fontSizePoints 9

Loading…
Cancel
Save