Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fenhl/syncbin
command-line tools, mainly for personal use
https://github.com/fenhl/syncbin
bitbar dotfiles shell zsh
Last synced: about 1 month ago
JSON representation
command-line tools, mainly for personal use
- Host: GitHub
- URL: https://github.com/fenhl/syncbin
- Owner: fenhl
- License: other
- Created: 2013-09-24T07:58:32.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T18:57:12.000Z (5 months ago)
- Last Synced: 2024-08-13T22:12:59.208Z (5 months ago)
- Topics: bitbar, dotfiles, shell, zsh
- Language: Python
- Size: 554 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is [Fenhl](https://fenhl.net/)'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`](config/install.sh) should be run after first installing 1.0 or greater.
* After the minor version is increased, [`syncbin-update`](syncbin-update) must be run. This is done automatically by the [`zshrc`](config/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`](version.txt).
# Installation
The following command downloads and runs [`install.sh`](config/install.sh), thereby installing `syncbin` and a couple of other things like [homebrew](https://brew.sh/), [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh), and [zsh-completions](https://github.com/zsh-users/zsh-completions):
```sh
wget -O syncbin-install.sh https://raw.githubusercontent.com/fenhl/syncbin/master/config/install.sh && sh syncbin-install.sh && rm syncbin-install.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.