summaryrefslogtreecommitdiff
path: root/setup/core/packages
diff options
context:
space:
mode:
Diffstat (limited to 'setup/core/packages')
-rwxr-xr-xsetup/core/packages/install_claude.sh8
-rwxr-xr-xsetup/core/packages/install_rust.sh7
2 files changed, 0 insertions, 15 deletions
diff --git a/setup/core/packages/install_claude.sh b/setup/core/packages/install_claude.sh
deleted file mode 100755
index 99a881d..0000000
--- a/setup/core/packages/install_claude.sh
+++ /dev/null
@@ -1,8 +0,0 @@
1#!/bin/bash
2sudo dnf install -y tar
3# Install Node.js via nvm and Claude Code
4curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
5export NVM_DIR="$HOME/.nvm"
6[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
7nvm install 22
8npm install -g @anthropic-ai/claude-code
diff --git a/setup/core/packages/install_rust.sh b/setup/core/packages/install_rust.sh
deleted file mode 100755
index 921a533..0000000
--- a/setup/core/packages/install_rust.sh
+++ /dev/null
@@ -1,7 +0,0 @@
1#!/bin/bash
2
3# Install Rust and Cargo tools
4curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
5echo '[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"' >> ~/.bashrc
6source "$HOME/.cargo/env"
7cargo install cargo-clone-crate cargo-edit cargo-info evcxr_jupyter bacon du-dust ripgrep bandwhich