LoginSignup
4
4

More than 5 years have passed since last update.

macでの開発始めました

Last updated at Posted at 2015-11-13

mac始めました

その際にやったことなど
追記型です
2018/03/03
wineについて追記

sshを手軽にする

bashよりはzshがいいな

installならbrewが便利です

http://brew.sh/index_ja.html
一緒にcaskもinstallしたほうがいいかも

brewでインストールしたものをaliasに登録しましょう

tomcatの場合ですが他にも使える

alias tomcat="$(brew --prefix tomcat)/bin/catalina $1"

installしたらupgradeとかupdateとかもしましょう

wineを入れる

windowsにしかないアプリケーションを動かす必要があるとき

brew install wine

ってやったらうまくいくかと思いきや、 Error: SHA256 mismatchといわれてinstallできず。代わりに

brew cask install wine-stable

とするとinstallできた。wine stableがアプリケーションとして登録されたので、以下を叩いてwineのコンソールを開く

/Applications/Wine\ Stable.app/Contents/MacOS/wine

立ち上がったコンソール上で必要なものをまたダウンロードしていくために以下を実行する。

winecfg

shortcutを覚える

terminal
http://dashkards.com/terminal
idea
忙しい人のためのIntelliJ IDEAショートカット集(´-`)
excel
macのexcelのショートカット一覧

その他

clipboard管理

clipy
上のリンクのものだと起動できない可能性がある(僕の環境だと信用できる元から取得されて〜〜とか言われた)のでcaskでインストールする

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4