Giter Club home page Giter Club logo

dotworkstation's Introduction

Phil's MacBook setup

Provides a quick way to get a fresh MacBook setup the way I like it.

Installations

Firefox

cd ~/Downloads
curl -L "https://download.mozilla.org/?product=firefox-latest-ssl&os=osx&lang=en-US" > firefox.dmg
open ./firefox.dmg

or https://www.mozilla.org/en-US/firefox/new/

1Password

Install 1Password from https://1password.com

Xcode

Install from the App Store.

Homebrew

https://brew.sh/

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew doctor

Install:

brew install coreutils curl tree watch wget tmux grep git jq python httpie
brew install imagemagick dive ruby asciidoctor

zsh / oh-my-zsh

https://ohmyz.sh/#install

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

.workstation

Clone this repo:

cd ~
git clone https://github.com/philwebb/dotworkstation .workstation

Grant "full disk access" to "terminal" in the "Security & Privacy" system preferences.

cd ~/.workstation
./_setupmacos.sh
./_setupdotfiles.zsh

Key Remapping

Remap caps-lock to command-alt-control-shift

Install Karabiner and under "complex modifications" add caps_lock to command+control+option+shift.

Import better-touch-tool-default.json into better touch tool to handle the keys (cmd + shift + . to show hidden folders).

or use https://rectangleapp.com/ and import RectangleCOnfig.json

Additional Firefox

http://www.mozilla.org/en-US/firefox/new/ Add ~/scripts/firefox-profiles to the dock for demos Install add-ons

  • JSONView
  • NoScript
  • Tampermonkey
  • uBlock Origin
  • YouTube Downloader Lite

Java

Install SDKMan from https://sdkman.io/

for v in $(sdk list java | grep -e '-librca' | grep -v 'fx-' | grep -v -e '\$' | cut -d "|" -f 6); do sdk install java $v; done

App Store

Useful apps from the app store:

  • Keynote
  • Slack
  • Lastpass
  • Microsoft Remote Desktop

Misc

Useful apps to download

$ brew install grandperspective

Extra Configuration

Sublime

ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl

Google Account

Add account to mail.app System Preferences -> Internet Accounts -> enable all services

Data Volume

Assuming /Volumes/data is mounted for data.

$ ./_setupdatavolume.sh

Credits

https://github.com/matthewmccullough/dotfiles https://github.com/mathiasbynens/dotfiles

dotworkstation's People

Contributors

philwebb avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.