Init
This commit is contained in:
105
Mac Setup.md
Normal file
105
Mac Setup.md
Normal file
@@ -0,0 +1,105 @@
|
||||
## TODO's
|
||||
Tweak spotlight settings
|
||||
|
||||
```bash
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
```
|
||||
|
||||
### Add Spacers to Dock
|
||||
```bash
|
||||
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}' && killall Dock
|
||||
```
|
||||
Small space
|
||||
```bash
|
||||
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="small-spacer-tile";}' && killall Dock
|
||||
```
|
||||
|
||||
<https://github.com/nicoverbruggen/phpmon>
|
||||
|
||||
Xd
|
||||
Amphetamine
|
||||
AnkerWork
|
||||
Bitwarden
|
||||
DBngin
|
||||
Firefox
|
||||
Chrome
|
||||
Handbrake
|
||||
ImageOptim
|
||||
iTerm
|
||||
ohMyshell
|
||||
LM Studio
|
||||
Logi Options+
|
||||
Microsoft Suite
|
||||
Obsidian
|
||||
Ollama
|
||||
PHP Monitor
|
||||
PhpStorm
|
||||
Pocket Casts
|
||||
Postman
|
||||
Rectangle
|
||||
Second Cock
|
||||
Signal
|
||||
Stretchly
|
||||
Sublime Text
|
||||
SitchHosts
|
||||
TablePlus
|
||||
Vs Code
|
||||
|
||||
### Brew
|
||||
antiword jpegoptim node@22
|
||||
aom jq npth
|
||||
apr krb5 nspr
|
||||
apr-util leptonica nss
|
||||
argon2 libarchive oniguruma
|
||||
aspell libassuan openexr
|
||||
autoconf libavif openjpeg
|
||||
awscli libb2 openldap
|
||||
bash libde265 openssl@1.1
|
||||
brotli libdeflate openssl@3
|
||||
c-ares libevent optipng
|
||||
ca-certificates libffi p11-kit
|
||||
cairo libgcrypt packer
|
||||
capstone libgpg-error pango
|
||||
certifi libheif pcre2
|
||||
cffi libidn php
|
||||
composer libidn2 php@7.4
|
||||
coreutils libksba php@8.1
|
||||
cryptography liblqr php@8.2
|
||||
curl libnghttp2 php@8.3
|
||||
dnsmasq libomp pinentry
|
||||
dog libpng pixman
|
||||
dumps libpq pkgconf
|
||||
fontconfig libraw pngquant
|
||||
freetds libsodium poppler
|
||||
freetype libssh pycparser
|
||||
fribidi libssh2 python-certifi
|
||||
fswatch libtasn1 python-packaging
|
||||
gd libtiff python@3.10
|
||||
gdbm libtool python@3.11
|
||||
gettext libunistring python@3.12
|
||||
gh libusb python@3.13
|
||||
ghostscript libuv python@3.9
|
||||
giflib libvmaf readline
|
||||
gifsicle libx11 redis
|
||||
git libxau rtmpdump
|
||||
git-lfs libxcb shared-mime-info
|
||||
glib libxdmcp sqlite
|
||||
gmp libxext svgo
|
||||
gnupg libxrender terraform
|
||||
gnutls libzip tesseract
|
||||
gpgme little-cms2 tesseract-lang
|
||||
graphite2 luajit tidy-html5
|
||||
grep lz4 tldr
|
||||
harfbuzz lzo tree
|
||||
highway m4 unbound
|
||||
htop mackup unixodbc
|
||||
httpie mailhog webp
|
||||
icu4c@75 mas wget
|
||||
icu4c@76 mpdecimal wp-cli
|
||||
imagemagick ncurses wrk
|
||||
imagemagick@6 net-snmp x265
|
||||
imath nettle xorgproto
|
||||
jasper nginx xz
|
||||
jbig2dec node youtube-dl
|
||||
jpeg-turbo node@16 zstd
|
||||
jpeg-xl node@18
|
||||
Reference in New Issue
Block a user