summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup/core/packages/install_claude.sh4
-rwxr-xr-xsetup/core/packages/install_rust.sh2
-rwxr-xr-xsetup/core/vim.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/setup/core/packages/install_claude.sh b/setup/core/packages/install_claude.sh
index bf47cd2..99a881d 100755
--- a/setup/core/packages/install_claude.sh
+++ b/setup/core/packages/install_claude.sh
@@ -1,8 +1,8 @@
1#!/bin/bash 1#!/bin/bash
2 2sudo dnf install -y tar
3# Install Node.js via nvm and Claude Code 3# Install Node.js via nvm and Claude Code
4curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash 4curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
5export NVM_DIR="$HOME/.nvm" 5export NVM_DIR="$HOME/.nvm"
6[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" 6[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
7nvm install 22 7nvm install 22
8npm install -g @anthropic-ai/claude-code \ No newline at end of file 8npm install -g @anthropic-ai/claude-code
diff --git a/setup/core/packages/install_rust.sh b/setup/core/packages/install_rust.sh
index ec484a4..9d89f8a 100755
--- a/setup/core/packages/install_rust.sh
+++ b/setup/core/packages/install_rust.sh
@@ -4,4 +4,4 @@
4curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y 4curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
5echo '[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"' >> ~/.bashrc 5echo '[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"' >> ~/.bashrc
6source "$HOME/.cargo/env" 6source "$HOME/.cargo/env"
7cargo install cargo-clone-crate cargo-edit cargo-info evcxr_jupyter bacon du-dust \ No newline at end of file 7cargo install cargo-clone-crate cargo-edit cargo-info evcxr_jupyter bacon du-dust ripgrep
diff --git a/setup/core/vim.sh b/setup/core/vim.sh
index 883a75e..36a9ee0 100755
--- a/setup/core/vim.sh
+++ b/setup/core/vim.sh
@@ -5,7 +5,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" || exit
5cat << EOF >> /etc/vimrc 5cat << EOF >> /etc/vimrc
6augroup netcat_clipboard 6augroup netcat_clipboard
7 au! 7 au!
8 au TextYankPost * call system("openssl enc -aes-256-cbc -pbkdf2 -pass pass:YourPassword | nc -w 1 p.noml.ch 5023", @") 8 au TextYankPost * call system("echo " . shellescape(@") . " | openssl enc -aes-256-cbc -pbkdf2 -pass pass:YourPassword | nc -w 1 sg1.noml.ch 5023 >/dev/null 2>&1 &")
9augroup END 9augroup END
10 10
11" Enable line wrapping 11" Enable line wrapping