-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjustfile
42 lines (36 loc) · 781 Bytes
/
justfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
alias s := stow
alias sl := stow-linux
alias sm := stow-mac
default:
just --list
stow arg:
stow --adopt -vSt ~ {{ arg }}
_stow-common:
just stow aichat
just stow atuin
just stow bat
just stow ctags
just stow direnv
just stow easyeffects
just stow ghostty
just stow git
just stow ipython
just stow kitty
just stow mpv
just stow nushell
just stow nvim
just stow pgcli
just stow rustfmt
just stow starship
just stow tmux
just stow yazi
just stow zsh
stow-linux: _stow-common
just stow dunst
just stow hypr
just stow nix
just stow tofi
just stow waybar
stow-mac: _stow-common
gen-pi4b-sd-image:
nix build .#nixosConfigurations.pi4b.config.formats.sd-aarch64 -o ./pi4b.sd