Skip to content

Commit c658b88

Browse files
committed
fix: Address deprecations
1 parent fd7b542 commit c658b88

3 files changed

Lines changed: 153 additions & 15 deletions

File tree

Brewfile

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@
44

55
# Taps
66
#
7-
# Homebrew
8-
# Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
9-
tap "homebrew/bundle"
10-
# Casks of F🅾𝓝𝐓𝚂
11-
tap "homebrew/cask-fonts"
12-
# Alternate versions of Casks
13-
tap "homebrew/cask-versions"
14-
# Manage background services with launchctl daemon manager
15-
tap "homebrew/services"
16-
#
17-
# Other
187
# bats - TAP-compliant testing framework for Bash
198
tap "kaos/shell"
209
# Useful developer tools
@@ -52,8 +41,6 @@ cask "keybase"
5241
mas "Slack", id: 803453959
5342
# Signal
5443
cask "signal"
55-
# Skype
56-
cask "skype"
5744
# Telegram Lite
5845
mas "Telegram Lite", id: 946399090
5946
# WhatsApp Messenger
@@ -67,8 +54,6 @@ cask "zoom"
6754
cask "calibre"
6855
# DjView
6956
cask "djview"
70-
# Kindle
71-
cask "kindle"
7257

7358
# Multimedia
7459
#
@@ -283,6 +268,8 @@ brew "sbt"
283268
brew "bash"
284269
brew "bash-completion@2"
285270
brew "zsh"
271+
# Font for Powerlevel10k Zsh theme
272+
brew "font-meslo-for-powerlevel10k"
286273
# Tcl/Tk
287274
brew "tcl-tk"
288275

brewfile_casks.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
firefox
2+
google-chrome
3+
keybase
4+
signal
5+
skype
6+
zoom
7+
calibre
8+
djview
9+
kindle
10+
vlc
11+
alfred
12+
dropbox
13+
iterm2
14+
dash
15+
intellij-idea
16+
visual-studio-code
17+
gpg-suite
18+
rar
19+
adoptopenjdk8
20+
robo-3t
21+
postman
22+
orbstack
23+
virtualbox
24+
teamviewer
25+
wireshark
26+
session-manager-plugin
27+
google-cloud-sdk
28+
openvpn-connect
29+
deepl
30+
gog-galaxy
31+
spotify
32+
the-cheat
33+
transmission

brewfile_formulae.txt

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
mas
2+
lynx
3+
w3m
4+
exiv2
5+
graphviz
6+
imagemagick
7+
jpeg
8+
netpbm
9+
plantuml
10+
asciinema
11+
ttyrec
12+
reattach-to-user-namespace
13+
screen
14+
tmux
15+
macvim
16+
ctags
17+
git
18+
git-lfs
19+
hub
20+
ghi
21+
coreutils
22+
binutils
23+
diffutils
24+
dos2unix
25+
expat
26+
findutils
27+
gawk
28+
parallel,
29+
readline
30+
gnu-sed
31+
gnu-tar
32+
gnu-which
33+
gnutls
34+
grep
35+
gzip
36+
moreutils,
37+
watch
38+
wdiff
39+
autoconf
40+
automake
41+
cmake
42+
cmake-docs
43+
htop
44+
midnight-commander
45+
pkg-config,
46+
tree
47+
wget
48+
p7zip
49+
pigz
50+
xz
51+
cdrtools
52+
rename
53+
jq
54+
ripgrep
55+
yq
56+
gcc
57+
go
58+
groovysdk
59+
haskell-stack
60+
openjdk
61+
maven
62+
lua
63+
node
64+
nvm
65+
yarn
66+
protobuf
67+
python@3.12
68+
ipython
69+
ruby
70+
ruby-build
71+
openssl@1.1
72+
scala
73+
sbt
74+
bash
75+
bash-completion@2
76+
zsh
77+
tcl-tk
78+
pgcli
79+
dive
80+
bats-assert
81+
bats-core
82+
bats-file
83+
bats-support
84+
eslint
85+
golangci-lint
86+
hadolint
87+
pre-commit
88+
shellcheck
89+
shfmt
90+
tflint
91+
yamllint
92+
csshx
93+
dns2tcp
94+
mtr
95+
nmap
96+
socat
97+
telnet
98+
tcpflow
99+
tcpreplay
100+
tcptrace
101+
ucspi-tcp
102+
packer
103+
terraform
104+
terraformer
105+
terraform-docs
106+
argocd
107+
helm
108+
minikube
109+
k9s
110+
kubectx
111+
kubernetes-cli
112+
stern
113+
awscli
114+
aws-iam-authenticator
115+
azure-cli
116+
p11-kit
117+
fheroes2
118+
youtube-dl

0 commit comments

Comments
 (0)