私のMacにインストールしているアプリ
私のMacにインストールしているアプリ
プログラミング・開発
Xcode
App Storeからダウンロード。 macOSやiOSのアプリの開発に必須。Xcode Command Line Toolsも良く使われる。
Xcode Command Line Tools
Xcodeを一回開くか、以下のコマンドでインストールする:
1
xcode-select --install
Homebrew
macOSのPackage管理プログラム。Homebrewがあるとインストールが楽になる。
1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
iTerm2
ターミナルの代用プログラム。 このリンクからダウンロード:https://iterm2.com/downloads/stable/latest. またはHomebrewでインストール:
1
brew install --cask iterm2
zsh
zshはbashの代用shell。macOS Catalinaから最初からインストールされている。 Homebrewでインストール場合:
1
brew install zsh
Oh my zsh
1
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
そしてzshのテーマを設定する。
Python
HomebrewでPythonをインストールして、pipでlibraryをインストールする。
1
2
brew install python3
pip3 install numpy scipy matplotlib jupyter pandas tensorflow
最新版のPythonがLibraryに対応しない場合があります。
このような場合は、
brew install python3@3.8
でPythonのバーションを指定する。
Rdkit
rdkit
は化学情報学のためのlibraryである。Homebrewでインストールして、Pythonのsite-packagesにln
でリンクするか、rdkit
をPYTHONPATH
に追加する。
1
2
3
brew tap rdkit/rdkit
brew install rdkit --with-python3 --without-numpy
ln -s /usr/local/Cellar/rdkit/2017.09.2/lib/python3.6/site-packages/rdkit /usr/local/lib/python3.6/site-packages/rdkit
Python 3で使う場合は、 --with-python3
を指定しないといけない。そうでないとPython 2にインストールされる。 --without-numpy
が指定されるとpip3のnumpyを使う。
Sublime Text 3
Homebrewから試しバーションをインストールする。
1
brew install --cask sublime-text
Package controlも https://packagecontrol.io/installation
Sublime TextのPackage
- Anaconda
- Dictionaries
- Jedi
- LaTeXTools
- Markdown Editing
- Markdown Preview
- Markdown Extended
Homebrew Casks
Homebrew caskを使って、GUIのアプリをコマンド1行でインストールできる。
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
brew install --cask mactex skim
brew install --cask iina xld
brew install --cask pdf-expert
brew install --cask 1password 1password-cli
brew install --cask fork
brew install --cask google-chrome
brew install --cask firefox
brew install --cask displaycal
brew install --cask dropbox
brew install --cask iterm2
brew install --cask cyberduck
brew install --cask duet
brew install --cask downie
brew install --cask handbrake
brew install --cask teamviewer
App Storeからの一般的なアプリ
iWork
Keynote, Pages, Numbers
日常作業
- WhatsApp Desktop
- The Unarchiver
- Slack
- Blackmagic Disk Speed Test
- Magnet
- PCalc
- DaisyDisk
- Telegram Desktop
- Apple Remote Desktop
- Line
プロアプリ
- Final Cut Pro
- Motion
- Compressor
- Logic Pro X
- MainStage 3