Fleek Logo

Introduction

Devbox

With the latest release of devbox, you can now import a remote configuration into your devbox global profile. We partnered with the Devbox team to make it easy to get a nicely-tuned configuration with minimal effort.

Install Devbox

Follow the instructions in the devbox installation docs to install devbox.

Import a Remote Configuration

Once you have devbox installed, you can import a remote configuration into your devbox global profile.

devbox global pull [URL]

We've made fleek configurations available at https://devbox.getfleek.dev/{level} You can import a configuration by running the following command:

devbox global pull https://devbox.getfleek.dev/high

Start the Devbox Global Shell

Once you've imported a configuration, you can set your shell configuration to automatically load the devbox global shell.

devbox global run install-hook-zsh

or

devbox global run install-hook-bash

There are a few other convenience scripts bundled with the Devbox version of Fleek. You can see them by running devbox global run with no arguments.

Previous
For Nix