Skip to content
Snippets Groups Projects
Commit db5e05cb authored by Jean Pierre Ducassou's avatar Jean Pierre Ducassou
Browse files

Added simple README, GPL3 LICENCE and a install script placeholder

parent 8bfd6bd5
No related branches found
No related tags found
No related merge requests found
LICENSE 0 → 100644
This diff is collapsed.
REAME.md 0 → 100644
DOTFILES
==============================================================================
This repo host my custom config files for linux.
Installation
------------------------------------------------------------------------------
``` bash
git clone git://github.com/jpducassou/dotfiles
cd ~/dotfiles
./install.sh
```
The is a lot of info out there about dotfiles, just check:
* [dotfiles.github.io](http://dotfiles.github.io/)
* [Using Git and Github to Manage Your Dotfiles](http://blog.smalleycreative.com/tutorials/using-git-and-github-to-manage-your-dotfiles/)
#!/bin/bash
# ============================================================================
# Dotfiles install script
# ============================================================================
set -x
echo "PLACEHOLDER"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment