Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saksmt/local-bin
Scripts collected/written while using Gentoo Linux & NixOS
https://github.com/saksmt/local-bin
Last synced: about 2 months ago
JSON representation
Scripts collected/written while using Gentoo Linux & NixOS
- Host: GitHub
- URL: https://github.com/saksmt/local-bin
- Owner: saksmt
- Created: 2017-06-08T17:15:07.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-02T06:59:50.000Z (8 months ago)
- Last Synced: 2024-05-02T20:31:48.241Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @saksmt script collection
Some scripts born while using gentoo & nixos
Since some of the scripts are related to NixOS here is a [link](https://github.com/saksmt/nix-config) to my NixOS configuration
## Installation
```bash
$ PREFIX=/usr/local make install -e
```## Deinstallation
```bash
$ PREFIX=/usr/local make uninstall -e
```## Installation (if you have no git right now)
```bash
curl -SsL https://raw.githubusercontent.com/saksmt/local-bin/develop/install-no-git.sh | sh -s /usr/local
```## Usage
TODO