This is my personal dotfiles with Neovim and fish shell.
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
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
.
Run the following command and delete .dotfiles
directory manually.
dotfiles uninstall
I mainly use the following tools for development.
On Windows
On MacOS