From 0f56bc0d925cc8dedf6fa2f4ed78bcc07a193d2a Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Sun, 11 Feb 2018 20:34:13 +0100 Subject: [PATCH] mkbuid - brew-list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mkbuild.sh: build Mkdocs for Python 3 brew-list.sh: crée une liste des packages et des casks installés --- mkdocs.command => _mkdocs.command | 0 mkdocs.sh => _mkdocs.sh | 0 brew-install.sh | 159 ++++++++++++++++++++++++++++++ brew-list.sh | 38 +++++++ mkbuild.sh | 9 ++ 5 files changed, 206 insertions(+) rename mkdocs.command => _mkdocs.command (100%) rename mkdocs.sh => _mkdocs.sh (100%) create mode 100755 brew-install.sh create mode 100755 brew-list.sh create mode 100755 mkbuild.sh diff --git a/mkdocs.command b/_mkdocs.command similarity index 100% rename from mkdocs.command rename to _mkdocs.command diff --git a/mkdocs.sh b/_mkdocs.sh similarity index 100% rename from mkdocs.sh rename to _mkdocs.sh diff --git a/brew-install.sh b/brew-install.sh new file mode 100755 index 0000000..53bde39 --- /dev/null +++ b/brew-install.sh @@ -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 diff --git a/brew-list.sh b/brew-list.sh new file mode 100755 index 0000000..2bdf3de --- /dev/null +++ b/brew-list.sh @@ -0,0 +1,38 @@ +#!/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' diff --git a/mkbuild.sh b/mkbuild.sh new file mode 100755 index 0000000..f77cd50 --- /dev/null +++ b/mkbuild.sh @@ -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