Skip to content

Codeman655/facehugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facehugger

A way to automatically upload a set of config files to a new environment

Get it working

  1. cd to folder
  2. bundle install
  3. rake install

Config File

A config file is required. A sample config is shown below and is located in ENV[HOME]/.config/facehugger/facehugger.yml by default.

---
source: "https://github.com/Codeman655/dotfiles"
config: "/Users/user/.config/facehugger/facehugger.yml"

tmux:
  configfile: "/Users/user/.tmux"

vim:
  configfile: "/Users/user/.vimrc"
  configdir: "/Users/user/.vim"

nvim:
  configfile: "/.config/nvim/init.vim"
  configdir: "/.config/nvim/"

bash:
  configfile: "/Users/user/.bashrc"

zsh:
  configfile: "/Users/user/.zshrc"
  configdir: "/Users/user/.oh-my-zsh"

About

A way to automatically upload a set of config files to a new environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages