https://github.com/takanorifukuyama/dotfiles
dotfiles supported on darwin-arm64/darwin-x86-64/cloud-shell
https://github.com/takanorifukuyama/dotfiles
deoplete dotfile fish fisher-setup flutter ghq git git-delta homebrew magnet neovim tabnine tig
Last synced: 6 months ago
JSON representation
dotfiles supported on darwin-arm64/darwin-x86-64/cloud-shell
- Host: GitHub
- URL: https://github.com/takanorifukuyama/dotfiles
- Owner: takanorifukuyama
- Created: 2020-07-20T00:48:16.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T05:53:57.000Z (about 2 years ago)
- Last Synced: 2025-10-28T16:46:33.253Z (8 months ago)
- Topics: deoplete, dotfile, fish, fisher-setup, flutter, ghq, git, git-delta, homebrew, magnet, neovim, tabnine, tig
- Language: Shell
- Homepage:
- Size: 29.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
```shell
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.
- homebrew
- https://github.com/fikovnik/ShiftIt or magnet from appstore
- https://github.com/Clipy/Clipy
### starship
starship は homebrew じゃなくて cargo でインストールするのが良さそう
```
cargo install starship
```
### initialize fish
```fish
# /opt/homebrew/bin/fish を最後の行に追加
sudo vi /etc/shells
```
change default shell
```fish
chsh -s /opt/homebrew/bin/fish
```
Specifies the directory which manages the repository with ghq
```fish
git config --global ghq.root ~/git
```
### fisher setup
https://github.com/jorgebucaran/fisher/
```fish
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
```
```fish
fisher
```
### fig
https://github.com/withfig/fig/issues/1579
macOS 12.4.0
iTerm2 3.4.15
fish 3.5.0
starship 1.9.1
Fig 1.0.58
のような環境でうまく動かなかった
```shell
fig settings app.beta true
fig update
```
ってやるといいらしい
## Flutter
openjdkはこちらからインストールできます
https://adoptium.net/temurin/releases/?version=8