I have bought Macbook Pro M5 after using Macbook Pro M1 2021 late for 4 years. This blog is a note to myself about what I have installed.
Magnet
Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- KeyCastr
brew install --cask keycastr
- Battery Install
curl -s https://raw.githubusercontent.com/actuallymentor/battery/main/setup.sh | bash
80%
battery maintain 80
Visual Studio code
Karabiner-Elements
Google Chrome Canary
I really love to use Vertical tabs! That's why I instaleld Canary version of Google Chrome browzer.iTerm2
fish terminal
brew install fish
echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish #change default shell
change font for Japanese readability
brew tap homebrew/cask-fonts
brew install --cask font-plemol-jp
fisher
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
- tide
fisher install IlanCosman/tide@v6
brew install font-hack-nerd-font
Top comments (0)