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.
- Host: GitHub
- URL: https://github.com/amtoine/scripts
- Owner: amtoine
- License: gpl-3.0
- Created: 2022-06-05T16:41:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T16:22:07.000Z (8 months ago)
- Last Synced: 2025-04-29T17:34:14.328Z (8 months ago)
- Topics: config
- Language: Nushell
- Homepage:
- Size: 387 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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