项目作者: nplh

项目描述 :
a quick dotfile linker
高级语言: Go
项目地址: git://github.com/nplh/nplh.git
创建时间: 2017-07-11T00:20:27Z
项目社区:https://github.com/nplh/nplh

开源协议:

下载


No Place Like Home: a quick dotfile linker

Build Status
codecov
GitHub release

Installation

  1. bash <(curl https://raw.githubusercontent.com/nplh/nplh/master/install.sh)

Setup

My dotfiles are in a repo



1. nplh install yourusername/yourdotfiles will install your dotfiles to ~/dotfiles
2. Setup your ~/dotfiles/nplh.yml, as seen in Configuration
3. Run nplh to link the dotfiles to their proper locations

My dotfiles are not in a repo



1. Make a ~/dotfiles directory
2. Move the dotfiles you want to keep to your ~/dotfiles directory
3. As you move them, add them to ~/dotfiles/nplh.yml, as seen in Configuration
4. When you’re done, run nplh

Configuration

~/dotfiles/nplh.yml is where you designate the locations that files should be linked to.
The keys in that file are the files in your dotfiles directory, and the values are the
locations in the file system that they should be linked to. The values can be strings or lists of strings.

Example

  1. vimrc:
  2. - ~/.config/nvim/init.vim
  3. - ~/.vimrc
  4. zshrc: ~/.zshrc
  5. i3: ~/.config/i3/config
  6. i3status: ~/.config/i3status/config
  7. xinitrc: ~/.xinitrc
  8. zprofile: ~/.zprofile
  9. gtkrc-2.0: ~/.gtkrc-2.0
  10. gtk-3.0: ~/.config/gtk-3.0
  11. agignore: ~/.agignore
  12. gitconfig: ~/.gitconfig
  13. gitignore: ~/.gitignore
  14. bashrc: ~/.bashrc
  15. dunstrc: ~/.config/dunst/dunstrc
  16. pure.zsh: ~/.zfunctions/prompt_pure_setup
  17. async.zsh: ~/.zfunctions/async

Usage

  1. NAME:
  2. No Place Like Home - A quick dotfile linker
  3. USAGE:
  4. nplh [options]
  5. OPTIONS:
  6. --directory value, -d value your dotfiles directory (default: "/home/caleb/dotfiles")
  7. --help, -h show help
  8. --version, -v print the version
  9. VERSION:
  10. 1.0.0