$ pkg update
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: y
Bootstrapping pkg from pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
Installing pkg-1.21.3...
Extracting pkg-1.21.3: 100%
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100% 178 B 0.2kB/s 00:01
Fetching data.pkg: 100% 7 MiB 2.5MB/s 00:03
Processing entries: 100%
FreeBSD repository update completed. 35561 packages processed.
All repositories are up to date.
mkdir -pv ~/.vim/after/indent
mkdir -pv ~/.vim/after/plugin
sh
cat << 'EOF' >> ~/.vim/after/indent/vim.vim
set number
set mouse-=a
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