0xf

日記だよ

MacBook Air M1 届いた

f:id:ma2saka:20201123172432p:plain
MacbookAir M1 開封

さっそく Big Sur の更新があったので、 11.0.1 にアップデート。

中身をさっと見てみる。デフォルトシェルが zsh になっているけど、しばらくは zsh のまま生活してみようかなという気分。最近は多くのサーバーに日常的にsshして生活するという感じでもないので、体を bashvim に合わせておく必要もなさそうです。

% git version
git version 2.24.3 (Apple Git-128)

% python --version
Python 2.7.16

 % python3 --version
Python 3.8.2

% $(echo $SHELL) --version
zsh 5.8 (x86_64-apple-darwin20.0)

% ruby --version
ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20

 % httpd -v       
Server version: Apache/2.4.46 (Unix)
Server built:   Oct 29 2020 20:35:14

% vim --version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Oct 29 2020 23:34:14)
macOS version
Included patches: 1-850

% perl -version
This is perl 5, version 28, subversion 2 (v5.28.2) built for darwin-thread-multi-2level

% php --version
WARNING: PHP is not recommended\nPHP is included in macOS for compatibility with legacy software.\nFuture versions of macOS will not include PHP.
PHP 7.3.22-(to be removed in future macOS) (cli) (built: Oct 30 2020 00:19:07) ( NTS )

% bash --version
GNU bash, version 3.2.57(1)-release (arm64-apple-darwin20)
Copyright (C) 2007 Free Software Foundation, Inc.

phpわかってはいたが可哀想な扱い。bashはまだ3系なのは残念ですね。nodeはない。

Rosetta 2入れずに生活できるかなぁ、と思ってたけどVisual Studio Codeからしてこんな感じなのでさすがに無理か。

f:id:ma2saka:20201123173112p:plain