Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 578 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 578 Bytes

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 }