/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
brew install ansible
ansible --version
git clone https://github.com/xxxxx
ansible-playbook -i hosts localhost.yml
-
fish
コマンドラインシェル! -
ghq
リモートリポジトリクローン管理ツール -
mas
MacのGUIアプリケーションをCUIでインストールするインターフェース -
peco
シンプルでインタラクティブなフィルターツール
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
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
omf install peco
omf install z
sh dotfiles/link.sh
git config --global user.name "YOUR_NAME"
git config --global user.email "YOUR_EMAIL"
brew install jmeter
M4のMacを使用しているとモニターにちらつきが発生するので、民間療法で以下をインストール
https://github.com/aiaf/Stillcolor