Skip to content

Instantly share code, notes, and snippets.

@EnisBerk
Last active April 27, 2021 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EnisBerk/08d31e05d0f093694442150d6da5c8fb to your computer and use it in GitHub Desktop.
Save EnisBerk/08d31e05d0f093694442150d6da5c8fb to your computer and use it in GitHub Desktop.
commands I used to setup a new mac from zsh_history
: 1619210991:0;/usr/sbin/softwareupdate --install-rosetta --agree-to-license
: 1619210991:0;xcode-select --install
: 1619210991:0;/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
: 1619210991:0;brew analytics off
: 1619210991:0;mkdir -p ~/Documents/screenshots
: 1619210991:0;defaults write com.apple.screencapture location /Users/berk/Documents/screenshots && killall SystemUIServer
: 1619210991:0;sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
: 1619210991:0;echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/berk/.zprofile
: 1619210991:0;eval "$(/opt/homebrew/bin/brew shellenv)"
: 1619210991:0;brew update
: 1619210991:0;brew install --cask vlc
: 1619210991:0;brew install --cask flux
: 1619210991:0;brew install rclone
: 1619210991:0;brew install rsync
: 1619210991:0;brew install openssh
: 1619210991:0;brew install wireguard-tools
: 1619210991:0;brew install mosh
: 1619210991:0;brew install imagemagick
: 1619210991:0;brew install gcc
: 1619210991:0;brew install ffmpeg
: 1619271935:0;curl https://repo.anaconda.com/miniconda/Miniconda3-py39_4.9.2-MacOSX-x86_64.sh -o ~/miniconda.sh
: 1619271943:0;bash ~/miniconda.sh
: 1619210991:0;conda init "$(basename "${SHELL}")"
: 1619348175:0;conda config --add channels conda-forge
: 1619272254:0;conda create --name jupyter39 python=3.9
: 1619272283:0;conda activate jupyter39
: 1619272305:0;conda install -c conda-forge jupyterlab
: 1619348345:0;conda update --all
: 1619210991:0;brew install unison
: 1619210991:0;brew tap eugenmayer/dockersync
: 1619210991:0;brew install eugenmayer/dockersync/unox
: 1619517531:0;brew install ssh-copy-id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment