Skip to content

IMOKURI/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,179 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 dotfiles

E2E Test

Dotfiles that can be installed by one command

Features

  • Clone dotfiles repository.
  • Create symbolic links to dotfile.
  • Install Neovim and development tools.

Platforms

  • Ubuntu 24.04
  • Ubuntu 26.04

Requirements

sudo apt install -y curl

Create a GitHub token without any scope from here.

export MISE_GITHUB_TOKEN="<your_github_token>"

Installation

bash -c "$(curl -fsSL https://git.io/imokuri)"

Testing

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

About

dotfiles that can be installed by one command

Topics

Resources

License

Stars

16 stars

Watchers

1 watching

Forks

Contributors