mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
chore: backup work
This commit is contained in:
157
Brewfile-Work
157
Brewfile-Work
@@ -11,6 +11,7 @@ tap "homebrew/cask-versions"
|
|||||||
tap "homebrew/services"
|
tap "homebrew/services"
|
||||||
tap "jakehilborn/jakehilborn"
|
tap "jakehilborn/jakehilborn"
|
||||||
tap "jondot/tap"
|
tap "jondot/tap"
|
||||||
|
tap "joshmedeski/sesh"
|
||||||
tap "koekeishiya/formulae"
|
tap "koekeishiya/formulae"
|
||||||
tap "micnncim/tap"
|
tap "micnncim/tap"
|
||||||
tap "ms-jpq/sad"
|
tap "ms-jpq/sad"
|
||||||
@@ -26,8 +27,12 @@ brew "libpng"
|
|||||||
brew "freetype"
|
brew "freetype"
|
||||||
# GNU internationalization (i18n) and localization (l10n) library
|
# GNU internationalization (i18n) and localization (l10n) library
|
||||||
brew "gettext"
|
brew "gettext"
|
||||||
# Manage compile and link flags for libraries
|
# Cryptography and SSL/TLS Toolkit
|
||||||
brew "pkg-config"
|
brew "openssl@3"
|
||||||
|
# Library for command-line editing
|
||||||
|
brew "readline"
|
||||||
|
# Command-line interface for SQLite
|
||||||
|
brew "sqlite"
|
||||||
# Vector graphics library with cross-device output support
|
# Vector graphics library with cross-device output support
|
||||||
brew "cairo"
|
brew "cairo"
|
||||||
# C/C++ and Java libraries for Unicode and globalization
|
# C/C++ and Java libraries for Unicode and globalization
|
||||||
@@ -48,18 +53,14 @@ brew "little-cms2"
|
|||||||
brew "jpeg-xl"
|
brew "jpeg-xl"
|
||||||
# Codec library for encoding and decoding AV1 video streams
|
# Codec library for encoding and decoding AV1 video streams
|
||||||
brew "aom"
|
brew "aom"
|
||||||
# Cryptography and SSL/TLS Toolkit
|
|
||||||
brew "openssl@3"
|
|
||||||
# Library for command-line editing
|
|
||||||
brew "readline"
|
|
||||||
# Command-line interface for SQLite
|
|
||||||
brew "sqlite"
|
|
||||||
# Record and share terminal sessions
|
# Record and share terminal sessions
|
||||||
brew "asciinema"
|
brew "asciinema"
|
||||||
# GNU File, Shell, and Text utilities
|
# GNU File, Shell, and Text utilities
|
||||||
brew "coreutils"
|
brew "coreutils"
|
||||||
# Extendable version manager with support for Ruby, Node.js, Erlang & more
|
# Extendable version manager with support for Ruby, Node.js, Erlang & more
|
||||||
brew "asdf"
|
brew "asdf"
|
||||||
|
# Manage compile and link flags for libraries
|
||||||
|
brew "pkg-config"
|
||||||
# Improved shell history for zsh, bash, fish and nushell
|
# Improved shell history for zsh, bash, fish and nushell
|
||||||
brew "atuin"
|
brew "atuin"
|
||||||
# Bourne-Again SHell, a UNIX command interpreter
|
# Bourne-Again SHell, a UNIX command interpreter
|
||||||
@@ -125,11 +126,7 @@ brew "diff-so-fancy"
|
|||||||
# Load/unload environment variables based on $PWD
|
# Load/unload environment variables based on $PWD
|
||||||
brew "direnv"
|
brew "direnv"
|
||||||
# Pack, ship and run any application as a lightweight container
|
# Pack, ship and run any application as a lightweight container
|
||||||
brew "docker", link: false
|
brew "docker"
|
||||||
# Isolated development environments using Docker
|
|
||||||
brew "docker-compose"
|
|
||||||
# Create Docker hosts locally and on cloud providers
|
|
||||||
brew "docker-machine", restart_service: true
|
|
||||||
# Text processing system for reStructuredText
|
# Text processing system for reStructuredText
|
||||||
brew "docutils"
|
brew "docutils"
|
||||||
# .NET Core
|
# .NET Core
|
||||||
@@ -138,6 +135,14 @@ brew "dotnet"
|
|||||||
brew "dust"
|
brew "dust"
|
||||||
# Collection of reusable C++ library artifacts developed at Facebook
|
# Collection of reusable C++ library artifacts developed at Facebook
|
||||||
brew "folly"
|
brew "folly"
|
||||||
|
# C++14 implementation of the TLS-1.3 standard
|
||||||
|
brew "fizz"
|
||||||
|
# Modular, composable client/server abstractions framework
|
||||||
|
brew "wangle"
|
||||||
|
# Facebook's branch of Apache Thrift, including a new C++ server
|
||||||
|
brew "fbthrift"
|
||||||
|
# Thrift functions for querying information from a service
|
||||||
|
brew "fb303"
|
||||||
# Shared library for Watchman and Eden projects
|
# Shared library for Watchman and Eden projects
|
||||||
brew "edencommon"
|
brew "edencommon"
|
||||||
# Maintain consistent coding style between multiple editors
|
# Maintain consistent coding style between multiple editors
|
||||||
@@ -154,14 +159,6 @@ brew "erlang"
|
|||||||
brew "exiftool"
|
brew "exiftool"
|
||||||
# Modern, maintained replacement for ls
|
# Modern, maintained replacement for ls
|
||||||
brew "eza"
|
brew "eza"
|
||||||
# C++14 implementation of the TLS-1.3 standard
|
|
||||||
brew "fizz"
|
|
||||||
# Modular, composable client/server abstractions framework
|
|
||||||
brew "wangle"
|
|
||||||
# Thrift functions for querying information from a service
|
|
||||||
brew "fb303"
|
|
||||||
# Facebook's branch of Apache Thrift, including a new C++ server
|
|
||||||
brew "fbthrift"
|
|
||||||
# Simple, fast and user-friendly alternative to find
|
# Simple, fast and user-friendly alternative to find
|
||||||
brew "fd"
|
brew "fd"
|
||||||
# Validating, recursive, caching DNS resolver
|
# Validating, recursive, caching DNS resolver
|
||||||
@@ -174,6 +171,8 @@ brew "openjpeg"
|
|||||||
brew "leptonica"
|
brew "leptonica"
|
||||||
# Subtitle renderer for the ASS/SSA subtitle format
|
# Subtitle renderer for the ASS/SSA subtitle format
|
||||||
brew "libass"
|
brew "libass"
|
||||||
|
# Optimized BLAS library
|
||||||
|
brew "openblas"
|
||||||
# OCR (Optical Character Recognition) engine
|
# OCR (Optical Character Recognition) engine
|
||||||
brew "tesseract"
|
brew "tesseract"
|
||||||
# High-performance, asynchronous messaging library
|
# High-performance, asynchronous messaging library
|
||||||
@@ -216,8 +215,6 @@ brew "gnu-sed"
|
|||||||
brew "gnupg"
|
brew "gnupg"
|
||||||
# Open source programming language to build simple/reliable/efficient software
|
# Open source programming language to build simple/reliable/efficient software
|
||||||
brew "go"
|
brew "go"
|
||||||
# Interpreted, interactive, object-oriented programming language
|
|
||||||
brew "python@3.11"
|
|
||||||
# Generate introspection data for GObject libraries
|
# Generate introspection data for GObject libraries
|
||||||
brew "gobject-introspection"
|
brew "gobject-introspection"
|
||||||
# Google Testing and Mocking Framework
|
# Google Testing and Mocking Framework
|
||||||
@@ -246,8 +243,6 @@ brew "helix"
|
|||||||
brew "lua"
|
brew "lua"
|
||||||
# Convert source code to formatted text with syntax highlighting
|
# Convert source code to formatted text with syntax highlighting
|
||||||
brew "highlight"
|
brew "highlight"
|
||||||
# Generic syntax highlighter
|
|
||||||
brew "pygments"
|
|
||||||
# Instant coding answers via the command-line
|
# Instant coding answers via the command-line
|
||||||
brew "howdoi"
|
brew "howdoi"
|
||||||
# Improved top (interactive process viewer)
|
# Improved top (interactive process viewer)
|
||||||
@@ -275,9 +270,9 @@ brew "imlib2"
|
|||||||
# Command-line pager for JSON data
|
# Command-line pager for JSON data
|
||||||
brew "jless"
|
brew "jless"
|
||||||
# Image manipulation library
|
# Image manipulation library
|
||||||
brew "jpeg", link: true
|
brew "jpeg"
|
||||||
# Kubernetes command-line interface
|
# Kubernetes command-line interface
|
||||||
brew "kubernetes-cli"
|
brew "kubernetes-cli", link: false
|
||||||
# Lazier way to manage everything docker
|
# Lazier way to manage everything docker
|
||||||
brew "lazydocker"
|
brew "lazydocker"
|
||||||
# Simple terminal UI for git commands
|
# Simple terminal UI for git commands
|
||||||
@@ -298,10 +293,6 @@ brew "libpsl"
|
|||||||
brew "libsoup"
|
brew "libsoup"
|
||||||
# C websockets server library
|
# C websockets server library
|
||||||
brew "libwebsockets"
|
brew "libwebsockets"
|
||||||
# Generic machine emulator and virtualizer
|
|
||||||
brew "qemu"
|
|
||||||
# Linux virtual machines
|
|
||||||
brew "lima"
|
|
||||||
# Next-gen compiler infrastructure
|
# Next-gen compiler infrastructure
|
||||||
brew "llvm"
|
brew "llvm"
|
||||||
# Just-In-Time Compiler (JIT) for the Lua programming language
|
# Just-In-Time Compiler (JIT) for the Lua programming language
|
||||||
@@ -320,6 +311,8 @@ brew "m-cli"
|
|||||||
brew "mas"
|
brew "mas"
|
||||||
# High performance, distributed memory object caching system
|
# High performance, distributed memory object caching system
|
||||||
brew "memcached"
|
brew "memcached"
|
||||||
|
# Run a Kubernetes cluster locally
|
||||||
|
brew "minikube", link: false
|
||||||
# UNIX movie player
|
# UNIX movie player
|
||||||
brew "mplayer"
|
brew "mplayer"
|
||||||
# Turn marked-up plain text into well-formatted documents
|
# Turn marked-up plain text into well-formatted documents
|
||||||
@@ -342,8 +335,6 @@ brew "neovim"
|
|||||||
brew "nghttp2"
|
brew "nghttp2"
|
||||||
# Small build system for use with gyp or CMake
|
# Small build system for use with gyp or CMake
|
||||||
brew "ninja"
|
brew "ninja"
|
||||||
# Optimized BLAS library
|
|
||||||
brew "openblas"
|
|
||||||
# Open Fortinet client for PPP+TLS VPN tunnel services
|
# Open Fortinet client for PPP+TLS VPN tunnel services
|
||||||
brew "openfortivpn"
|
brew "openfortivpn"
|
||||||
# C library to read whole-slide images (a.k.a. virtual slides)
|
# C library to read whole-slide images (a.k.a. virtual slides)
|
||||||
@@ -370,6 +361,8 @@ brew "prettier"
|
|||||||
brew "protobuf"
|
brew "protobuf"
|
||||||
# Python 3 bindings for the Cairo graphics library
|
# Python 3 bindings for the Cairo graphics library
|
||||||
brew "py3cairo"
|
brew "py3cairo"
|
||||||
|
# Generic syntax highlighter
|
||||||
|
brew "pygments"
|
||||||
# GNOME Python bindings (based on GObject Introspection)
|
# GNOME Python bindings (based on GObject Introspection)
|
||||||
brew "pygobject3"
|
brew "pygobject3"
|
||||||
# Interpreted, interactive, object-oriented programming language
|
# Interpreted, interactive, object-oriented programming language
|
||||||
@@ -377,10 +370,14 @@ brew "python@3.10"
|
|||||||
# Python interface to Tcl/Tk
|
# Python interface to Tcl/Tk
|
||||||
brew "python-tk@3.10"
|
brew "python-tk@3.10"
|
||||||
# Interpreted, interactive, object-oriented programming language
|
# Interpreted, interactive, object-oriented programming language
|
||||||
|
brew "python@3.11"
|
||||||
|
# Interpreted, interactive, object-oriented programming language
|
||||||
brew "python@3.8"
|
brew "python@3.8"
|
||||||
# Interpreted, interactive, object-oriented programming language
|
# Interpreted, interactive, object-oriented programming language
|
||||||
brew "python@3.9"
|
brew "python@3.9"
|
||||||
# Messaging broker
|
# Generic machine emulator and virtualizer
|
||||||
|
brew "qemu"
|
||||||
|
# Messaging and streaming broker
|
||||||
brew "rabbitmq"
|
brew "rabbitmq"
|
||||||
# File browser
|
# File browser
|
||||||
brew "ranger"
|
brew "ranger"
|
||||||
@@ -436,6 +433,8 @@ brew "tmuxinator"
|
|||||||
brew "ttyd", args: ["HEAD"]
|
brew "ttyd", args: ["HEAD"]
|
||||||
# TUI for Mastodon with vim inspired keys
|
# TUI for Mastodon with vim inspired keys
|
||||||
brew "tut"
|
brew "tut"
|
||||||
|
# Maintained ctags implementation
|
||||||
|
brew "universal-ctags", args: ["HEAD"]
|
||||||
# URL extractor/launcher
|
# URL extractor/launcher
|
||||||
brew "urlview"
|
brew "urlview"
|
||||||
# Compiler for the GObject type system
|
# Compiler for the GObject type system
|
||||||
@@ -486,6 +485,8 @@ brew "fsouza/prettierd/prettierd"
|
|||||||
brew "jakehilborn/jakehilborn/displayplacer"
|
brew "jakehilborn/jakehilborn/displayplacer"
|
||||||
# The scalable code generator that saves you time.
|
# The scalable code generator that saves you time.
|
||||||
brew "jondot/tap/hygen"
|
brew "jondot/tap/hygen"
|
||||||
|
# Smart terminal session manager
|
||||||
|
brew "joshmedeski/sesh/sesh"
|
||||||
# Simple hotkey-daemon for macOS.
|
# Simple hotkey-daemon for macOS.
|
||||||
brew "koekeishiya/formulae/skhd"
|
brew "koekeishiya/formulae/skhd"
|
||||||
# A tiling window manager for macOS based on binary space partitioning.
|
# A tiling window manager for macOS based on binary space partitioning.
|
||||||
@@ -494,8 +495,6 @@ brew "koekeishiya/formulae/yabai"
|
|||||||
brew "ms-jpq/sad/sad"
|
brew "ms-jpq/sad/sad"
|
||||||
# Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.
|
# Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.
|
||||||
brew "oven-sh/bun/bun"
|
brew "oven-sh/bun/bun"
|
||||||
# Maintained ctags implementation
|
|
||||||
brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"]
|
|
||||||
# Time tracker
|
# Time tracker
|
||||||
cask "activitywatch"
|
cask "activitywatch"
|
||||||
# GPU-accelerated terminal emulator
|
# GPU-accelerated terminal emulator
|
||||||
@@ -516,7 +515,7 @@ cask "arc"
|
|||||||
cask "audacity"
|
cask "audacity"
|
||||||
# Audio utility
|
# Audio utility
|
||||||
cask "background-music"
|
cask "background-music"
|
||||||
# Menu bar icon organizer
|
# Menu bar icon organiser
|
||||||
cask "bartender"
|
cask "bartender"
|
||||||
# All-In-One Toolkit for Working Remotely
|
# All-In-One Toolkit for Working Remotely
|
||||||
cask "basecamp"
|
cask "basecamp"
|
||||||
@@ -541,7 +540,7 @@ cask "cleanshot"
|
|||||||
cask "color-oracle"
|
cask "color-oracle"
|
||||||
# Multi-platform client-side cloud file encryption tool
|
# Multi-platform client-side cloud file encryption tool
|
||||||
cask "cryptomator"
|
cask "cryptomator"
|
||||||
# Disk space visualizer
|
# Disk space visualiser
|
||||||
cask "daisydisk"
|
cask "daisydisk"
|
||||||
# API documentation browser and code snippet manager
|
# API documentation browser and code snippet manager
|
||||||
cask "dash"
|
cask "dash"
|
||||||
@@ -551,14 +550,10 @@ cask "dat"
|
|||||||
cask "db-browser-for-sqlite"
|
cask "db-browser-for-sqlite"
|
||||||
# Trains AIs to understand and translate texts
|
# Trains AIs to understand and translate texts
|
||||||
cask "deepl"
|
cask "deepl"
|
||||||
# Collect, organize, edit and annotate documents
|
# Collect, organise, edit and annotate documents
|
||||||
cask "devonthink"
|
cask "devonthink"
|
||||||
# Run Stable Diffusion locally
|
|
||||||
cask "diffusionbee"
|
|
||||||
# Voice and text chat software
|
# Voice and text chat software
|
||||||
cask "discord"
|
cask "discord"
|
||||||
# App to build and share containerized applications and microservices
|
|
||||||
cask "docker"
|
|
||||||
# Client for the Dropbox cloud storage service
|
# Client for the Dropbox cloud storage service
|
||||||
cask "dropbox"
|
cask "dropbox"
|
||||||
# Find files, folders, or contents in any file
|
# Find files, folders, or contents in any file
|
||||||
@@ -609,9 +604,11 @@ cask "graphql-playground"
|
|||||||
cask "hammerspoon"
|
cask "hammerspoon"
|
||||||
# Open-source video transcoder
|
# Open-source video transcoder
|
||||||
cask "handbrake"
|
cask "handbrake"
|
||||||
|
# Free and open-source media player
|
||||||
|
cask "iina"
|
||||||
# Utility to reduce the size of 24-bit PNG files
|
# Utility to reduce the size of 24-bit PNG files
|
||||||
cask "imagealpha"
|
cask "imagealpha"
|
||||||
# Tool to optimize images to a smaller size
|
# Tool to optimise images to a smaller size
|
||||||
cask "imageoptim"
|
cask "imageoptim"
|
||||||
# Tool to scan a website checking for broken links
|
# Tool to scan a website checking for broken links
|
||||||
cask "integrity"
|
cask "integrity"
|
||||||
@@ -623,11 +620,11 @@ cask "itsycal"
|
|||||||
cask "jellyfin-media-player"
|
cask "jellyfin-media-player"
|
||||||
# Spot and merge differences in text and image files or folders
|
# Spot and merge differences in text and image files or folders
|
||||||
cask "kaleidoscope"
|
cask "kaleidoscope"
|
||||||
# Keyboard customizer
|
# Keyboard customiser
|
||||||
cask "karabiner-elements"
|
cask "karabiner-elements"
|
||||||
# End-to-end encryption software
|
# End-to-end encryption software
|
||||||
cask "keybase"
|
cask "keybase"
|
||||||
# Open-source keystroke visualizer
|
# Open-source keystroke visualiser
|
||||||
cask "keycastr"
|
cask "keycastr"
|
||||||
# Interface for reading and syncing eBooks
|
# Interface for reading and syncing eBooks
|
||||||
cask "kindle"
|
cask "kindle"
|
||||||
@@ -641,14 +638,10 @@ cask "lbry"
|
|||||||
cask "ledger-live"
|
cask "ledger-live"
|
||||||
# Client for LLaMA models
|
# Client for LLaMA models
|
||||||
cask "llamachat"
|
cask "llamachat"
|
||||||
# 2D game framework for Lua
|
|
||||||
cask "love"
|
|
||||||
# File system integration
|
# File system integration
|
||||||
cask "macfuse"
|
cask "macfuse"
|
||||||
# 8-bit 3D voxel editor and interactive path tracing renderer
|
# 8-bit 3D voxel editor and interactive path tracing renderer
|
||||||
cask "magicavoxel"
|
cask "magicavoxel"
|
||||||
# Video format converter (transcoder)
|
|
||||||
cask "makemkv"
|
|
||||||
# Previewer for Markdown, MultiMarkdown and other text markup languages
|
# Previewer for Markdown, MultiMarkdown and other text markup languages
|
||||||
cask "marked"
|
cask "marked"
|
||||||
# Timer application
|
# Timer application
|
||||||
@@ -669,13 +662,13 @@ cask "miniconda"
|
|||||||
cask "nextcloud"
|
cask "nextcloud"
|
||||||
# VPN client for secure internet access and private browsing
|
# VPN client for secure internet access and private browsing
|
||||||
cask "nordvpn"
|
cask "nordvpn"
|
||||||
# App to write, plan, collaborate, and get organized
|
# App to write, plan, collaborate, and get organised
|
||||||
cask "notion"
|
cask "notion"
|
||||||
# Calculator and converter application
|
# Calculator and converter application
|
||||||
cask "numi"
|
cask "numi"
|
||||||
# Knowledge base that works on top of a local folder of plain text Markdown files
|
# Knowledge base that works on top of a local folder of plain text Markdown files
|
||||||
cask "obsidian"
|
cask "obsidian"
|
||||||
# Organize all your reference images in one place
|
# Organise all your reference images in one place
|
||||||
cask "ogdesign-eagle"
|
cask "ogdesign-eagle"
|
||||||
# Web browser
|
# Web browser
|
||||||
cask "opera"
|
cask "opera"
|
||||||
@@ -697,7 +690,7 @@ cask "postman"
|
|||||||
cask "protonmail-bridge"
|
cask "protonmail-bridge"
|
||||||
# VPN client focusing on security
|
# VPN client focusing on security
|
||||||
cask "protonvpn"
|
cask "protonvpn"
|
||||||
# QuickLook plug-in that renders source code with syntax highlighting
|
# Quick Look plug-in that renders source code with syntax highlighting
|
||||||
cask "qlcolorcode"
|
cask "qlcolorcode"
|
||||||
# Thumbnails, static previews, cover art and metadata for video files
|
# Thumbnails, static previews, cover art and metadata for video files
|
||||||
cask "qlvideo"
|
cask "qlvideo"
|
||||||
@@ -753,7 +746,7 @@ cask "tunnelblick"
|
|||||||
cask "typeface"
|
cask "typeface"
|
||||||
# Disk encryption software focusing on security based on TrueCrypt
|
# Disk encryption software focusing on security based on TrueCrypt
|
||||||
cask "veracrypt"
|
cask "veracrypt"
|
||||||
# Virtualizer for x86 hardware
|
# Virtualiser for x86 hardware
|
||||||
cask "virtualbox"
|
cask "virtualbox"
|
||||||
# Open-source code editor
|
# Open-source code editor
|
||||||
cask "visual-studio-code"
|
cask "visual-studio-code"
|
||||||
@@ -772,7 +765,10 @@ cask "wezterm"
|
|||||||
cask "whatroute"
|
cask "whatroute"
|
||||||
# Open-source version of the X.Org X Window System
|
# Open-source version of the X.Org X Window System
|
||||||
cask "xquartz"
|
cask "xquartz"
|
||||||
|
# Multiplayer code editor
|
||||||
|
cask "zed"
|
||||||
mas "1-Click Video Converter", id: 717545086
|
mas "1-Click Video Converter", id: 717545086
|
||||||
|
mas "Amphetamine", id: 937984704
|
||||||
mas "Be Focused Pro", id: 961632517
|
mas "Be Focused Pro", id: 961632517
|
||||||
mas "Bitwarden", id: 1352778147
|
mas "Bitwarden", id: 1352778147
|
||||||
mas "Day One", id: 1055511498
|
mas "Day One", id: 1055511498
|
||||||
@@ -795,6 +791,7 @@ mas "Microsoft To Do", id: 1274495053
|
|||||||
mas "MindNode", id: 1289197285
|
mas "MindNode", id: 1289197285
|
||||||
mas "Numbers", id: 409203825
|
mas "Numbers", id: 409203825
|
||||||
mas "Pages", id: 409201541
|
mas "Pages", id: 409201541
|
||||||
|
mas "Pure Paste", id: 1611378436
|
||||||
mas "Reeder", id: 1529448980
|
mas "Reeder", id: 1529448980
|
||||||
mas "Save to Raindrop.io", id: 1549370672
|
mas "Save to Raindrop.io", id: 1549370672
|
||||||
mas "Smart Converter", id: 447513724
|
mas "Smart Converter", id: 447513724
|
||||||
@@ -808,7 +805,7 @@ whalebrew "whalebrew/whalesay"
|
|||||||
vscode "activitywatch.aw-watcher-vscode"
|
vscode "activitywatch.aw-watcher-vscode"
|
||||||
vscode "adamvoss.vscode-languagetool"
|
vscode "adamvoss.vscode-languagetool"
|
||||||
vscode "akamud.vscode-caniuse"
|
vscode "akamud.vscode-caniuse"
|
||||||
vscode "alefragnani.Bookmarks"
|
vscode "alefragnani.bookmarks"
|
||||||
vscode "alefragnani.project-manager"
|
vscode "alefragnani.project-manager"
|
||||||
vscode "anteprimorac.html-end-tag-labels"
|
vscode "anteprimorac.html-end-tag-labels"
|
||||||
vscode "arcticicestudio.nord-visual-studio-code"
|
vscode "arcticicestudio.nord-visual-studio-code"
|
||||||
@@ -818,13 +815,13 @@ vscode "asvetliakov.snapshot-tools"
|
|||||||
vscode "azemoh.one-monokai"
|
vscode "azemoh.one-monokai"
|
||||||
vscode "bierner.markdown-preview-github-styles"
|
vscode "bierner.markdown-preview-github-styles"
|
||||||
vscode "bradlc.vscode-tailwindcss"
|
vscode "bradlc.vscode-tailwindcss"
|
||||||
vscode "ChakrounAnas.turbo-console-log"
|
vscode "chakrounanas.turbo-console-log"
|
||||||
vscode "chrischinchilla.vale-vscode"
|
vscode "chrischinchilla.vale-vscode"
|
||||||
vscode "christian-kohler.npm-intellisense"
|
vscode "christian-kohler.npm-intellisense"
|
||||||
vscode "christian-kohler.path-intellisense"
|
vscode "christian-kohler.path-intellisense"
|
||||||
vscode "chrmarti.regex"
|
vscode "chrmarti.regex"
|
||||||
vscode "Codeium.codeium"
|
vscode "codeium.codeium"
|
||||||
vscode "CodeSandbox-io.codesandbox-projects"
|
vscode "codesandbox-io.codesandbox-projects"
|
||||||
vscode "codezombiech.gitignore"
|
vscode "codezombiech.gitignore"
|
||||||
vscode "csstools.postcss"
|
vscode "csstools.postcss"
|
||||||
vscode "cstrachan.vcard"
|
vscode "cstrachan.vcard"
|
||||||
@@ -838,26 +835,26 @@ vscode "donjayamanne.githistory"
|
|||||||
vscode "dsznajder.es7-react-js-snippets"
|
vscode "dsznajder.es7-react-js-snippets"
|
||||||
vscode "eamodio.gitlens"
|
vscode "eamodio.gitlens"
|
||||||
vscode "ecmel.vscode-html-css"
|
vscode "ecmel.vscode-html-css"
|
||||||
vscode "EditorConfig.EditorConfig"
|
vscode "editorconfig.editorconfig"
|
||||||
vscode "enkia.tokyo-night"
|
vscode "enkia.tokyo-night"
|
||||||
vscode "Equinusocio.vsc-material-theme"
|
vscode "equinusocio.vsc-material-theme"
|
||||||
vscode "equinusocio.vsc-material-theme-icons"
|
vscode "equinusocio.vsc-material-theme-icons"
|
||||||
vscode "esbenp.prettier-vscode"
|
vscode "esbenp.prettier-vscode"
|
||||||
vscode "FallenMax.mithril-emmet"
|
vscode "fallenmax.mithril-emmet"
|
||||||
vscode "file-icons.file-icons"
|
vscode "file-icons.file-icons"
|
||||||
vscode "foam.foam-vscode"
|
vscode "foam.foam-vscode"
|
||||||
vscode "gerane.Theme-TomorrowNight"
|
vscode "gerane.theme-tomorrownight"
|
||||||
vscode "ginfuru.better-nunjucks"
|
vscode "ginfuru.better-nunjucks"
|
||||||
vscode "GitHub.copilot"
|
vscode "github.copilot"
|
||||||
vscode "GitHub.copilot-chat"
|
vscode "github.copilot-chat"
|
||||||
vscode "GitHub.copilot-labs"
|
vscode "github.copilot-labs"
|
||||||
vscode "GitHub.github-vscode-theme"
|
vscode "github.github-vscode-theme"
|
||||||
vscode "GitHub.vscode-pull-request-github"
|
vscode "github.vscode-pull-request-github"
|
||||||
vscode "Gruntfuggly.todo-tree"
|
vscode "gruntfuggly.todo-tree"
|
||||||
vscode "hextorgb.hex-to-rgb"
|
vscode "hextorgb.hex-to-rgb"
|
||||||
vscode "idleberg.applescript"
|
vscode "idleberg.applescript"
|
||||||
vscode "jasonnutter.search-node-modules"
|
vscode "jasonnutter.search-node-modules"
|
||||||
vscode "JuanBlanco.solidity"
|
vscode "juanblanco.solidity"
|
||||||
vscode "kaleidoscope-app.vscode-ksdiff"
|
vscode "kaleidoscope-app.vscode-ksdiff"
|
||||||
vscode "kamikillerto.vscode-colorize"
|
vscode "kamikillerto.vscode-colorize"
|
||||||
vscode "kotfu.bunch"
|
vscode "kotfu.bunch"
|
||||||
@@ -873,7 +870,7 @@ vscode "miguelsolorio.symbols"
|
|||||||
vscode "mikestead.dotenv"
|
vscode "mikestead.dotenv"
|
||||||
vscode "mrmlnc.vscode-attrs-sorter"
|
vscode "mrmlnc.vscode-attrs-sorter"
|
||||||
vscode "ms-azuretools.vscode-docker"
|
vscode "ms-azuretools.vscode-docker"
|
||||||
vscode "MS-CEINTL.vscode-language-pack-de"
|
vscode "ms-ceintl.vscode-language-pack-de"
|
||||||
vscode "ms-playwright.playwright"
|
vscode "ms-playwright.playwright"
|
||||||
vscode "ms-python.isort"
|
vscode "ms-python.isort"
|
||||||
vscode "ms-python.python"
|
vscode "ms-python.python"
|
||||||
@@ -893,11 +890,11 @@ vscode "ms-vscode.remote-server"
|
|||||||
vscode "ms-vsliveshare.vsliveshare"
|
vscode "ms-vsliveshare.vsliveshare"
|
||||||
vscode "nrwl.angular-console"
|
vscode "nrwl.angular-console"
|
||||||
vscode "octref.vetur"
|
vscode "octref.vetur"
|
||||||
vscode "Perkovec.emoji"
|
vscode "perkovec.emoji"
|
||||||
vscode "PKief.material-icon-theme"
|
vscode "pkief.material-icon-theme"
|
||||||
vscode "pnp.polacode"
|
vscode "pnp.polacode"
|
||||||
vscode "pomdtr.excalidraw-editor"
|
vscode "pomdtr.excalidraw-editor"
|
||||||
vscode "Prisma.prisma"
|
vscode "prisma.prisma"
|
||||||
vscode "quick-lint.quick-lint-js"
|
vscode "quick-lint.quick-lint-js"
|
||||||
vscode "redhat.vscode-commons"
|
vscode "redhat.vscode-commons"
|
||||||
vscode "redhat.vscode-yaml"
|
vscode "redhat.vscode-yaml"
|
||||||
@@ -911,22 +908,22 @@ vscode "svelte.svelte-vscode"
|
|||||||
vscode "tamasfe.even-better-toml"
|
vscode "tamasfe.even-better-toml"
|
||||||
vscode "tchayen.markdown-links"
|
vscode "tchayen.markdown-links"
|
||||||
vscode "thenikso.github-plus-theme"
|
vscode "thenikso.github-plus-theme"
|
||||||
vscode "Tyriar.sort-lines"
|
vscode "tyriar.sort-lines"
|
||||||
vscode "unifiedjs.vscode-mdx"
|
vscode "unifiedjs.vscode-mdx"
|
||||||
vscode "VisualStudioExptTeam.intellicode-api-usage-examples"
|
vscode "visualstudioexptteam.intellicode-api-usage-examples"
|
||||||
vscode "VisualStudioExptTeam.vscodeintellicode"
|
vscode "visualstudioexptteam.vscodeintellicode"
|
||||||
vscode "vivaxy.vscode-conventional-commits"
|
vscode "vivaxy.vscode-conventional-commits"
|
||||||
vscode "vscode-icons-team.vscode-icons"
|
vscode "vscode-icons-team.vscode-icons"
|
||||||
vscode "vscodevim.vim"
|
vscode "vscodevim.vim"
|
||||||
vscode "WakaTime.vscode-wakatime"
|
vscode "wakatime.vscode-wakatime"
|
||||||
vscode "wayou.vscode-todo-highlight"
|
vscode "wayou.vscode-todo-highlight"
|
||||||
vscode "withfig.fig"
|
vscode "withfig.fig"
|
||||||
vscode "wix.vscode-import-cost"
|
vscode "wix.vscode-import-cost"
|
||||||
vscode "xabikos.JavaScriptSnippets"
|
vscode "xabikos.javascriptsnippets"
|
||||||
vscode "XadillaX.viml"
|
vscode "xadillax.viml"
|
||||||
vscode "xyc.vscode-mdx-preview"
|
vscode "xyc.vscode-mdx-preview"
|
||||||
vscode "yinfei.luahelper"
|
vscode "yinfei.luahelper"
|
||||||
vscode "YuTengjing.open-in-external-app"
|
vscode "yutengjing.open-in-external-app"
|
||||||
vscode "yzhang.markdown-all-in-one"
|
vscode "yzhang.markdown-all-in-one"
|
||||||
vscode "zhuangtongfa.material-theme"
|
vscode "zhuangtongfa.material-theme"
|
||||||
vscode "znck.grammarly"
|
vscode "znck.grammarly"
|
||||||
|
|||||||
Reference in New Issue
Block a user