0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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 からインストール
  1. X Quartz のインストール
  2. Homebrew のインストール
  3. Python 3, wget, nkf, unar のインストール
    • $ brew install python3 wget nkf unar
  4. ImageMagic のインストール
    • $ brew install imagemagick
  5. VScode のインストール
    • $ brew install visual-studio-code --cask
  6. Emacs のインストール ( https://formulae.brew.sh/cask/emacs )
    • $ brew install --cask emacs
  7. GnuPlot のインストール ( https://formulae.brew.sh/formula/gnuplot )
    • $ brew install gnuplot
  8. Gimp のインストール ( https://formulae.brew.sh/cask/gimp )
    • $ brew install --cask gimp
  9. Inkscape のインストール
    • $ brew tap homebrew/cask
    • $ brew install inkscape
  10. R のインストール ( https://formulae.brew.sh/cask/r )
    • $ brew install --cask r
  11. TeX のインストール ( https://texwiki.texjp.org/?TeX%20Live%2FMac )
    • $ brew install --cask mactex
    • ターミナル再起動
    • $ sudo tlmgr update --self --all
    • $ sudo tlmgr paper a4
  12. Maxima のインストール ( https://formulae.brew.sh/formula/maxima )
    • brew install maxima
  13. GPG のインストール
    • brew install gpg2 pinentry-mac
  14. その他
    • 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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?