Add a justfile for common commands
This commit is contained in:
19
README.org
19
README.org
@@ -224,6 +224,7 @@
|
|||||||
- [[#bars][Bars]]
|
- [[#bars][Bars]]
|
||||||
- [[#modules][Modules]]
|
- [[#modules][Modules]]
|
||||||
- [[#launch-script][Launch Script]]
|
- [[#launch-script][Launch Script]]
|
||||||
|
- [[#justfile][Justfile]]
|
||||||
|
|
||||||
* Welcome
|
* Welcome
|
||||||
|
|
||||||
@@ -7157,3 +7158,21 @@ fi
|
|||||||
|
|
||||||
echo "$!" >>/tmp/polybar.pids
|
echo "$!" >>/tmp/polybar.pids
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
* Justfile
|
||||||
|
|
||||||
|
#+BEGIN_SRC just :tangle justfile
|
||||||
|
set shell := ["bash", "-c"]
|
||||||
|
|
||||||
|
# List just commands by default
|
||||||
|
default:
|
||||||
|
@just --list
|
||||||
|
|
||||||
|
# Update doom emacs and sync config
|
||||||
|
dwm-rebuild:
|
||||||
|
sudo make clean install
|
||||||
|
|
||||||
|
# Run polybar launch script
|
||||||
|
dwm-launch-polybar:
|
||||||
|
./polybar/launch.sh
|
||||||
|
#+END_SRC
|
||||||
|
Reference in New Issue
Block a user