Skip to content

iwataka/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Uninstall

Run the following command and delete .dotfiles directory manually.

dotfiles uninstall

Recommended tools

I mainly use the following tools for development.

On Windows

On MacOS