はじめに
RaspberryPi4の初回起動までをまとめる
セットアップに使っている環境はUbuntu 20.04です
起動ディスクの作成
Raspberry Pi Imagerのインストール
snapで入るらしい
sudo snap install rpi-imager
- OS
- 64bitのfullイメージを選択
- ストレージ
- インストールするSDを選択
あとはおもむろに書き込むを押す
- インストールするSDを選択
初回セットアップ
画面に従ってセットアップする
ネットワーク回りの初回設定
これ見ながら設定
はじめにインストールするもの
sudo apt install net-tools curl git vim fish -y
設定ファイルの移行
よく使ってるものは移動させる
.ssh
.gitconfig
.local/share/fish/fish_history
.config/fish/config.fish
.bashrc
.bash_profile
fish回りの設定
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
fisher install edc/bass