LoginSignup
0
1

More than 1 year has passed since last update.

M1 Pro MacBook Pro が届いて最初にやったこと

Last updated at Posted at 2021-12-03

MacBook Pro (14-inch, 2021) が届いて最初にやったことをメモ。

  1. Xcode のインストール
    • Xcode を App Store からインストール
  2. X Quartz のインストール
  3. Homebrew のインストール
  4. Python 3, wget, nkf, unar のインストール
    • $ brew install python3 wget nkf unar
  5. ImageMagic のインストール
    • $ brew install imagemagick
  6. VScode のインストール
    • $ brew install visual-studio-code --cask
  7. Emacs のインストール ( https://formulae.brew.sh/cask/emacs )
    • $ brew install --cask emacs
  8. GnuPlot のインストール ( https://formulae.brew.sh/formula/gnuplot )
    • $ brew install gnuplot
  9. Gimp のインストール ( https://formulae.brew.sh/cask/gimp )
    • $ brew install --cask gimp
  10. Inkscape のインストール
    • $ brew tap homebrew/cask
    • $ brew install inkscape
  11. R のインストール ( https://formulae.brew.sh/cask/r )
    • $ brew install --cask r
  12. TeX のインストール ( https://texwiki.texjp.org/?TeX%20Live%2FMac )
    • $ brew install --cask mactex
    • ターミナル再起動
    • $ sudo tlmgr update --self --all
    • $ sudo tlmgr paper a4
  13. Maxima のインストール ( https://formulae.brew.sh/formula/maxima )
    • brew install maxima
  14. GPG のインストール
    • brew install gpg2 pinentry-mac
  15. その他
    • Chrome, Firefox, Edge
    • MS Office, Libre Office
    • Zoom, OBS
    • Skype, WhatsAppk, Keybase
    • Dropbox, Evernote
    • AppCleaner
    • Google 日本語入力
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1