GitXplorerGitXplorer
P

Unitial

public
37 stars
12 forks
2 issues

Commits

List of commits on branch master.
Unverified
f30962933c439048feec7d27fb9bafe6f034f73b

Proerly handle git version under windows in setup.sh

PPeterDaveHello committed 4 months ago
Unverified
ba5d5c3fe7079680babfed82f099a8cedc7febea

gitconfig: improve/fix "rbm()" additional paramater issue

PPeterDaveHello committed 5 months ago
Unverified
208afe70037baccd305377a00344c4725b13b015

[gitconfig] set core.quotepath=false by default for UTF-8 file path/name

PPeterDaveHello committed 7 months ago
Unverified
082a006a38adb66f8618402f04bfbcba30bc4df3

Remove deuplicated no-bare-urls config in markdownlintrc

PPeterDaveHello committed 8 months ago
Unverified
eca35219ff676e9610bf90434530f39281fc379c

gitconfig: improve "rbm()" return status code

PPeterDaveHello committed 9 months ago
Unverified
da1364107c2a2f90c9ee3fa4792527725d0b86da

gitconfig: improve "rbm" alias to support "main" branch

PPeterDaveHello committed 9 months ago

README

The README file for this repository.

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