takanorifukuyama / dotfiles

dotfiles supported on darwin-arm64/darwin-x86-64/cloud-shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

git clone --recursive git@github.com: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

About

dotfiles supported on darwin-arm64/darwin-x86-64/cloud-shell


Languages

Language:Shell 45.4%Language:Vim Script 30.8%Language:Lua 21.3%Language:Vim Snippet 1.2%Language:Ruby 0.9%Language:Julia 0.3%