Skip to content

takanorifukuyama/dotfiles

Repository files navigation

dotfiles

git clone --recursive [email protected]:takanorifukuyama/dotfiles.git

homebrew のインストール https://brew.sh/index_ja

run

brew bundle install
mkdir ../.SDK
source dotfiles.sh

fish

initialize for your mac

following apolication required.

starship

starship は homebrew じゃなくて cargo でインストールするのが良さそう

cargo install starship

initialize fish

# /opt/homebrew/bin/fish を最後の行に追加
sudo vi /etc/shells

change default shell

chsh -s /opt/homebrew/bin/fish

Specifies the directory which manages the repository with ghq

git config --global ghq.root ~/git

fisher setup

https://github.com/jorgebucaran/fisher/

curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
fisher

fig

withfig/fig#1579

macOS 12.4.0 iTerm2 3.4.15 fish 3.5.0 starship 1.9.1 Fig 1.0.58

のような環境でうまく動かなかった

fig settings app.beta true
fig update

ってやるといいらしい

Flutter

openjdkはこちらからインストールできます https://adoptium.net/temurin/releases/?version=8