Remove JP

This commit is contained in:
Kujiu 2020-04-21 23:22:01 +02:00
parent 57ce283e6b
commit d53ffc171d
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F
11 changed files with 0 additions and 21 deletions

View file

@ -1,15 +0,0 @@
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/デスクトップ"
XDG_DOWNLOAD_DIR="$HOME/ダウンロード"
XDG_TEMPLATES_DIR="$HOME/テンプレート"
XDG_PUBLICSHARE_DIR="$HOME/公開"
XDG_DOCUMENTS_DIR="$HOME/ドキュメント"
XDG_MUSIC_DIR="$HOME/ミュージック"
XDG_PICTURES_DIR="$HOME/ピクチャ"
XDG_VIDEOS_DIR="$HOME/ビデオ"

View file

View file

View file

@ -23,12 +23,6 @@ git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/cu
touch ~/.zshrc-local
# Copy the japanese part if needed
if [ "$1" == '--jp' ]
then
rsync -av ./jp/ ~/
fi
# Copy the graphical part if needed
if [ "$1" == '--graphic' ]
then