Homebrew Bundle, brew bundle and Brewfile — Homebrew Documentation
brew bundle dump --global --forcebrew install --cask wezterm
brew install ghq peco coreutils gnu-sed gawk tmuxmkdir $HOME/.config/peco/
ln -s $(readlink -f .peco/config.json) $HOME/.config/peco/ln -s $(readlink -f config.fish) $HOME/.config/fish/curl -sS https://starship.rs/install.sh | sh
ln -s $(readlink -f starship.toml) $HOME/.config/commands binary is used within zsh.
So, you need to install its binary.
cd commands
cargo install --path .ln -s $(readlink -f .zshrc) $HOME/.zshrc
ln -s $(readlink -f .zsh) $HOME/.zsh
git clone https://github.com/zsh-users/antigen.git ~/antigenln -s $(readlink -f .zlogin) $HOME/.zloginln -s $(readlink -f .gitconfig) $HOME/.gitconfigln -s $(readlink -f .tmux.conf) $HOME/.tmux.confzsh < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)ln -s $(readlink -f init.vim) $HOME/.config/nvim/init.vim
ln -s $(readlink -f vim-config) $HOME/.config/nvim/vim-config
mkdir -p ~/.config/nvim/autoload
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vimln -s $(readlink -f .vimrc) $HOME/.vimrc
ln -s $(readlink -f vim-config) $HOME/.vim/vim-config
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
curl -fLo ~/.vim/colors/molokai.vim --create-dirs https://raw.githubusercontent.com/tomasr/molokai/master/colors/molokai.vimReload .vimrc and :PlugInstall to install plugins.
type -p curl >/dev/null || sudo apt install curl -y
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
&& sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
&& sudo apt update \
&& sudo apt install gh -y ln -s $(readlink -f changelog.config.js) $HOME/Because symbolic link does not affect correctly with karabiner, just copy to load and update configuration. copy json file to your configuration directory. When you overwrite a json, external keyboard settings are deleted. So, you need to re-configure external keyboard.
cp karabiner.json ~/.config/karabiner/Also karabiner.json is needed to affect on GUI. And the order of rules is important.
The picture below shows it at 2023/01.

If you updated its configuration, then also update repository's one.
- update your karabiner configuration by Karabiner-GUI.
- copy json file to this repository.
Please import the json file in this repository.
The picture below show import and export settings.
