The dotfiles that can be installed by one command
- Build latest neovim.
- Install Python, Node.js, etc.
- Clone dotfiles repository.
- Create symbolic link to dotfiles.
- Ubuntu 22.04, 24.04
-
Packages
- curl
- sudo
-
Set environment variables if use proxy.
export http_proxy=<http://proxy.example.com:port>
export https_proxy=<http://proxy.example.com:port>
bash -c "$(curl -fsSL https://git.io/imokuri)"
bash ~/.dotfiles/install