Open3
ubuntu移行メモ+wslメモ_自分用

ghq、fzfを入れてGitHubもつかえるように
Go
ghq
pecoの代わりにfzfを採用
Ubuntuにghq+pecoで,幸せになろう.
下記うまくいくかは試していない
sudo apt update
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt install golang-go
go install github.com/x-motemen/ghq@latest
GitHub
cd ~/.ssh
ssh-keygen -t ed25519 -C "your_email@example.com"
fzf
sudo apt install fzf
とりあえず下記を.bashrcあたりに仕込んでおく
alias cf='cd $(ghq list --full-path | fzf)'
z
$git clone https://github.com/rupa/z ~/z
#z command
. ~/z/z.sh

vimクリップボード_wsl
copyq
wslならscoopあたりでいれる。
ショートカットは設定から行える

docker
$ sudo usermod -aG docker $USER