Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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