setup scripts and notes for my environment
Setting system preferences manually :(
$ chsh -s /bin/bashinstall Xcode via AppStore.
if you don't want to install Xcode, install CommandLineTools instead:
$ sudo rm -rf /Library/Developer/CommandLineTools
$ sudo xcode-select --install
$ sudo xcode-select --switch /Library/Developer/CommandLineToolsaccept license via CLI:
$ sudo xcodebuild -license accept$ gh auth login --skip-ssh-key$ export GH_ROOT="$HOME/.ghq"
$ ghq get -p sasaplus1/{dotfiles,setup}setup my environment:
$ make setupInstall browser and password manager extension
- Firefox Developer Edition
- Firefox addons
Download with curl:
$ curl -fsSL 'https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=osx&lang=ja-JP-mac' -o firefox.dmghttps://download.mozilla.org/?product=firefox-latest-ssl&os=osx&lang=ja-JP-mac
Configure browser, import browser bookmarks and install browser extensions
- Arc configurations
- Arc extensions
- see Chrome extensions list
- Firefox configurations
- Firefox bookmarks
- Firefox extensions
- Chrome configurations
- Chrome bookmarks
- Chrome extensions
The MIT license.