One click script to install all commonly used tools to your system.
Including:
- Basic tool chains for developer. It installs basic utilities: vim, build-essentials, tmux, ...
- Configuration for common tools using my favorate configs: oh-my-zsh, tmux.conf, .vimrc, ...
sh -c "$(wget https://raw.githubusercontent.com/Tr0py/AutoECS/master/AutoECS.sh -O -)"
Enjoy! :)
I recommond using zsh theme "dst". You can set it by modifying ~/.zshrc
: ZSH_THEME="dst"
.
That's because steeef:
- Has enough information printed: username @ hostname, pwd, git. eg.
ziyi at prec-c in ~/git/COMP580 (master)
- Has bash symbol:
#
or$
in a separate line. - Not too fancy. Doesn't need special fonts.
- Has a system time displayer. Helps you track when and what you did before.