mkbuid - brew-list
mkbuild.sh: build Mkdocs for Python 3 brew-list.sh: crée une liste des packages et des casks installés
This commit is contained in:
159
brew-install.sh
Executable file
159
brew-install.sh
Executable file
@@ -0,0 +1,159 @@
|
||||
#!/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
|
||||
38
brew-list.sh
Executable file
38
brew-list.sh
Executable file
@@ -0,0 +1,38 @@
|
||||
#!/bin/bash
|
||||
|
||||
<<COMMENT
|
||||
underline=`tput smul`
|
||||
nounderline=`tput rmul`
|
||||
bold=`tput bold`
|
||||
normal=`tput sgr0`
|
||||
echo "toto"
|
||||
|
||||
echo -e "\033[1m bold \033[0m"
|
||||
echo -e "\033[3m italic \033[0m"
|
||||
echo -e "\033[1;3;31m Red bold+italic \033[0m"
|
||||
echo -e "\033[4m underline \033[0m"
|
||||
echo -e "\033[9m strikethrough \033[0m"
|
||||
echo -e "\033[31m Red World \033[0m"
|
||||
echo -e "\033[32m Green World \033[0m"
|
||||
COMMENT
|
||||
|
||||
|
||||
if [ -f brew-install.sh ]; then
|
||||
echo -e "Le fichier \033[1mbrew-install.sh\033[0m existe déjà! On l'efface."
|
||||
#echo "Le fichier ${bold}brew-install.sh${normal} existe déjà! On l'efface."
|
||||
rm brew-install.sh
|
||||
fi
|
||||
|
||||
echo '#!/bin/bash' >> brew-install.sh
|
||||
|
||||
echo -e "\n# Brew packages that I use alot.\n" >> brew-install.sh
|
||||
echo -e "🍺 Get Homebrew \033[3mpackages\033[0m installed list"
|
||||
brew list | sed -e 's/^/brew install /' >> brew-install.sh
|
||||
|
||||
echo -e "\n# Some cask packages that I like.\n" >> brew-install.sh
|
||||
echo -e "🍺 Get Homebrew \033[3mCask\033[0m installed list"
|
||||
brew cask list | sed -e 's/^/brew cask install /' >> brew-install.sh
|
||||
|
||||
chmod +x brew-install.sh
|
||||
|
||||
terminal-notifier -title 'brew-list' -message 'Liste packages & casks créee !' -sound 'Glass'
|
||||
9
mkbuild.sh
Executable file
9
mkbuild.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /Users/bruno/project
|
||||
/usr/local/bin/mkdocs build
|
||||
#noti -t 'MkDocs' -m 'Upload termine' scp -P42666 -r ./central_docs bruno@192.168.1.7:/volume1/web
|
||||
scp -P42666 -r ./central_docs bruno@192.168.1.7:/volume1/web
|
||||
terminal-notifier -title 'MkDocs' -message 'Envoi terminé !' -sound 'Glass'
|
||||
#scp -P42666 -r ./central_docs bruno@clicclac.synology.me:/volume1/web
|
||||
#rsync -rav -e ssh ./central_docs bruno@192.168.1.7:/volume1/web/tt
|
||||
Reference in New Issue
Block a user