mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-15 11:09:29 +00:00
[provisioning] Add japanese language support tools
This commit is contained in:
parent
de500f597e
commit
0b74c90508
1 changed files with 16 additions and 0 deletions
16
recipes/japanese
Normal file
16
recipes/japanese
Normal file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
# Description: Japanese Language Support
|
||||
set -e
|
||||
|
||||
case $_PLATFORM in
|
||||
darwin)
|
||||
_recipe brew
|
||||
_brew kakasi
|
||||
_brew cmigemo
|
||||
;;
|
||||
linux)
|
||||
_recipe _apt
|
||||
_apt kakasi
|
||||
_apt cmigemo
|
||||
;;
|
||||
esac
|
Loading…
Reference in a new issue