-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjustfile
More file actions
29 lines (22 loc) · 719 Bytes
/
justfile
File metadata and controls
29 lines (22 loc) · 719 Bytes
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
default:
just --list
brew:
brew bundle dump --force
brewfile-format Brewfile > Brewfile.rb
rm Brewfile
mv Brewfile.rb dot_Brewfile
sd -f m '\n\n(cask "font)' '\n\ncask_args appdir: "~/Applications"\n\n$1' dot_brewfile
fin:
chezmoi apply ~/.config/finicky.ts
shel:
chezmoi apply ~/.config/sheldon/plugins.toml
zsh:
chezmoi apply ~/.config/zsh/.zshenv ~/.config/zsh/.zshrc ~/.config/zsh/.zprofile
ala:
chezmoi apply ~/.config/alacritty.yml
diff:
chezmoi diff > diff.diff
cache:
starship init zsh > dot_config/zsh/personal/starship.plugin.zsh
mcfly init zsh > dot_config/zsh/personal/mcfly.plugin.zsh
direnv hook zsh > dot_config/zsh/personal/direnv.plugin.zsh