We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a9d350 + e454314 commit fc2bf4fCopy full SHA for fc2bf4f
2 files changed
envs/global_packages_linux.txt
@@ -0,0 +1,4 @@
1
+code-server
2
+gcta
3
+ldstore
4
+procps-ng
pixi-setup.sh
@@ -85,8 +85,7 @@ install_global_packages <(echo "coreutils")
85
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
86
safe_expose_remove coreutils kill
87
safe_expose_remove coreutils uptime
88
- install_global_packages <(echo "procps-ng")
89
- install_global_packages <(echo "code-server")
+ install_global_packages <(curl -fsSL https://raw.githubusercontent.com/StatFunGen/pixi-setup/main/envs/global_packages_linux.txt | grep -v "#")
90
fi
91
92
echo "Installing recommended R libraries ..."
0 commit comments