まず
$ apt update
$ apt upgrade
とりま
$ apt install build-essential
$ apt install git
ホスト名解決
$ echo 127.0.1.1 $(hostname) >> /etc/hosts
zsh インストール
$ apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sh作って bash を zsh へ切り替える
$ mv /bin/bash /bin/.bash
$ touch /bin/bash
$ chmod 755 /bin/bash
#!/bin/sh
if [ $SHELL = /bin/bash ]; then
export SHELL=/bin/zsh
exec $SHELL
else
/bin/.bash $*
fi
あと .zshrc の各種設定。
golang インストール
$ apt install golang
現状 peco 入れるとこで何故かはまり中、、、
Win/Ubuntu それぞれのマウント状態確認
(Win) C: => (Ubuntu) /mnt/c
(Ubuntu) ~ => (Win) C:/Users/user/AppData/Local/lxss/home/user