chore: cleanup
This commit is contained in:
@@ -13,27 +13,19 @@ notes: |
|
||||
```bash
|
||||
# Install all dependencies
|
||||
arty deps
|
||||
|
||||
# Update system packages
|
||||
arty debian/update && arty debian/install
|
||||
|
||||
# Install development tools
|
||||
arty node/install
|
||||
arty rust/install
|
||||
arty python/install
|
||||
```
|
||||
|
||||
## Key Features
|
||||
|
||||
- **Shell Configuration**: Zsh with Oh-My-Zsh and Powerlevel10k theme
|
||||
- **Version Managers**: nvm (Node), rbenv (Ruby), pyenv (Python), gvm (Go)
|
||||
- **Version Managers**: nvm (Node), rbenv (Ruby), pyenv (Python)
|
||||
- **Development Tools**: Docker, Rust, Node.js, Python, Ruby
|
||||
- **Utilities**: Custom scripts in `bin/` directory
|
||||
|
||||
## Links
|
||||
|
||||
- [Repository](ssh://git@dev.pivoine.art:2222/valknar/home.git)
|
||||
- [Documentation](https://dev.pivoine.art)
|
||||
- [Repository](ssh://git@dev.pivoine.art/valknar/home.git)
|
||||
- [Documentation](https://dev.pivoine.art/valknar/home)
|
||||
references:
|
||||
- url: https://github.com/nvm-sh/nvm.git
|
||||
into: .nvm
|
||||
@@ -59,7 +51,7 @@ scripts:
|
||||
debian:install:base: sudo apt install -y build-essential curl wget git unzip zip zsh bat fzf pkg-config make
|
||||
debian:install:libs: sudo apt install -y libffi-dev zlib1g-dev libyaml-dev libssl-dev liblzma-dev libbz2-dev libncurses-dev libreadline-dev libsqlite3-dev python3-tk tk-dev zstd
|
||||
debian:install:tools: sudo apt install -y imagemagick rsvg-convert ffmpeg yt-dlp
|
||||
rust:install: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
rust:install: curl https://sh.rustup.rs -sSf | sh
|
||||
node:install: nvm install
|
||||
node:install:base: npm i -g npm pnpm
|
||||
ruby:install: rbenv install
|
||||
|
||||
Reference in New Issue
Block a user