chore: chore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -20,8 +20,6 @@
|
|||||||
!.hushlogin
|
!.hushlogin
|
||||||
!arty.yml
|
!arty.yml
|
||||||
!signature.txt
|
!signature.txt
|
||||||
!bin/
|
|
||||||
!bin/**
|
|
||||||
|
|
||||||
# Ignore so we won't commit these in the allowed dirctories.
|
# Ignore so we won't commit these in the allowed dirctories.
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
8
arty.yml
8
arty.yml
@@ -52,7 +52,7 @@ notes: |
|
|||||||
references:
|
references:
|
||||||
- url: https://dev.pivoine.art/valknar/bin.git
|
- url: https://dev.pivoine.art/valknar/bin.git
|
||||||
into: bin
|
into: bin
|
||||||
- url: https://dev.pivoine.art/valknar/home-llmx.git
|
- url: https://dev.pivoine.art/valknar/.llmx.git
|
||||||
into: .llmx
|
into: .llmx
|
||||||
- url: https://github.com/nvm-sh/nvm.git
|
- url: https://github.com/nvm-sh/nvm.git
|
||||||
into: .nvm
|
into: .nvm
|
||||||
@@ -83,10 +83,13 @@ scripts:
|
|||||||
rust/install: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
rust/install: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
node/install: nvm install
|
node/install: nvm install
|
||||||
ruby/install: rbenv 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
|
uv/install: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
zed/install: curl -f https://zed.dev/install.sh | sh
|
zed/install: curl -f https://zed.dev/install.sh | sh
|
||||||
claude/install: curl -fsSL https://claude.ai/install.sh | bash
|
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:
|
mattermost/install:
|
||||||
curl -fsS -o- https://deb.packages.mattermost.com/setup-repo.sh | sudo bash
|
curl -fsS -o- https://deb.packages.mattermost.com/setup-repo.sh | sudo bash
|
||||||
&& sudo apt install mattermost-desktop
|
&& sudo apt install mattermost-desktop
|
||||||
@@ -103,3 +106,4 @@ scripts:
|
|||||||
install spotify-client
|
install spotify-client
|
||||||
npm/install: npm i -g npm pnpm @valknarthing/llmx
|
npm/install: npm i -g npm pnpm @valknarthing/llmx
|
||||||
gem/install: gem install bundler
|
gem/install: gem install bundler
|
||||||
|
tailscale/install: curl -fsSL https://tailscale.com/install.sh | sh
|
||||||
|
|||||||
Reference in New Issue
Block a user