- home ディレクトリ配下のファイルを参照するシムリンクを、
$HOMEに再帰的に作成する
- 意図しないファイルがリポジトリに含まれるのを防止したいので、ディレクトリのシムリンクは作成しない
sudo apt update
sudo apt install build-essential procps curl file git
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
mkdir -p ~/.ssh/keys/github
ssh-keygen -t ed25519 -f ~/.ssh/keys/github/id_ed25519
cp ~/.ssh/keys/github/id_ed25519 ~/.ssh/
cat ~/.ssh/keys/github/id_ed25519.pub
# paste pub-key to GitHub -> Settings -> SSH and GPG keys -> SSH keys
./path/to/homebound/setup.sh
./path/to/homebound/setup.sh --apply
./path/to/homebound/scripts/depends.sh
echo `which zsh` | sudo tee -a /etc/shells
chsh -s `which zsh`