fenhl / syncbin

command-line tools, mainly for personal use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is Fenhl's syncbin.

A syncbin, also called dotfiles, is a collection of command-line tools and configuration, mainly for personal use. However, this one is easy to install and automatically updates itself, so you're welcome to check it out even if you're not Fenhl.

Version

The versioning scheme works as follows:

  • Versions below 1.0 are not versioned and do not auto-update properly; install.sh should be run after first installing 1.0 or greater.
  • After the minor version is increased, syncbin-update must be run. This is done automatically by the zshrc.
  • After the major version is increased, the instructions in the patch notes must be followed.

The current version can be found in version.txt.

Installation

The following command downloads and runs install.sh, thereby installing syncbin and a couple of other things like homebrew, oh-my-zsh, and zsh-completions:

curl --proto '=https' --tlsv1.2 -sSf https://start.fenhl.net | sh

It was last tested on Debian jessie, Raspbian buster, Ubuntu Artful Aardvark, macOS Mojave, and CentOS 6.5. If it doesn't work for you, feel free to open an issue.

About

command-line tools, mainly for personal use

License:Other


Languages

Language:Python 58.1%Language:Shell 39.9%Language:Xonsh 2.0%