Dotfiles that can be installed by one command
- Clone dotfiles repository.
- Create symbolic links to dotfile.
- Install Neovim and development tools via Mise.
- Ubuntu 24.04
sudo apt install -y curl gcc git gnupg make tarCreate a GitHub token without any scope from here.
export MISE_GITHUB_TOKEN="your_github_token"bash -c "$(curl -fsSL https://git.io/imokuri)"