alfredormz / dotfiles

These are the config files to set up a GNU/Linux system the way I like it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alfredo Dot Files

These are config files to set up a GNU/Linux system the way I like it.

Requirements

  • git
  • wget (optional)

Quick install

bash <(wget -qO- https://raw.github.com/alfredormz/dotfiles/master/install)

Install

Clone onto your machine:

git clone https://github.com/alfredormz/dotfiles.git ~/.dotfiles

Then:

cd ~/.dotfiles
sh create_links

This will create symlinks for config files in your home directory.

##What's in it?

Bash configuration:

  • TODO

Ack-grep configuration:

  • TODO

Ruby configuration:

  • TODO

Git configuration:

  • TODO

Python configuration:

  • TODO

About

These are the config files to set up a GNU/Linux system the way I like it.

License:MIT License


Languages

Language:Shell 79.6%Language:Python 20.4%