rodrigosetti / dotfiles

A repository to help me organize my dotfiles across several hosts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

This is a project to help me organize my dotfiles across several workstations and host I have access.

Installation

There's two methods for installation.

Curl based

$ curl -L https://raw.githubusercontent.com/rodrigosetti/dotfiles/master/install.sh | sh

Clone and Install

$ git clone git@github.com:rodrigosetti/dotfiles.git
$ cd dotfiles && ./install.sh

The install script will symlink every file dot_file in the repo to a .file in your home directory. It will not erase regular files, only previous symlinks.

Please feel free to use it if you like, and of course, to push request if there's any dot file you use and it's not there.

About

A repository to help me organize my dotfiles across several hosts

License:Other


Languages

Language:Emacs Lisp 38.9%Language:Python 29.5%Language:Shell 26.3%Language:Lua 5.3%