last day ,do sth about my ubuntu desktop to makre it better than before.
the first: install zsh
1.what is zsh? it's amazing for me ,its a good tool for coding,just to optimization my terminal
way:
sudo aptitude install zsh
change shell
chsh -s /bin/zsh
notice:no sudo here
change password document
sudo vim /ect/passwd
install git
sudo apt-get install git
install on-my-zsh
h -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)
the last things: reboot
you'll find some change in terminal,so cute
shutt
2.shutter
sudo aptitude install -y shutter