Automatically initialize the environment for Unix-like operating systems!
Unitial is a shell scripts and a collection of configurations designed to set up a productive environment for Unix-like operating systems. Although not fully tested, it should work on FreeBSD, most Linux distributions, and macOS. Feel free to fork, contribute via pull requests, and provide feedback, but please retain the author information. Questions and suggestions are welcome.
- FreeBSD: No additional requirements; please use the built-in
fetch
command. - Other Unix environments: Ensure
curl
orwget
is installed so that the installation script can download other files properly.
To install with curl
:
curl -Lo- https://github.com/PeterDaveHello/Unitial/raw/master/setup.sh | bash
To install with wget
:
wget -O- https://github.com/PeterDaveHello/Unitial/raw/master/setup.sh | bash
For FreeBSD users without both wget
and curl
, try:
fetch -o- https://github.com/PeterDaveHello/Unitial/raw/master/setup.sh | bash
(You can replace the URL with a shorter one: https://git.io/Unitial)
The installation process will complete in seconds.
If you know how to use git and have already installed it, you can also clone this repo, but there is no need.
- Shell configurations (Bash, tcsh, csh, zsh):
- Auto completion
- Useful aliases
- Keymap issue fixes for many users (note: BASH is the primary shell, and zsh is used less often, so bash features are more comprehensive)
- Vim: Useful settings, status bar, and comfortable color scheme
- Git: Helpful aliases and settings, gitignore (global), auto-completion, diff-highlight
- SSH: Valuable settings, including optimization for X11 forwarding, TCPKeepalive, compression, and multiplexing!
- irssi: Connection info for OFTC and Freenode, channel config example
- tmux: Informative status bar including average load, color adjustment
- Others:
- aria2c: Optimized download settings for improved performance and user experience
- wget: Enhanced download reliability, user agent configuration, and retry options
- curl: Improved connection handling, user agent customization, and retry strategies
- tig: Personalized colors and line graphics for better readability
- w3m: Tailored colors and appearance for an enhanced browsing experience
- php_cs: Custom PHP-CS-Fixer rules for consistent coding style
- markdownlint: Configured Markdown linting rules for better writing quality
- editorconfig: Consistent coding styles across different file types
- lftp: Debugging options and user agent customization for better file transfers
- gtab: Fine-tuned input method settings for efficient text input
- inputrc: User-friendly keybindings for readline
- xinputrc: Input method settings (commented out by default) for potential customization