Skip to content

IMOKURI/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 dotfiles

E2E Test

The dotfiles that can be installed by one command

Features

  • Build latest neovim.
  • Install Python, Node.js, etc.
  • Clone dotfiles repository.
  • Create symbolic link to dotfiles.

Platforms

  • Ubuntu 22.04, 24.04

Requirements

  • 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>

Installation

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

Update

bash ~/.dotfiles/install