brewでinstallするものは Brewfile
を用いて管理している。
$ cd
$ mkdir .zsh
$ mkdir .zsh/completion
# for git
$ curl -L -O https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh
# for poetry
$ poetry completions zsh > ~/.zsh/completion/_poetry
# for docker
$ ln -s /Applications/Docker.app/Contents/Resources/etc/docker.zsh-completion ~/.zsh/completion/_docker`
$ ln -s /Applications/Docker.app/Contents/Resources/etc/docker-compose.zsh-completion ~/.zsh/completion/_docker-compose
vim-plug が必要。 https://github.com/junegunn/vim-plug?tab=readme-ov-file#installation を見て以下のようなことをする
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
[user]
name = {name}
email = {email}
$ git config -l
~/.config/git/ignore
がデフォルト値となっている.vscode/settings.json
に標準的な設定項目が記載されてる
make code/usersettings/install
をやるvscode-extensions.txt
によく使っているextensionが入っている$ make dotfiles/install
$ make code/extension/install