Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnmurray/dotfiles
Linux dotfiles
https://github.com/johnmurray/dotfiles
Last synced: 3 months ago
JSON representation
Linux dotfiles
- Host: GitHub
- URL: https://github.com/johnmurray/dotfiles
- Owner: JohnMurray
- Created: 2011-04-08T00:34:23.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T01:41:19.000Z (11 months ago)
- Last Synced: 2024-04-15T09:11:46.469Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 1.38 MB
- Stars: 24
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).
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.