Skip to content

Instantly share code, notes, and snippets.

@dafujii
Created January 11, 2020 10:16
Show Gist options
  • Save dafujii/ac20c128e9a89e7188544537440e712b to your computer and use it in GitHub Desktop.
Save dafujii/ac20c128e9a89e7188544537440e712b to your computer and use it in GitHub Desktop.
#!/bin/bash
yum update -y
yum upgrade -y
timedatectl set-timezone Asia/Tokyo
localectl set-locale LANG=ja_JP.UTF-8
localectl set-keymap jp106
localectl set-keymap jp-OADG109A
yum install -y zip wget git ipa-gothic-fonts ipa-mincho-fonts vim-enhanced
mv /bin/vi /bin/vim-tiny
ln -s /usr/bin/vim /bin/vi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment