IMOKURI / dotfiles

bash, neovim etc...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

đź’» 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 20.04, 22.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

About

bash, neovim etc...

License:MIT License


Languages

Language:Lua 70.6%Language:Shell 20.8%Language:Makefile 5.4%Language:Vim Script 1.8%Language:Python 1.4%