MacOS: Difference between revisions
Jump to navigation
Jump to search
m (remove unused software from list) |
(updated for brew and mas os mojave) |
||
Line 1: | Line 1: | ||
First manually: | |||
* | * brew | ||
*git | * synergy | ||
* chrome | |||
Then Via Brew: | |||
<syntaxhighlight lang=bash> | |||
brew install ansible git gnu-sed imagemagick nmap nvm openconnect openssl p7zip pstree psutils watch wget xz | |||
*SoundFlower | </syntaxhighlight> | ||
*32 Lives | |||
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 | ||
* Slic3r | * Slic3r | ||
* VirtualBox | * VirtualBox | ||
* Xcode | * Xcode | ||
* ChefDK | * ChefDK | ||
Line 32: | Line 39: | ||
* Gitter | * Gitter | ||
== | == other brew == | ||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
gradle24 | gradle24 | ||
maven | maven | ||
mongodb | mongodb | ||
rvm | |||
</syntaxhighlight> | </syntaxhighlight> | ||
= To-do = | = To-do = | ||
*Time Machine Backup | *Time Machine Backup | ||
*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