Skip to content

Instantly share code, notes, and snippets.

@s4na
Last active March 22, 2020 13:40
Show Gist options
  • Save s4na/62361aaddc22d8c8f8653693f722be1d to your computer and use it in GitHub Desktop.
Save s4na/62361aaddc22d8c8f8653693f722be1d to your computer and use it in GitHub Desktop.

(old)Mac Setup

最新

👉https://github.com/s4na/setup/blob/master/README.md

keyboard

  • 入力ソースに日本語追加

Karabiner-Elements

Karabiner-Elementsの設定項目をまとめました

  • Optionで英語日本語切り替え設定

すべてのアプリケーションの実行を許可

Mac - すべてのアプリケーションの実行を許可

ライブ変換機能オフ

[現在、非推奨]ウィンドウコントローラー

magnet

250yen window controller

xcode install

xcode-select --install

Homebrew

https://brew.sh/index_ja https://qiita.com/krtsato/items/ba567acacb93a7a02dd9

git

https://qiita.com/micheleno13/items/133aee005ae37c28960e

グローバルで.gitignoreを適応する

rbenv

http://hrysd.hatenablog.com/entry/2012/11/13/012153

$ brew update
$ brew install rbenv
$ brew install ruby-build

$ echo 'eval "$(rbenv init -)"' >> ~/.bashrc
$ source ~/.bashrc
$ rbenv rehash

# インストールできるRubyのバージョン確認
$ rbenv install -l
$ rbenv install <バージョン指定>

# 確認
$ rbenv version

ruby

https://qiita.com/keneo/items/e81bad87995fae566234

最新の安定版確認

https://www.ruby-lang.org/ja/downloads/

bundler

gem install bundler

node関連

nodebrew

https://qiita.com/kyosuke5_20/items/c5f68fc9d89b84c0df09

brew install nodebrew

nodebrewでnodejs install

nodebrew install-binary latest

yarn

brew install yarn

[現在、非推奨]terminal

https://okahiroto.com/iceberg/ 透明度50

chrome

Octotree

https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc?hl=ja

Github HTML Preview

https://chrome.google.com/webstore/detail/github-html-preview/cphnnfjainnhgejcpgboeeakfkgbkfek?hl=ja

vscode

brew cask install visual-studio-code

https://qiita.com/satokaz/items/6a6a0d9b6489ec2d1803#%E6%9C%80%E5%88%9D%E3%81%AB-%E3%82%B7%E3%82%A7%E3%83%AB%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89-path-%E5%86%85%E3%81%AB-code-%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%97%E3%81%BE%E3%81%99-shell-command-install-code-command-in-path-%E3%82%92%E5%AE%9F%E8%A1%8C%E3%81%99%E3%82%8B

https://qiita.com/takeru08ma/items/43705af9fa864cf3bc18

extentions

https://gist.github.com/s4na/a89aac50fc6312b9134e750da5b33759

keybindings.json

https://gist.github.com/s4na/280aed6130c0cd189d28b7f2d7f70d4e

settings.json

https://gist.github.com/s4na/62227b3250e6f44bb56de5dd3ccd113e

GitHub

cliant setup

https://wp.yat-net.com/?p=3874

SSH

https://wp.yat-net.com/?p=3874

ssh-keygen -f [指定したいファイル名]
`~/.ssh/config`setup
ssh -T git@github.com
ssh-add -K [指定したいファイル名]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment