My configuration for Nushell.
This repository contains the configuration files for Nushell. This file is synchronized using this Git repository. The following instructions detail how to use and sync this repository.
Some packages need to be installed before using this configuration. My Nushell configuration relies on a couple of other utilities: carapace-bin for completions, Starship for the prompt configuration, and direnv for automatic environment set up. Both nupm and {nu_scripts} are also incorporated as part of the installation. The following instructions install these along with Nushell itself.
-
Follow the install instructions in the Starship config repository to configure the prompt.
-
Install just by following the instructions in the installation section.
-
Clone this repository.
git clone [email protected]:jwillikers/nushell-config.git
-
Change to the project’s directory.
cd nushell-config
-
Run
just
to install everything.just
-
On Fedora Atomic systems, reboot for the changes to take effect.
sudo systemctl reboot
-
Open a new shell to complete the installation.
Please refer to the project’s Code of Conduct.