Skip to content

daishi-motoyama/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

neovim-preview

Setup

最初に行う必要があるのは、このリポジトリのクローンを選択した場所に作成することです。 このリポジトリはドットファイルの場所に依存しないように設定されているため、どこにでも配置できます。

backup

./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

link

./install.sh link

link コマンドは、dotfiles ディレクトリから $home ディレクトリにシンボリックリンクを作成し、すべての設定を同じように実行できるようにします。

docker

./install.sh docker

docker コマンドは、Docker Composeをインストールします。

homebrew

./install.sh homebrew

homebrew コマンドは、Homebrew本体とライブラリのインストールを行います。

Git

dotfiles/config/git直下に、.gitconfig.localを作成して、そちらにユーザー情報等を定義してください。

[user]
email = example@example.com
name = user_name