chore: cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user