{"id":16944899,"url":"https://github.com/drbrain/nushell-config","last_synced_at":"2026-02-28T15:01:40.290Z","repository":{"id":66234664,"uuid":"547062422","full_name":"drbrain/nushell-config","owner":"drbrain","description":"Nushell configuration files","archived":false,"fork":false,"pushed_at":"2025-08-14T03:31:58.000Z","size":185,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-22T05:02:19.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nushell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drbrain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-10-07T04:35:40.000Z","updated_at":"2025-08-14T03:32:01.000Z","dependencies_parsed_at":"2023-02-22T06:30:43.386Z","dependency_job_id":"dd4f1730-3b34-471f-b68d-82cf078c0fce","html_url":"https://github.com/drbrain/nushell-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drbrain/nushell-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Fnushell-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Fnushell-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Fnushell-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Fnushell-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drbrain","download_url":"https://codeload.github.com/drbrain/nushell-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Fnushell-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29938970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T21:19:21.818Z","updated_at":"2026-02-28T15:01:40.265Z","avatar_url":"https://github.com/drbrain.png","language":"Nushell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n\n1. Make a fork of this repository\n\n   The nushell APIs are unstable and break things often.  I don't keep up with\n   the latest nushell release so sometimes things will be broken because they\n   are out-of-date.  Or I may update to a new version that won't work for you.\n1. Clone this repository to a directory like `~/.config/nu`\n\n   **NOT `~/.config/nushell`**.  *This does not replace `config.nu` nor\n   `env.nu` nor any of the other default files*\n1. Run `git submodule update --init --recursive` to load\n   [nupm](https://github.com/nushell/nupm/tree/main)\n1. Edit your `env.nu` to add `~/.config/nu` to your `$env.NU_LIB_DIRS`\n\n   Your `env.nu` lives next to `config.nu` which you can edit with `config nu`,\n   then use your editor tools to switch to the other file.  Also,\n   `$env.NU_LIB_DIRS | first | path dirname | path join \"env.nu\"` should be the\n   path to your `env.nu`\n1. Edit your `config.nu` and add `source init.nu` to the bottom\n\n   This loads the `init.nu` from this repository.\n1. Start a new `nu` instance\n\n   A command like `help ssh` should show nushell-format help for the `ssh`\n   command.  This indicates everything loaded correctly.\n\n# Support\n\nI don't update to the latest nushell consistently so things may be broken or\nout of date.\n\nThis repository is updated to at least nushell 0.94.0\n\n# Commands\n\nFor commands I use frequently I've created enhanced completions and wrappers\nthat provide tables, lists, and records as output instead of the plain-text\nforms.  Not all commands are fully-wrapped.\n\n* `ag` [The Silver Searcher](https://github.com/ggreer/the_silver_searcher)\n* `atuin` [magical shell history](https://atuin.sh)\n* `brew` [Homebrew package manager](https://brew.sh)\n* `cargo` [Rust package manager](https://doc.rust-lang.org/cargo/)\n* `docker` [Docker CLI](https://docs.docker.com/engine/reference/commandline/cli/)\n  (minimal)\n* `git` [distributed version control system](https://git-scm.com) has its own\n  repository [nu-git](https://github.com/drbrain/nu-git)\n* `rg` [ripgrep](https://github.com/BurntSushi/ripgrep)\n* `rsync` [incremental file transfer](https://rsync.samba.org)\n* `rustup` [Rust installer](https://rustup.rs)\n* `ssh` [OpenSSH](https://www.openssh.com)\n* `tmux` [terminal multiplexer](https://github.com/tmux/tmux/wiki)\n\n# Wrappers\n\nSupporting the above commands are some wrappers that are not loaded as shell\ncommands by default.  They're designed for supporting the commands listed above\nso they are neither named nor namespaced in a friendly way.\n\nOne you have `$env.NU_LIB_DIRS` set up you can load the wrappers from scripts\n(or into your shell):\n\n```nushell\n# Load all `export`ed items from wrapper/ssh.nu\nuse wrapper ssh *\n\n# Load only the listed items from wrapper/tmux.nu\nuse wrapper tmux [environment update-environment]\n\n# Load only list_dependencies from wrapper/cargo.nu\nuse wrapper cargo list_dependencies\n```\n\nFor more information see the [nushell module\ndocumentation](https://www.nushell.sh/book/modules.html#modules)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrbrain%2Fnushell-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrbrain%2Fnushell-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrbrain%2Fnushell-config/lists"}