[u]nix [u]ser [env]ironment
sudo dpkg-reconfigure locales
en_US.UTF-8 ... done
ru_RU.UTF-8 ... done
ru_UA.UTF-8 ... done
uk_UA.UTF-8 ... done
git clone https://github.com/ateleshev/uuenv.git ~/.uuenv
~/.uuenv/bin/configure
cd ~
ln -s .uuenv/.vim
ln -s .uuenv/.vimrc
ln -s .uuenv/.screenrc
echo "# include .bashrc from .uuenv" >> ~/.bashrc
echo "if [ -f ~/.uuenv/.bashrc ]; then" >> ~/.bashrc
echo " . ~/.uuenv/.bashrc" >> ~/.bashrc
echo "fi" >> ~/.bashrc
git config --global user.name "<<Your name>>"
git config --global user.email "<<[email protected]>>"
echo "[include]" >> ~/.gitconfig
echo " path = ~/.uuenv/.gitconfig" >> ~/.gitconfig