LoginSignup
0
0

Mac移行する時用メモ

Posted at

概要

端末移行する時に、いちいち調べるの面倒なのでそれをメモしておく(完全に自分向け)
※随時更新

オリジナルコマンド

場所

~/command/ 配下

.zshrcの設定

~/.zshrc
export PATH=$HOME/command:$PATH

コマンド一覧

lower_uuid

~/command/lower_uuid
#!/bin/sh
uuidgen | tr "[:upper:]" "[:lower:]"
0
0
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
0