All Projects β†’ PeterDaveHello β†’ Unitial

PeterDaveHello / Unitial

πŸ–₯ My rc / configs / dotfiles πŸ“‚

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Unitial

dotfiles
/home/yous
Stars: ✭ 43 (+48.28%)
Mutual labels:  config, vimrc
config
holy cow, wholly config! Vim, Zshell, Ack, & the rest of my dot-files.
Stars: ✭ 21 (-27.59%)
Mutual labels:  config, vimrc
dotfiles
My collection of dotfiles
Stars: ✭ 77 (+165.52%)
Mutual labels:  config, unix
Dotfiles
⚑️ Awesome configurations for the development environments
Stars: ✭ 137 (+372.41%)
Mutual labels:  config, vimrc
dotfiles
Config files for my *nix systems
Stars: ✭ 105 (+262.07%)
Mutual labels:  config, unix
dotfiles
My personal configuration and bootstrap files
Stars: ✭ 14 (-51.72%)
Mutual labels:  config, unix
dotfiles
My personal monorepo: dotfiles, /etc-files, single-file scripts, vim plugins, webexts/userscripts, xmonad config, all that stuff…
Stars: ✭ 84 (+189.66%)
Mutual labels:  config, vimrc
libconfini
Yet another INI parser
Stars: ✭ 106 (+265.52%)
Mutual labels:  config, unix
Dot-It-Up
A collection of dotfile scripts, plugins, and clever hacks so that you can become the master of your own OS! πŸš€
Stars: ✭ 254 (+775.86%)
Mutual labels:  vimrc, unix
lvim
My config for LunarVim
Stars: ✭ 71 (+144.83%)
Mutual labels:  config, vimrc
configs
all config files that I use/used
Stars: ✭ 14 (-51.72%)
Mutual labels:  config, unix
nvimrc
My Neovim configuration. Supports macOS and Linux.
Stars: ✭ 31 (+6.9%)
Mutual labels:  config, vimrc
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (+27.59%)
Mutual labels:  config, vimrc
Cxxhttp
Asynchronous, Header-only C++ HTTP-over-(TCP|UNIX Socket|STDIO) Library
Stars: ✭ 24 (-17.24%)
Mutual labels:  unix
Betterc
Like rc but better ;)
Stars: ✭ 11 (-62.07%)
Mutual labels:  config
Configuron
Clojure(Script) config that reloads from project.clj when in dev mode
Stars: ✭ 24 (-17.24%)
Mutual labels:  config
The Unix Workbench
🏑 A Book for Anyone to Get Started with Unix
Stars: ✭ 919 (+3068.97%)
Mutual labels:  unix
Vimrc
A vim configuration (supports Termux)
Stars: ✭ 20 (-31.03%)
Mutual labels:  vimrc
Sortpem
➿ Sorting utility for PEM files
Stars: ✭ 11 (-62.07%)
Mutual labels:  unix
Debian Server
Complete Debian/Ubuntu Web Application Server Installation
Stars: ✭ 22 (-24.14%)
Mutual labels:  config

Unitial

Automatic initialize environment for Unix-like operating system!

Introduction

A set of scripts and configs to initialize the environment for Unix-like OS,

Not fully tested but should work on FreeBSD, most of Linux distros and macOS.

Feel free to fork, send pull request and feedback, but do not erase author info please.

Questions and suggestions are welcome.

Requirement

For FreeBSD, there is no additional requirements, please use the built-in fetch command.

On other unix environment, please prepare curl or wget, so that the install script can download other files properly.

Installation

Install by this one line command if you have curl:

curl -Lo- https://github.com/PeterDaveHello/Unitial/raw/master/setup.sh | bash

If you don't have curl but your have wget:

wget  -O- https://github.com/PeterDaveHello/Unitial/raw/master/setup.sh | bash

If you are using FreeBSD 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://goo.gl/FGs2Fu)

All the works will be done in seconds.

If you know how to use git and already installed it, you can also clone this repo, but there is no need.

What's in it?

Bash/tcsh/csh/zsh Shell : auto completion, useful alias, keymap issue for many users, because BASH is my major shell and I seldom use zsh, bash's feature will be more than others.

Vim : useful setting, status bar and comfortable color scheme

Git : useful alias and setting, gitignore(global), auto completion, diff-highlight

SSH : useful setting, including optimization for X11 forwarding, TCPKeepalicve, compression, and multiplexing!

irssi: connection info for oftc and freenode, channel config example

tmux: Useful status bar including avg load, color adjusment

others:

  • aria2c
  • wget
  • curl
  • tig
  • w3m
  • php_cs

Author

Peter Dave Hello

hsu [at] peterdavehello [dot] org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].