Skip to content

iwataka/dotfiles

Repository files navigation

My dotfiles

Introduction

This is my personal dotfiles with Neovim and fish shell.

Quickstart

Make sure Docker is installed and just run the following command.

docker run -it --rm iwataka/dotfiles

This image includes dotfiles already installed and recommended tools described below.

docker run -it --name dev -v ~/projects:/root/projects -v ~/ghq:/root/ghq iwataka/dotfiles

Install

Make sure Git and Python installed and run the following.

curl https://raw.githubusercontent.com/iwataka/dotfiles/master/bin/dotfiles |python3 - install

To update to the latest version, please run dotfiles update.

Recommended tools

I mainly use the following tools for development.

On Windows

On MacOS