Dotfiles that can be installed by one command
- Clone dotfiles repository.
- Create symbolic links to dotfile.
- Install Neovim and development tools.
- Ubuntu 24.04
- Ubuntu 26.04
sudo apt install -y curlCreate a GitHub token without any scope from here.
export MISE_GITHUB_TOKEN="<your_github_token>"bash -c "$(curl -fsSL https://git.io/imokuri)"Test in Docker
docker run -it --rm ubuntu bash
apt update
apt install curl -y
export MISE_GITHUB_TOKEN="<your_github_token>"
export BRANCH="<branch_name>"
curl -fsSL https://raw.githubusercontent.com/IMOKURI/dotfiles/refs/heads/${BRANCH}/install | bash