mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53: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
15
.just.d/misc.just
Normal file
15
.just.d/misc.just
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
uv:
|
||||
uv init {{XDG_DATA_HOME}}/uvenv
|
||||
cd {{XDG_DATA_HOME}}/uvenv
|
||||
uv venv
|
||||
uv add -r {{DOTFILES}}/bootstrap/components/requirements.txt
|
||||
|
||||
vivaldi:
|
||||
{{CURL}} https://github.com/SocietasEvanescentes/Vivaldi/files/12446831/Rose.Pine.Dawn.zip {{CURL_OUT}} "$HOME/Downloads/vivaldi-light.zip" # Rose Pine Dawn
|
||||
{{CURL}} https://github.com/catppuccin/vivaldi/releases/download/1.0.0-ctpv2/Catppuccin.Mocha.Lavender.zip {{CURL_OUT}} "$HOME/Downloads/vivaldi-dark.zip" # Catppuccino Mocha Lavender
|
||||
|
||||
|
||||
zotero:
|
||||
{{CURL}} https://github.com/syt2/zotero-addons/releases/download/V1.8.1/zotero-addons.xpi {{CURL_OUT}} "$HOME/Downloads/zotero-addons.xpi"
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue