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

https://github.com/amtoine/scripts

A collection of scripts for my daily use on ArchLinux.
https://github.com/amtoine/scripts

config

Last synced: 3 months ago
JSON representation

A collection of scripts for my daily use on ArchLinux.

Awesome Lists containing this project

README

          

# scripts
A collection of scripts for my daily use on ArchLinux.

## Installation
### with Nushell
- install [Nupm] (**recommended**) by following the [Nupm instructions]
- download the `scripts` repository
```shell
git clone https://github.com/amtoine/scripts
```
- activate the `nupm` module with `use nupm`
- install the packages
```nushell
[
nu-clippy, nu-logout, nu-scripts, nu-sound-manager, nu-monitor-manager
] | each { nupm install --path --force $in }
```

[Nupm]: https://github.com/nushell/nupm
[Nupm instructions]: https://github.com/nushell/nupm#-installation