Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnmurray/dotfiles

Linux dotfiles
https://github.com/johnmurray/dotfiles

Last synced: 3 months ago
JSON representation

Linux dotfiles

Awesome Lists containing this project

README

        

# Dotfiles

This "project" contains the Linux dotfiles that I used on all of my systems.
I mainly keep them on here for my own personal storage and use. However if
you find them useful or like a part of them, feel free to fork them and make
them your own. This is a work-in-progress for me and will grow and get
better over time.

## Installation
For quick easy installation, you can run either a python or ruby script, depending
what you have available on your system. Note that running the interall will overwrite
any existing dot-files that conflict with what is included in this project.

#### Ruby
```ruby
rake
```

#### Python
```python
./install.py
```

This will copy all of the files and directories starting with '.' from the folder
into your $HOME directory (except for the .git dir).





Creative Commons License
Dotfiles by John Murray is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Based on a work at http://github.com/JohnMurray/dotfiles.git.