/scripts

A collection of scripts for my daily use on ArchLinux.

Primary LanguageNushellGNU General Public License v3.0GPL-3.0

scripts

A collection of scripts for my daily use on ArchLinux.

Installation

with Nushell

git clone https://github.com/amtoine/scripts
  • activate the nupm module with use nupm
  • install the packages
[
    nu-clippy, nu-logout, nu-scripts, nu-sound-manager, nu-monitor-manager
] | each { nupm install --path --force $in }