2025-10-29 00:06:12 +01:00
|
|
|
name: "Valknar's home"
|
2025-11-13 18:20:41 +01:00
|
|
|
version: '1.0.0'
|
2025-10-29 00:06:12 +01:00
|
|
|
description: "Valknar's home repository"
|
2025-11-13 18:20:41 +01:00
|
|
|
author: 'valknar@pivoine.art'
|
|
|
|
|
license: 'MIT'
|
2025-10-29 00:06:12 +01:00
|
|
|
|
|
|
|
|
references:
|
2025-11-13 18:20:41 +01:00
|
|
|
- url: git@github.com:valknarogg/bin.git
|
|
|
|
|
into: bin
|
|
|
|
|
- url: https://github.com/nvm-sh/nvm.git
|
|
|
|
|
into: .nvm
|
|
|
|
|
- url: https://github.com/moovweb/gvm.git
|
|
|
|
|
into: .gvm
|
|
|
|
|
- url: https://github.com/rbenv/rbenv.git
|
|
|
|
|
into: .rbenv
|
|
|
|
|
- url: https://github.com/rbenv/ruby-build.git
|
|
|
|
|
into: .rbenv/plugins/ruby-build
|
|
|
|
|
- url: https://github.com/pyenv/pyenv.git
|
|
|
|
|
into: .pyenv
|
|
|
|
|
- url: https://github.com/ohmyzsh/ohmyzsh.git
|
|
|
|
|
into: .oh-my-zsh
|
|
|
|
|
- url: https://github.com/romkatv/powerlevel10k.git
|
|
|
|
|
into: .oh-my-zsh/custom/themes/powerlevel10k
|
|
|
|
|
- url: https://github.com/zsh-users/zsh-autosuggestions.git
|
|
|
|
|
into: .oh-my-zsh/custom/plugins/zsh-autosuggestions
|
|
|
|
|
- url: https://github.com/zsh-users/zsh-syntax-highlighting.git
|
|
|
|
|
into: .oh-my-zsh/custom/plugins/zsh-syntax-highlighting
|
2025-10-29 00:06:12 +01:00
|
|
|
|
|
|
|
|
scripts:
|
2025-11-13 18:20:41 +01:00
|
|
|
debian/install: sudo apt install curl zsh fzf davfs2
|
|
|
|
|
rust/install: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
|
|
|
zed/install: curl -f https://zed.dev/install.sh | sh
|
|
|
|
|
claude/install: curl -fsSL https://claude.ai/install.sh | bash
|
|
|
|
|
mattermost/install:
|
|
|
|
|
curl -fsS -o- https://deb.packages.mattermost.com/setup-repo.sh | sudo bash
|
|
|
|
|
joplin/install:
|
|
|
|
|
wget -O - \
|
|
|
|
|
https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh
|
|
|
|
|
| bash
|