R&D environment one-click configuration script for Linux servers.
./install.sh- CentOS
- Ubuntu
- Debian
- Mirrors source — configure yum / apt mirror (disabled, pending test)
- zsh & oh-my-zsh — install zsh, oh-my-zsh with
biratheme,zsh-autosuggestionsandzsh-syntax-highlightingplugins, set zsh as default shell - Config files — deploy
.vimrc,.gitconfig,.ssh/config, and custom aliases to both.bashrcand.zshrc - tmux — install via package manager
- ccat — install colorized
catreplacement
| Software | Description |
|---|---|
| zsh | Z shell |
| oh-my-zsh | zsh framework with theme & plugins |
| zsh-autosuggestions | fish-like autosuggestions for zsh |
| zsh-syntax-highlighting | syntax highlighting for zsh |
| tmux | terminal multiplexer |
| ccat | colorized cat |
| vim | text editor |