add arduino dev and fix mc alias
This commit is contained in:
parent
f63e7f2de1
commit
6a5fc005af
3 changed files with 4 additions and 2 deletions
|
|
@ -23,6 +23,7 @@
|
|||
remmina
|
||||
moonlight-qt
|
||||
kdePackages.kdenlive
|
||||
arduino-ide
|
||||
inkscape
|
||||
#davinci-resolve
|
||||
|
||||
|
|
@ -47,6 +48,7 @@
|
|||
nodePackages.yarn
|
||||
python314
|
||||
jdk25_headless
|
||||
arduino-cli
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
"wm-dpms" = "wm-ctl dispatch dpms";
|
||||
|
||||
"git-author-setup" = "git config user.name $(gh api -H \"Accept: application/vnd.github+json\" -H \"X-GitHub-Api-Version: 2022-11-28\" /user | jq -r .login) && git config user.email $(gh api -H \"Accept: application/vnd.github+json\" -H \"X-GitHub-Api-Version: 2022-11-28\" /user/emails | jq -r \".[1].email\")";
|
||||
"mcl" = "portablemc start -l $(cat .minecraft/portablemc-launch-params.json | jq .email) $(cat .minecraft/portablemc-launch-params.json | jq .version)";
|
||||
"mcl" = "portablemc start -l $(cat .minecraft/portablemc-launch-params.json | jq -r .email) $(cat .minecraft/portablemc-launch-params.json | jq -r .version)";
|
||||
"mc" = "ferium upgrade; mcl";
|
||||
|
||||
"please" = "SUDO_PROMPT=\"What is the magic word? \" sudo";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue