From 31b3decbe2d10489680f8adf10f3e06ab3469182 Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Wed, 1 Aug 2018 16:30:11 +0200 Subject: [PATCH] Minor change --- brew-install.sh | 159 ------------------------------------------------ brew-list.sh | 10 +-- 2 files changed, 5 insertions(+), 164 deletions(-) delete mode 100755 brew-install.sh diff --git a/brew-install.sh b/brew-install.sh deleted file mode 100755 index 53bde39..0000000 --- a/brew-install.sh +++ /dev/null @@ -1,159 +0,0 @@ -#!/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 index 34c16f7..363e1fc 100755 --- a/brew-list.sh +++ b/brew-list.sh @@ -2,7 +2,7 @@ if [ "$1" == "-h" ]; then echo "Create Homebrew 's packages and Casks installed list:" - echo " a brew-install.sh script is created next to this script." + echo " a brew-install.sh script is created next to this script..." echo echo "USAGE: brew-list [-p]" echo @@ -21,12 +21,12 @@ 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[1;3;31m Red bold+italic \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" echo -e "\033[93m Yellow World \033[0m" +echo -e "\033[32m Green World \033[0m" COMMENT @@ -43,11 +43,11 @@ echo -e "🍺 Get Homebrew \033[3m\033[93mpackages\033[0m installed list" brew list | sed -e 's/^/brew install /' >> brew-install.sh if [ "$1" != "-p" ]; then - echo -e "\n# Some cask packages that I like.\n" >> brew-install.sh + echo -e "\n# Some casks packages that I like.\n" >> brew-install.sh echo -e "🍺 Get Homebrew \033[3m\033[93mCask\033[0m installed list" brew cask list | sed -e 's/^/brew cask install /' >> brew-install.sh fi chmod +x brew-install.sh -terminal-notifier -title 'brew-list' -message 'Liste packages & casks créee !' -sound 'Glass' +terminal-notifier -title 'brew-list' -message 'Packages & casks list created !' -sound 'Glass'