Skip to content

atiq-cs/shell_pr

 
 

Repository files navigation

Simplicity brings Power

Refs

A minimal, secure and high performance shell (as if isolated) unaffected by numerous applications and tools installed on the system. The minimal shell consists of following customizations,

  • .config/nushell/*.nu: first level initializations mostly performed by config.nu
  • init.nu: second level initializations

We have a single line addition at the bottom of config.nu,

source ~/shell/init.nu

which enables our point of interest: init.nu.

By default scripts are cross platform unless a tag OS_NAME-only exists.

Official Refs
site: https://www.nushell.sh

Find scripts based on target platforms,

Notations
In this document,

  • Unix refers to Solaris Derivatives (Illumos kernel based distributions) i.e., OpenIndiana

About

My NuShell Scripts

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • PowerShell 55.7%
  • Nushell 28.3%
  • Shell 14.1%
  • Nu 1.9%