Code Monkey home page Code Monkey logo

nushell-config's Introduction

Nushell Config

My configuration for Nushell.

Usage

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.

Set up

Some packages need to be installed before using this configuration. My Nushell configuration relies on a couple of other utilities: carapace-bin for completions and Starship for the prompt configuration. The following instructions install these along with Nushell itself.

  1. Add the rsteube user’s RPM repository to your system.

    /etc/yum.repos.d/rsteube-fury.repo
    [fury]
    name=Gemfury Private Repo
    baseurl=https://yum.fury.io/rsteube/
    enabled=1
    gpgcheck=0
  2. Add the starship COPR repository to your system.

    curl --location https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora/atim-starship-fedora.repo \
      | sudo tee /etc/yum.repos.d/atim-starship-fedora.repo
  3. Install the carapace-bin, nu, and starship packages.

    sudo rpm-ostree install carapace-bin nu starship
  4. Reboot for the changes to take effect.

    sudo systemctl reboot

Install

Install these settings with the following instructions.

  1. Clone this repository.

    git -C ~/Projects clone [email protected]:jwillikers/nushell-config.git
  2. Create the ~/.config/nushell directory.

    mkdir ~/.config/nushell
  3. Symlink the configuration files in the nushell directory to the Nushell configuration directory.

    ln --relative --symbolic --force ~/Projects/nushell-config/nushell/*.nu ~/.config/nushell/
  4. Follow the install instructions in the Starship config repository to configure the prompt.

  5. Open a new shell to complete the installation.

Code of Conduct

Please refer to the project’s Code of Conduct.

License

This repository is licensed under the GPLv3. Please refer to the bundled license.

© 2023-2024 Jordan Williams

Authors

nushell-config's People

Contributors

jwillikers avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.