経緯
ChromeBookのLinuxを一旦整理したくなったので再インストール。その時の環境構築の備忘録
基本的にリンク先の内容通りに実施しただけ。
Setup Linux
https://support.google.com/chromebook/answer/9145439?hl=ja
Docker
https://docs.docker.com/engine/install/debian/ https://docs.docker.com/engine/install/linux-postinstall/
これしらなかった。。。
> newgrp docker
VSCode
https://zenn.dev/gatabutsu/articles/82008b901c4f04
Locale設定は以下
https://catalyst-wakaba.com/linux-on-chrome-os/
neovim
wget https://github.com/neovim/neovim/archive/refs/tags/stable.tar.gz
tar zxvf stable.tar.gz
sudo apt-get install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip curl doxygen -y
cd neovim-stable && make -j 4 CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install
chromium
previmでプレビュー表示するため
sudo apt install chromium
一旦ここまで。