最初に行う必要があるのは、このリポジトリのクローンを選択した場所に作成することです。 このリポジトリはドットファイルの場所に依存しないように設定されているため、どこにでも配置できます。
./install.sh backup
現在のドットファイル (存在する場合) のバックアップを ~/.dotfiles-backup/
に作成します。
XDG base directory,
(~/.config
).
~/.config/nvim/
- The home of neovim configuration~/.vim/
- The home of vim configuration~/.vimrc
- The main init file for vim
./install.sh link
link
コマンドは、dotfiles ディレクトリから $home
ディレクトリにシンボリックリンクを作成し、すべての設定を同じように実行できるようにします。
./install.sh docker
docker
コマンドは、Docker Composeをインストールします。
./install.sh homebrew
homebrew
コマンドは、Homebrew本体とライブラリのインストールを行います。
dotfiles/config/git
直下に、.gitconfig.local
を作成して、そちらにユーザー情報等を定義してください。
[user]
email = example@example.com
name = user_name