Giter VIP home page Giter VIP logo

unitial's Introduction

Unitial

Automatically initialize the environment for Unix-like operating systems!

Introduction

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.

Requirements

  • FreeBSD: No additional requirements; please use the built-in fetch command.
  • Other Unix environments: Ensure curl or wget is installed so that the installation script can download other files properly.

Installation

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.

What's in it?

  • 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

unitial's People

Contributors

marios-zindilis avatar peterdavehello avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

unitial's Issues

ls color issue

no color in Linux, Linux need --color but FreeBSD didn't support, FreeBSD get colors by -G only.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.