mirror of
https://github.com/ff4500/utilities.git
synced 2026-07-01 11:47:04 -05:00
working
This commit is contained in:
23
system/macos/basic_IM_utilities_setup/setup.sh
Executable file
23
system/macos/basic_IM_utilities_setup/setup.sh
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Install Homebrew
|
||||
# ----------------------------------------------------------------
|
||||
# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
#
|
||||
# Install iterm2 and Atom
|
||||
# ----------------------------------------------------------------
|
||||
# brew cask install iterm2 atom
|
||||
#
|
||||
# Install ImageMagick
|
||||
# ----------------------------------------------------------------
|
||||
# brew install imagemagick
|
||||
|
||||
source ./lib/echos.sh
|
||||
source ./lib/functions.sh
|
||||
|
||||
opening_title
|
||||
|
||||
# Install Homebrew
|
||||
# ----------------------------------------------------------------
|
||||
running "Checking homebrew..."
|
||||
install_homebrew
|
||||
Reference in New Issue
Block a user