feat(just): Add justfiles for setup

This commit is contained in:
js0ny 2025-04-09 11:02:02 +01:00
parent d43a4b7106
commit dae3143f86
12 changed files with 310 additions and 253 deletions

View file

@ -8,12 +8,31 @@ Works for Windows, Linux and MacOS.
** Setup
*** GNU/Linux and macOS
*** From Scratch (Linux/MacOS)
#+begin_src shell
curl https://raw.githubusercontent.com/js0ny/dotfiles/refs/heads/master/bootstrap/setup.sh -o setup.sh && chmod u+x setup.sh && ./setup.sh
#+end_src
*** Via =just= script
Make sure you have =just= installed
#+begin_src shell
which just
#+end_src
Then run
#+begin_src shell
just
#+end_src
This will list all available tasks.
All the just scripts are in =Justfile= and under =.just.d/= directory.
** Structure
#+begin_src shell