Skip to content

Kevinrobot34/dotfiles

Repository files navigation

dotfiles

target

brew

brewでinstallするものは Brewfile を用いて管理している。

zsh

$ 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

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

git

vscode

  • VS Code をダウンロードしたら、コマンドパレットで "Install 'code' command" 的なのをやっておく
  • .vscode/settings.json に標準的な設定項目が記載されてる
  • vscode-extensions.txt によく使っているextensionが入っている

Usage

  • 以下のコマンドで適宜シンボリックリンクを貼れる
    $ make dotfiles/install
  • vscodeのextensionは以下のコマンドでinstallできる
    $ make code/extension/install

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published