mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
feat(just): Add justfiles for setup
This commit is contained in:
parent
d43a4b7106
commit
dae3143f86
12 changed files with 310 additions and 253 deletions
21
readme.org
21
readme.org
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue