项目作者: jomifepe

项目描述 :
My personal GNU/Linux dotfiles
高级语言: Vim script
项目地址: git://github.com/jomifepe/dotfiles.git
创建时间: 2019-09-21T00:12:44Z
项目社区:https://github.com/jomifepe/dotfiles

开源协议:

下载


dotfiles

Configuration files for my Arch Linux and i3/bspwm environment.
These directories are organized in a way so that stow can make symbolic links to the correct locations on a real installation.

Installation

Firstly, clone this repo to your home folder.

  1. git clone https://github.com/jomifepe/dotfiles.git ~/dotfiles
  2. # or without git
  3. cd; curl -L https://github.com/jomifepe/dotfiles/tarball/master | tar -xz && mv jomifepe-* dotfiles

Full installation

  1. # Do this only in a clean installation
  2. # This is a work in progress, I cannot guarantee that everything will work
  3. ./install.sh

Partial installation

Just run the install steps individually

  1. ./install -h # To see the individual steps