diff --git a/.gitignore b/.gitignore index f8fcf365..75cda34d 100755 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,6 @@ !.hushlogin !arty.yml !signature.txt -!bin/ -!bin/** # Ignore so we won't commit these in the allowed dirctories. .DS_Store diff --git a/arty.yml b/arty.yml index 605b13d0..b439c478 100644 --- a/arty.yml +++ b/arty.yml @@ -52,7 +52,7 @@ notes: | references: - url: https://dev.pivoine.art/valknar/bin.git into: bin - - url: https://dev.pivoine.art/valknar/home-llmx.git + - url: https://dev.pivoine.art/valknar/.llmx.git into: .llmx - url: https://github.com/nvm-sh/nvm.git into: .nvm @@ -83,10 +83,13 @@ scripts: rust/install: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh node/install: nvm install ruby/install: rbenv install - python/install: pyenv install + python/install: + sudo apt-get install libbz2-dev libncurses-dev libreadline-dev libsqlite3-dev tk-dev liblzma-dev + pyenv install uv/install: curl -LsSf https://astral.sh/uv/install.sh | sh zed/install: curl -f https://zed.dev/install.sh | sh claude/install: curl -fsSL https://claude.ai/install.sh | bash + runpodctl/install: wget --quiet --show-progress https://github.com/Run-Pod/runpodctl/releases/download/v1.14.3/runpodctl-linux-amd64 -O runpodctl && chmod +x runpodctl && sudo cp runpodctl /usr/bin/runpodctl mattermost/install: curl -fsS -o- https://deb.packages.mattermost.com/setup-repo.sh | sudo bash && sudo apt install mattermost-desktop @@ -103,3 +106,4 @@ scripts: install spotify-client npm/install: npm i -g npm pnpm @valknarthing/llmx gem/install: gem install bundler + tailscale/install: curl -fsSL https://tailscale.com/install.sh | sh