Skip to content

moonscape09/luna.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luna.sh

Welcome to luna.sh 🌙. A shell I am building as I learn C++. Stay tuned!

Prerequisites:

  • This application currently supports only macOS.
  • Ensure Conda and Make are installed on your system.

Setup Instructions:

  1. Create the Conda environment from luna-environment.yml:
conda env create -f luna-environment.yml
  1. Activate the Conda environment
conda activate luna-env
  1. Build luna.sh
make all # or `make`
  1. Execute luna.sh
make luna
  1. Remove build
make clean

To run in testing mode:

make test

About

Welcome to `luna.sh`. A shell I built as part of my C++ journey! Stay tuned!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published