mirror of
/repos/dotTiddlywiki.git
synced 2025-12-30 07:31:33 +01:00
61 lines
1.0 KiB
Plaintext
61 lines
1.0 KiB
Plaintext
created: 20190504211837442
|
|
creator: user
|
|
modified: 20190506152929196
|
|
modifier: user
|
|
tags: osx
|
|
title: New Dev Machine
|
|
type: text/vnd.tiddlywiki
|
|
|
|
; install from AppStore
|
|
: xcode
|
|
|
|
; install commandline developer tools
|
|
: `xcode-select --install`
|
|
|
|
|
|
; install ohmyzsh:
|
|
: https://ohmyz.sh
|
|
: `sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"`
|
|
|
|
; install brew:
|
|
: https://brew.sh
|
|
: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
|
|
|
|
; install some apps:
|
|
: $ `brew cask install \
|
|
1password \
|
|
dropbox \
|
|
insomnia \
|
|
virtualbox \
|
|
flux \
|
|
iterm2 \
|
|
jetbrains-toolbox \
|
|
sizeup \
|
|
google-chrome \
|
|
slack \
|
|
sourcetree \
|
|
grandperspective \
|
|
`
|
|
|
|
; install some tools:
|
|
: $ `brew install \
|
|
git \
|
|
docker \
|
|
docker-compose \
|
|
docker-machine \
|
|
node \
|
|
n \
|
|
multitail \
|
|
unrar \
|
|
watch \
|
|
pv \
|
|
awscli \
|
|
yarn \
|
|
`
|
|
|
|
; disable ExactVPN:
|
|
: $ `sudo launchctl unload /Library/LaunchDaemons/net.pulsesecure.AccessService.plist`
|
|
|
|
|
|
|