Dotfiles that can be installed by one command
- Clone dotfiles repository.
- Create symbolic links to dotfile.
- Install Neovim and development tools via Mise.
- Ubuntu 22.04, 24.04
- Packages
sudo apt install -y curl gcc git gnupg make tar- 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)"