weehong / VS Code + JetBrains Extension Installers

0 лайк(-ов)
0 форк(-ов)
7 файл(-ов)
Последняя активность 6 days ago
Bundled installer scripts. VS Code: install.{sh,ps1}. JetBrains IDEs (incl. Gateway / remote-dev-server): install-jetbrains.{sh,ps1}. Each script detects your OS (Windows / macOS / Ubuntu / WSL2) and is interactive.
1 {
2 "recommendations": [
3 "dsznajder.es7-react-js-snippets",
4 "planbcoding.vscode-react-refactor",
5 "bradlc.vscode-tailwindcss",
6 "ms-vscode.vscode-typescript-next",
7 "yoavbls.pretty-ts-errors",
8 "christian-kohler.path-intellisense",
9 "christian-kohler.npm-intellisense",
10 "dbaeumer.vscode-eslint",

weehong / Ubuntu and Debian Setup Manager

0 лайк(-ов)
0 форк(-ов)
23 файл(-ов)
Последняя активность 4 days ago
Hardened install scripts with an interactive menu — Chrome, Firefox, Thunderbird, 1Password, Espanso, LibreOffice, Obsidian, draw.io Desktop, VS Code, JetBrains Toolbox, Bruno, IPATool, Synology NAS auto-mount, IBus Pinyin, Nerd Fonts, qBittorrent LocalSend Telegram Discord.
1 #!/usr/bin/env bash
2
3 set -euo pipefail
4
5 echo "======================================"
6 echo " Ubuntu Dual-Boot Time Fix Script"
7 echo " (UTC Method - Highly Recommended)"
8 echo "======================================"
9 echo

weehong / Zsh Setup

0 лайк(-ов)
0 форк(-ов)
12 файл(-ов)
Последняя активность 2 weeks ago
Cross-platform Zsh setup scripts and managed dotfiles with Oh My Zsh framework, Starship prompt, aliases, functions, and path configuration.
1 # =============================================================================
2 # 1. HELPER FUNCTIONS & PATH
3 # =============================================================================
4 source_if_readable() {
5 local file="$1"
6 if [[ -f "$file" && -r "$file" ]]; then
7 source "$file"
8 fi
9 }
Новее Позже