Windows 10クリーンインストール後の作業

目次
Windows 10アクティベーション
cmd
を開く
slmgr -ipk {your product key}
slmgr -skms {kms server address of your company}
slmgr -ato
便利なツールをいくつかインストール
msys2の設定
pacman -S git fish tmux emacs gcc python
cd ~
git clone https://github.com/xinii/xinconfig .xinconfig
cd .xinconfig
./setenv fish
exec fish
set_conf tmux
set_el auto
set_el cn
change_emacs xin
emacs
ssh-keygen -A
emacs /etc/ssh/sshd_config
#Port ****
#PasswordAuthentication no
cat {path to your pub key} > ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
chmod 700 ~/.ssh
/usr/bin/sshd