5
5

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 5 years have passed since last update.

Macのホームディレクトリ名を変更する

Posted at

適当に本名からつけた名前が気に入らなかったので修正しました。メモ。

  1. 管理者権限を持つ、別ユーザーを作成して、そこからログイン。
  2. システム環境設定 -> ユーザーとグループ
  3. 左下の鍵を解除
  4. 該当のユーザー名を右クリック -> 詳細オプション
  5. アカウント名とホームディレクトリを変更
  6. ターミナルで mv /Users/[oldname] /Users/[newname]
  7. うまく行ったら別ユーザーは消す

こんな感じです。なお、pyenvとかに影響はでまくるのでその辺は再インストール推奨。

5
5
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
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?