#Changing user information for hogehoge.
Shell: /usr/local/bin/fish
Full Name: hogehoge-user
Office Location:
Office Phone:
Home Phone:
Other information:
mkdir -pv ~/.vim/after/indent
mkdir -pv ~/.vim/after/plugin
touch ~/.vim/after/indent/vim.vim
sh
cat << 'EOF' >> ~/.vim/after/indent/vim.vim
set number
set mouse-=a
set autoindent
EOF
exit
cp ~/.vim/after/indent/vim.vim ~/.vim/after/plugin/.
gdircolors -p > ~/.dircolors
sh
cat << 'EOF' >> ~/.cshrc
alias ci ci -l
alias co co -l
alias df df -H
alias h history 1000
alias ls gls --color -a
alias ping ping -c 4
alias tree tree --charset=x
alias vi vim
if ($tty =~ pts) then
setenv LANG ja_JP.UTF-8
endif
if ($?prompt) then
set prompt = '%n@%M %/ > '
eval `gdircolors ~/.dircolors`
endif
EOF
exit
source ~/.cshrc