mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 13:54:47 +00:00
Chore: Package maintenance
This commit is contained in:
16
Brewfile
16
Brewfile
@@ -25,10 +25,14 @@ brew "ansible-lint"
|
|||||||
brew "zstd"
|
brew "zstd"
|
||||||
# Open Source Kubernetes Marketplace
|
# Open Source Kubernetes Marketplace
|
||||||
brew "arkade"
|
brew "arkade"
|
||||||
# Spell checker with better logic than ispell
|
|
||||||
brew "aspell"
|
|
||||||
# Automatic configure script builder
|
# Automatic configure script builder
|
||||||
brew "autoconf"
|
brew "autoconf"
|
||||||
|
# GNU File, Shell, and Text utilities
|
||||||
|
brew "coreutils"
|
||||||
|
# Extendable version manager with support for Ruby, Node.js, Erlang & more
|
||||||
|
brew "asdf"
|
||||||
|
# Spell checker with better logic than ispell
|
||||||
|
brew "aspell"
|
||||||
# Official Amazon AWS command-line interface
|
# Official Amazon AWS command-line interface
|
||||||
brew "awscli"
|
brew "awscli"
|
||||||
# Terminal bandwidth utilization tool
|
# Terminal bandwidth utilization tool
|
||||||
@@ -43,10 +47,10 @@ brew "brew-php-switcher"
|
|||||||
brew "glib"
|
brew "glib"
|
||||||
# Manage compile and link flags for libraries
|
# Manage compile and link flags for libraries
|
||||||
brew "pkg-config"
|
brew "pkg-config"
|
||||||
|
# Human-friendly and fast alternative to cut and (sometimes) awk
|
||||||
|
brew "choose-rust"
|
||||||
# Cross-platform make
|
# Cross-platform make
|
||||||
brew "cmake"
|
brew "cmake"
|
||||||
# GNU File, Shell, and Text utilities
|
|
||||||
brew "coreutils"
|
|
||||||
# Get, unpack, build, and install modules from CPAN
|
# Get, unpack, build, and install modules from CPAN
|
||||||
brew "cpanminus"
|
brew "cpanminus"
|
||||||
# Open source suite of directory software
|
# Open source suite of directory software
|
||||||
@@ -91,6 +95,8 @@ brew "git-flow-avh"
|
|||||||
brew "git-recent"
|
brew "git-recent"
|
||||||
# Open-source GitLab command-line tool
|
# Open-source GitLab command-line tool
|
||||||
brew "glab"
|
brew "glab"
|
||||||
|
# Render markdown on the CLI
|
||||||
|
brew "glow"
|
||||||
# GNU implementation of the famous stream editor
|
# GNU implementation of the famous stream editor
|
||||||
brew "gnu-sed"
|
brew "gnu-sed"
|
||||||
# Validating, recursive, caching DNS resolver
|
# Validating, recursive, caching DNS resolver
|
||||||
@@ -249,6 +255,8 @@ brew "teamookla/speedtest/speedtest"
|
|||||||
cask "1password-cli"
|
cask "1password-cli"
|
||||||
# Text editor
|
# Text editor
|
||||||
cask "coda"
|
cask "coda"
|
||||||
|
# Universal database tool and SQL client
|
||||||
|
cask "dbeaver-community"
|
||||||
# App to build and share containerized applications and microservices
|
# App to build and share containerized applications and microservices
|
||||||
cask "docker"
|
cask "docker"
|
||||||
# Reimagine your terminal
|
# Reimagine your terminal
|
||||||
|
|||||||
@@ -13,11 +13,6 @@ have npm && {
|
|||||||
"github-release-notes"
|
"github-release-notes"
|
||||||
"neovim"
|
"neovim"
|
||||||
"prettier"
|
"prettier"
|
||||||
"@bchatard/alfred-jetbrains"
|
|
||||||
"@johnnymorganz/stylua-bin"
|
|
||||||
"stylelint-lsp"
|
|
||||||
"blade-formatter"
|
|
||||||
"@loopback/cli"
|
|
||||||
"corepack"
|
"corepack"
|
||||||
"standardjs"
|
"standardjs"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user