Skip to content

Instantly share code, notes, and snippets.

@apfelchips
Last active January 18, 2023 16:43
Show Gist options
  • Select an option

  • Save apfelchips/65d92f1b58ae48abf3f1d98b73167a31 to your computer and use it in GitHub Desktop.

Select an option

Save apfelchips/65d92f1b58ae48abf3f1d98b73167a31 to your computer and use it in GitHub Desktop.

Revisions

  1. apfelchips revised this gist Jan 18, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion junest.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    # docs: https://github.com/fsquillace/junest#installation
    git clone https://github.com/fsquillace/junest.git ~/.local/share/junest
    # git clone https://github.com/fsquillace/junest.git ~/.local/share/junest

    if [ $BASH_VERSION ] && [ $JUNEST_ENV ]; then
    export debian_chroot="junest"
  2. apfelchips revised this gist Jan 17, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion junest.sh
    Original file line number Diff line number Diff line change
    @@ -14,5 +14,5 @@ fi

    # junest autostart
    #if [ ! $JUNEST_ENV ]; then
    # junest -- bash
    # exec junest -- bash
    #fi
  3. apfelchips created this gist Jan 17, 2023.
    18 changes: 18 additions & 0 deletions junest.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    # docs: https://github.com/fsquillace/junest#installation
    git clone https://github.com/fsquillace/junest.git ~/.local/share/junest

    if [ $BASH_VERSION ] && [ $JUNEST_ENV ]; then
    export debian_chroot="junest"
    fi

    if [ ! $JUNEST_ENV ] && [ -d "$HOME/.local/share/junest/bin" ]; then
    export PATH="$HOME/.local/share/junest/bin:$PATH"
    fi
    if [ ! $JUNEST_ENV ] && [ -d "$HOME/.junest/usr/bin_wrappers" ]; then
    export PATH="$PATH:$HOME/.junest/usr/bin_wrappers"
    fi

    # junest autostart
    #if [ ! $JUNEST_ENV ]; then
    # junest -- bash
    #fi