mkbuild.sh: build Mkdocs for Python 3 brew-list.sh: crée une liste des packages et des casks installés
160 lines
3.6 KiB
Bash
Executable File
160 lines
3.6 KiB
Bash
Executable File
#!/bin/bash
|
|
|
|
# Brew packages that I use alot.
|
|
|
|
brew install apr
|
|
brew install apr-util
|
|
brew install autoconf
|
|
brew install bash-completion
|
|
brew install boost
|
|
brew install borg
|
|
brew install brew-pip
|
|
brew install c-ares
|
|
brew install cabextract
|
|
brew install cmake
|
|
brew install ctls
|
|
brew install doxygen
|
|
brew install emscripten
|
|
brew install faac
|
|
brew install ffmpeg
|
|
brew install freetype
|
|
brew install gdbm
|
|
brew install gettext
|
|
brew install ghostscript
|
|
brew install gmp
|
|
brew install handbrake
|
|
brew install highlight
|
|
brew install httpd
|
|
brew install hugo
|
|
brew install icu4c
|
|
brew install jansson
|
|
brew install jemalloc
|
|
brew install jpeg
|
|
brew install lame
|
|
brew install libbpg
|
|
brew install libev
|
|
brew install libevent
|
|
brew install libidn2
|
|
brew install libpng
|
|
brew install libsodium
|
|
brew install libtiff
|
|
brew install libtool
|
|
brew install libunistring
|
|
brew install libxml2
|
|
brew install libyaml
|
|
brew install little-cms2
|
|
brew install lua
|
|
brew install mariadb
|
|
brew install mas
|
|
brew install md5deep
|
|
brew install md5sha1sum
|
|
brew install mono
|
|
brew install multitail
|
|
brew install nano
|
|
brew install ncurses
|
|
brew install nghttp2
|
|
brew install node
|
|
brew install noti
|
|
brew install openssl
|
|
brew install openssl@1.1
|
|
brew install p7zip
|
|
brew install pandoc
|
|
brew install pcre
|
|
brew install perl
|
|
brew install php72
|
|
brew install php72-apcu
|
|
brew install php72-opcache
|
|
brew install php72-xdebug
|
|
brew install php72-yaml
|
|
brew install pkg-config
|
|
brew install pv
|
|
brew install python3
|
|
brew install readline
|
|
brew install rsync
|
|
brew install spdylay
|
|
brew install sqlite
|
|
brew install ssh-copy-id
|
|
brew install terminal-notifier
|
|
brew install unixodbc
|
|
brew install unrar
|
|
brew install vapor
|
|
brew install webp
|
|
brew install wget
|
|
brew install wine
|
|
brew install winetricks
|
|
brew install x264
|
|
brew install x265
|
|
brew install xvid
|
|
brew install xz
|
|
brew install yarn
|
|
brew install yuicompressor
|
|
brew install zlib
|
|
|
|
# Some cask packages that I like.
|
|
|
|
brew cask install 0xed
|
|
brew cask install airy
|
|
brew cask install alfred
|
|
brew cask install appcleaner
|
|
brew cask install atom
|
|
brew cask install bartender
|
|
brew cask install basictex
|
|
brew cask install beamer
|
|
brew cask install bettertouchtool
|
|
brew cask install betterzipql
|
|
brew cask install cakebrew
|
|
brew cask install cloudtv
|
|
brew cask install coconutbattery
|
|
brew cask install controlplane
|
|
brew cask install dash
|
|
brew cask install diffmerge
|
|
brew cask install disk-drill
|
|
brew cask install diskmaker-x
|
|
brew cask install easyfind
|
|
brew cask install etcher
|
|
brew cask install etrecheck
|
|
brew cask install firefox-developer-edition
|
|
brew cask install github
|
|
brew cask install google-earth-pro
|
|
brew cask install harmony
|
|
brew cask install houdahgeo
|
|
brew cask install houdahgps
|
|
brew cask install hubic
|
|
brew cask install ifilex
|
|
brew cask install iterm2
|
|
brew cask install itsycal
|
|
brew cask install launchcontrol
|
|
brew cask install lyn
|
|
brew cask install marked
|
|
brew cask install molotov
|
|
brew cask install mplayerx
|
|
brew cask install musicbrainz-picard
|
|
brew cask install name-mangler
|
|
brew cask install nextcloud
|
|
brew cask install noti
|
|
brew cask install nvalt
|
|
brew cask install onyx
|
|
brew cask install pacifist
|
|
brew cask install platypus
|
|
brew cask install plex-media-player
|
|
brew cask install plexamp
|
|
brew cask install poedit
|
|
brew cask install progressive-downloader
|
|
brew cask install purevpn
|
|
brew cask install qlcolorcode
|
|
brew cask install qlstephen
|
|
brew cask install qownnotes
|
|
brew cask install stellarium
|
|
brew cask install suspicious-package
|
|
brew cask install transmission
|
|
brew cask install visual-studio-code
|
|
brew cask install vivaldi
|
|
brew cask install vlc
|
|
brew cask install vnc-viewer
|
|
brew cask install xact
|
|
brew cask install xld
|
|
brew cask install xnconvert
|
|
brew cask install xnviewmp
|
|
brew cask install xquartz
|
|
brew cask install yate
|