chore: cleanup
This commit is contained in:
@@ -135,3 +135,4 @@ done
|
||||
|
||||
alias arty="arty.sh"
|
||||
alias stacks="stacks.sh"
|
||||
alias bat="batcat"
|
||||
|
||||
@@ -51,35 +51,13 @@
|
||||
### Summoning the Environment
|
||||
|
||||
```bash
|
||||
# 1. Clone this unholy repository
|
||||
git init && git remote add origin ssh://git@dev.pivoine.art:2222/valknar/home.git
|
||||
# Clone this unholy repository
|
||||
git init && git remote add origin ssh://git@dev.pivoine.art/valknar/home.git
|
||||
git fetch && git reset --hard origin/main
|
||||
git branch --set-upstream-to=origin/main main
|
||||
|
||||
# 2. Configure git
|
||||
git config --global init.defaultBranch main
|
||||
git config --global --add safe.directory /home/$USER
|
||||
|
||||
# 3. Enable contrib/non-free repos and install base packages
|
||||
arty debian:setup:contrib
|
||||
arty debian:upgrade
|
||||
arty debian:install:base
|
||||
arty debian:install:libs
|
||||
arty debian:install:tools
|
||||
|
||||
# 4. Sync all dependencies (version managers, shell config, etc.)
|
||||
arty deps
|
||||
|
||||
# 5. Install development tools
|
||||
arty rust:install
|
||||
arty node:install && arty node:install:base
|
||||
arty ruby:install && arty ruby:install:base
|
||||
arty python:install
|
||||
arty go:install && arty go:install:tools
|
||||
arty docker:install
|
||||
|
||||
# 6. Source the shell configuration
|
||||
source ~/.zshrc
|
||||
# Clone scripts repository
|
||||
git clone ssh://git@dev.pivoine.art/valknar/scripts.git ~/scripts
|
||||
```
|
||||
|
||||
---
|
||||
@@ -205,7 +183,7 @@ This repository uses an **inverted `.gitignore`** pattern:
|
||||
|
||||
**Oh-My-Zsh Plugins Loaded:**
|
||||
```
|
||||
git pm2 gh sudo ssh ruby rust python node github
|
||||
git gh sudo ssh ruby rust python node
|
||||
rsync nvm rbenv pyenv docker docker-compose qrcode
|
||||
zsh-autosuggestions zsh-syntax-highlighting
|
||||
zsh-interactive-cd zsh-navigation-tools
|
||||
|
||||
@@ -51,6 +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
|
||||
ssh:keygen: ssh-keygen -t ed25519 -C "valknar@pivoine.art"
|
||||
rust:install: curl https://sh.rustup.rs -sSf | sh
|
||||
node:install: nvm install
|
||||
node:install:base: npm i -g npm pnpm
|
||||
|
||||
Reference in New Issue
Block a user