-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.sh
executable file
·28 lines (19 loc) · 936 Bytes
/
init.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
FILES=(.zshrc .zshenv .config .tmux.conf .tigrc .vimrc .hammerspoon .p10k.zsh .emacs.d .textlintrc)
# 移動できたらリンクを実行する
for f in ${FILES[@]}; do
ln -snfv $HOME/.dotfiles/$f $HOME/$f
echo $f
done
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/kei/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
brew bundle
mkdir $HOME/Library/Application\ Support/AquaSKK/
ln -snfv $HOME/.dotfiles/.config/aquaskk/keymap.conf $HOME/Library/Application\ Support/AquaSKK/keymap.conf
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
git clone https://github.com/skk-dev/dict.git ~/.cache/skk
# source ~/.config/fish/functions/fisher.fish
# fisher install jethrokuan/z
# fisher install oh-my-fish/plugin-peco
# fisher install IlanCosman/tide@v6
cargo install mocword