Skip to content

may-solty/macbook-provisioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Homebrew のインストール

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# パスを通す。
echo >> /Users/YOUR_NAME/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/YOUR_NAME/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

brew -v

2. Ansible を使用して各種インストール

brew install ansible
ansible --version

git clone https://github.com/xxxxx
ansible-playbook -i hosts localhost.yml

Homebrew Packages

  • fish
    コマンドラインシェル!

  • ghq
    リモートリポジトリクローン管理ツール

  • mas
    MacのGUIアプリケーションをCUIでインストールするインターフェース

  • peco
    シンプルでインタラクティブなフィルターツール

3. 開発関連の準備

Fish

terminalで操作する。

echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish

# ~/.config/fish/config.fish
if status is-interactive
  # Commands to run in interactive sessions can go here
  set PATH $PATH /opt/homebrew/bin
  set PATH $PATH /opt/homebrew/sbin
end

Oh My fish(Foshのパッケージマネージャー)

curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
omf install peco
omf install z

dotfiles

sh dotfiles/link.sh

git

git config --global user.name "YOUR_NAME"
git config --global user.email "YOUR_EMAIL"

別途必要になり追加してもの

JMeter

brew install jmeter

Stillcolor

M4のMacを使用しているとモニターにちらつきが発生するので、民間療法で以下をインストール
https://github.com/aiaf/Stillcolor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published