MacOS: Difference between revisions

From DrewWiki
Jump to navigation Jump to search
m (remove unused software from list)
(updated for brew and mas os mojave)
Line 1: Line 1:
= OS X Software to Install =
First manually:
*homebrew
* brew
*git
* synergy
*KeePassX
* chrome
*Tunnelblick
 
*Synergy
Then Via Brew:
*Google Chrome
<syntaxhighlight lang=bash>
*VLC
brew install ansible git gnu-sed imagemagick nmap nvm openconnect openssl p7zip pstree psutils watch wget xz
*SoundFlower
</syntaxhighlight>
*32 Lives
 
* kdiff3
Then Via Brew Cask:
<syntaxhighlight lang=bash>
brew cask install atom gimp java kdiff3 keepassx mongodb qbittorrent slack vlc tunnelblick vnc-viewer wireshark
</syntaxhighlight>
 
Pipe to clipboard from terminal
<syntaxhighlight lang=bash>
cat list_of_stuff | pbcopy
</syntaxhighlight>
 
= Other OS X Software =
* SoundFlower
* 32 Lives
* 3T MongoChef
* 3T MongoChef
* Android File Transer
* Android File Transer
Line 18: Line 30:
* IntelliJ IDEA CE
* IntelliJ IDEA CE
* OminGraffle
* OminGraffle
* qBitTorrent
* Slack
* Slic3r
* Slic3r
* Synergy
* VLC
* VirtualBox
* VirtualBox
* Wireshark
* Xcode
* Xcode
* ChefDK
* ChefDK
Line 32: Line 39:
* Gitter
* Gitter


== from brew ==
== other brew ==
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
ansible
gradle24
gradle24
imagemagick
kdiff3
maven
maven
mongodb
mongodb
nmap
rvm
node
nvm
openconnect
openssl
p7zip
pstree
psutils
watch
sqlite
wget
xz
 
$ brew cask install java vlc atom vagrant vlc google-drive vnc-viewer sublime keepassx
</syntaxhighlight>
 
extra deps?
<syntaxhighlight lang=bash>
Drews-MacBook-Pro:~ drew$ brew list | sort
aalib
atk
autoconf
automake
babl
boost
boost-python
cairo
dbus
fontconfig
fortune
freetype
gd
gdbm
gdk-pixbuf
gettext
gimp
git-lfs
glib
gmp
gnutls
gobject-introspection
gsettings-desktop-schemas
gtk+
gtk+3
gtk-mac-integration
harfbuzz
hicolor-icon-theme
icu4c
jpeg
libcroco
libelf
libepoxy
libffi
libgpg-error
libksba
libmpc
libpng
librsvg
libtasn1
libtiff
libtool
libwmf
libyaml
mpfr
nettle
pango
pebble-qemu
pebble-sdk
pebble-toolchain
pixman
pkg-config
py2cairo
pygobject
pygtk
python
qt
readline
texinfo
webp
</syntaxhighlight>
</syntaxhighlight>


= To-do =
= To-do =
*Time Machine Backup
*Time Machine Backup
*Mail
*Messenger (Notification)
*Calendar
*Proper Windows -> Mac modifier keys
*Proper Windows -> Mac modifier keys
*Make Windows key not invoke unity when in synergy or Virtualbox
*Make Windows key not invoke unity when in synergy or Virtualbox

Revision as of 22:00, 7 March 2019

First manually:

  • brew
  • synergy
  • chrome

Then Via Brew:

brew install ansible git gnu-sed imagemagick nmap nvm openconnect openssl p7zip pstree psutils watch wget xz

Then Via Brew Cask:

brew cask install atom gimp java kdiff3 keepassx mongodb qbittorrent slack vlc tunnelblick vnc-viewer wireshark

Pipe to clipboard from terminal

cat list_of_stuff | pbcopy

Other OS X Software

  • SoundFlower
  • 32 Lives
  • 3T MongoChef
  • Android File Transer
  • Android Studio
  • Arduino
  • Blender
  • Cura
  • IntelliJ IDEA CE
  • OminGraffle
  • Slic3r
  • VirtualBox
  • Xcode
  • ChefDK
  • Firefox
  • SketchUp
  • LibreOffice
  • Gitter

other brew

gradle24
maven
mongodb
rvm

To-do

  • Time Machine Backup
  • Proper Windows -> Mac modifier keys
  • Make Windows key not invoke unity when in synergy or Virtualbox